Skip to main content

All Questions

Tagged with
0 votes
0 answers
29 views

HBase Zookeeper Connection Error Docker Standalone 2.3.x and 2.4.x

I'm trying to run a specific version of HBase (2.4.6) in standalone mode in Docker. However I'm getting Zookeeper connection issues on every HBase version from 2.3.x onwards. I can successfully get a ...
user3676476's user avatar
0 votes
0 answers
54 views

The Hbase docker container is not accessible under version 2.4.4 but works with same setup under 2.2.6

There is a testing environment including a dockerised HBase unit which was developed previously and works fine on a Linux machine but doesn't work on Mac locally. In particular, after running the ...
Sergey Lipinsky's user avatar
0 votes
0 answers
30 views

HBase is not launching zookeeper on 1 node out of 3

I'm trying to set up HBase on a small cluster as a learning exercise. The machines are 17, 47 and 50. 47 is supposed to be the master, with 17 as a backup master and 17 and 50 as region servers. They ...
Pascal's user avatar
  • 259
1 vote
1 answer
1k views

Zookeeper java.lang.NoClassDefFoundError: org/eclipse/jetty/server/Connector

I am getting the below error when starting Apache HBase with Zookeeper on my mac. I am using openjdk11. ./start-hbase.sh ************* WARN [main] admin.AdminServerFactory: Unable to load jetty, ...
user691197's user avatar
1 vote
1 answer
2k views

HBase shell is starting but throwing error

I am trying to run the HBase shell. The shell get starts but when I put any command it gives me this error: hbase:001:0> status ERROR: org.apache.hadoop.hbase.ipc.ServerNotRunningYetException: ...
Ankit Kaushal's user avatar
4 votes
2 answers
5k views

HBase Shell - org.apache.hadoop.hbase.ipc.ServerNotRunningYetException: Server is not running yet

I am trying to set up distributed HBase on 3 nodes. I have already set up hadoop, YARN ZooKeeper and now HBase but when I launch hbase shell and run the simplest command for example status or list I ...
MrWrzosek's user avatar
  • 191
3 votes
0 answers
263 views

Janusgraph with Bigtable + Elastic search backend is failing using docker 0.6.0 due to NoNode for /hbase/hbaseid in ZK

The below configuration is used to start the Janusgraph using docker janusgraph/janusgraph:0.6: Configuration- janusgraph.properties: gremlin.graph=org.janusgraph.core.ConfiguredGraphFactory ...
Subhanandh's user avatar
0 votes
1 answer
242 views

ZK hbase replication node grows exponentially though hbase datas properly replication for peers

In the hbase-1.4.10, I have enabled replication for all tables and configured the peer_id. the list_peers provide the below result: hbase(main):001:0> list_peers PEER_ID CLUSTER_KEY ...
Roshan's user avatar
  • 2,049
2 votes
0 answers
214 views

java.lang.UnsatisfiedLinkError when I start hbase

There are three node3(node1,node2,node3) in my cluster.I have installed hadoop-2.5.2,zookeeper-3.5.4-cdh5.10.0,jdk-7u67-linux-x64 on my Centos server ,they all work well. Then I install hbase-0.98.6-...
zjt's user avatar
  • 21
0 votes
1 answer
484 views

HBase fully distributed mode [Zookeeper error while executing HBase shell]

Following these two tutorials: i.e tutorial 1 and tutorial 2, I was able to set up HBase cluster in fully-distributed mode. Initially the cluster seems to work okay. The 'jps' output in HMaster/ Name ...
0xMinCha's user avatar
  • 416
0 votes
1 answer
186 views

Hbase connects to localhost on remote server. Zookeper denies connection

We have been facing a rather strange issue on google cloud platform. We are trying to setup an Hbase standalone instance on google cloud with a static IP address and to connect remotely via Java API ...
Deepak Kumar's user avatar
0 votes
0 answers
95 views

HBase - Jmeter Load test gives - check the value configured in 'zookeeper.znode.parent'

I am try to load test HBase using Jmeter. In the Jmeter.log file I am seeing that the hbase-site.xml file is getting picked. Following is the log snippet: 2021-02-10 10:27:05,791 INFO o.a.j.JMeter: ...
Ishan Tiwary's user avatar
1 vote
2 answers
912 views

Distributed Hbase failed to start, with error info: Server is not running yet

I am trying to set up a distributed Hbase based on Hadoop, with one namenode on my Ubuntu 20.04 and three datanodes on localhost and two VMs. All went well when I started Hadoop and Hbase, jps info on ...
JyYang's user avatar
  • 15
0 votes
0 answers
345 views

Unable to connect standalone HBase running in Docker from Java

I am using my own hbase image in docker and running it as container. FROM ubuntu COPY /hbase /opt RUN apt-get update && apt-get install -y openjdk-8-jdk ENV JAVA_HOME /usr/lib/jvm/java-8-...
Ahamed Yasir's user avatar

15 30 50 per page
1
2 3 4 5
24