Zookeeper client HConnnectionManager HConbectionImplementation Cant get connection to Zookeeper KeeperErrorCode

0 votes

Hi I am using Edureka vm. And error showing in hbase shell as 

::::: "ERROR [main] client.HConnnectionManager HConbectionImplementation: Cant get connection to Zookeeper:KeeperErrorCode 

for /hbase. 

Aug 6, 2019 in Big Data Hadoop by Banshee
561 views

1 answer to this question.

0 votes

In edureka vm once you start hbase then by default zookeeper daemon will start, to start HBase, follow below commands:

cd /usr/lib/hbase-0.96.2-hadoop2/
./bin/start-hbase.sh
hbase shell

In case hbase did not start or not working properly, follow below steps:

cd /usr/lib/hbase-0.96.2-hadoop2/
sudo rm -r hbasestorage/*
sudo rm -r logs/*
./bin/start-hbase.sh
hbase shell
answered Aug 6, 2019 by Chiraya

Related Questions In Big Data Hadoop

0 votes
1 answer

MySql connection problem "Cant connect to local mysql server through socket "var/lib/mysql/mysql.sock" .

First start the mysql server: service mysqld start To ...READ MORE

answered Dec 26, 2018 in Big Data Hadoop by Omkar
• 69,210 points
874 views
0 votes
1 answer

How to get started with Hadoop?

Well, hadoop is actually a framework that ...READ MORE

answered Mar 21, 2018 in Big Data Hadoop by coldcode
• 2,080 points
909 views
+1 vote
1 answer

Is it necessary to use Zookeeper in Hadoop Stack?

ZooKeeper is a centralized service for maintaining ...READ MORE

answered Mar 27, 2018 in Big Data Hadoop by Ashish
• 2,650 points
619 views
+1 vote
1 answer

Hadoop Mapreduce word count Program

Firstly you need to understand the concept ...READ MORE

answered Mar 16, 2018 in Data Analytics by nitinrawat895
• 11,380 points
10,596 views
0 votes
1 answer

hadoop.mapred vs hadoop.mapreduce?

org.apache.hadoop.mapred is the Old API  org.apache.hadoop.mapreduce is the ...READ MORE

answered Mar 16, 2018 in Data Analytics by nitinrawat895
• 11,380 points
2,202 views
+2 votes
11 answers

hadoop fs -put command?

Hi, You can create one directory in HDFS ...READ MORE

answered Mar 16, 2018 in Big Data Hadoop by nitinrawat895
• 11,380 points
104,674 views
–1 vote
1 answer

Hadoop dfs -ls command?

In your case there is no difference ...READ MORE

answered Mar 16, 2018 in Big Data Hadoop by kurt_cobain
• 9,390 points
4,282 views
0 votes
1 answer

Cant connec to zookeeper: KeeperErrorCode = ConnectionLoss for HBase

Mostly HMaster is not running. Enter the ...READ MORE

answered Dec 28, 2018 in Big Data Hadoop by Omkar
• 69,210 points
6,217 views
0 votes
11 answers
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP