Hbase installation Issue Cant start HRegionServer and HQuorumPeer

0 votes

Hello, I am installing HBase 1.4.8 in Cent OS.After executing ./bin/start-hbase.sh, just getting 'HMaster' process. Not getting 'HRegionServer & HQuorumPeer' processes.Thanks for your help.
 

Dec 26, 2018 in Big Data Hadoop by slayer
• 29,350 points
1,747 views

1 answer to this question.

0 votes

It seems hbase did not start properly that's why you are getting this error.

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

cd /usr/lib/hbase-1.4.8/
sudo rm -r hbasestorage/*
sudo rm -r logs/*
./bin/start-hbase.sh
hbase shell

Now run hbase commands:

cd /usr/lib/hbase-1.4.8
sudo su
bin/stop-hbase.sh
bin/start-hbase.sh
hbase shell
You can confirm if your HMaster is running using 'sudo jps'.
answered Dec 26, 2018 by Omkar
• 69,210 points

Related Questions In Big Data Hadoop

0 votes
1 answer

can't find start-all.sh in hadoop installation

Actually, you are not mentioning the path for ...READ MORE

answered Apr 17, 2018 in Big Data Hadoop by nitinrawat895
• 11,380 points
7,506 views
0 votes
1 answer

How to start and stop Master in HBase?

Hello, Using the “local-master-backup.sh” you can start up ...READ MORE

answered May 23, 2019 in Big Data Hadoop by Gitika
• 65,910 points
526 views
0 votes
1 answer

How do you start and stop region server in HBase?

Hey, You can run multiple region servers from ...READ MORE

answered May 23, 2019 in Big Data Hadoop by Gitika
• 65,910 points
2,586 views
+1 vote
1 answer

Hadoop Installation Issue on Windows

Below is the main error you are ...READ MORE

answered Mar 26, 2018 in Big Data Hadoop by nitinrawat895
• 11,380 points
5,734 views
0 votes
1 answer
+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,601 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,207 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,775 views
0 votes
1 answer

Using HBase jar files. Where to download and set classpath

There are many sites you can get ...READ MORE

answered Dec 14, 2018 in Big Data Hadoop by Omkar
• 69,210 points
2,728 views
0 votes
1 answer

Datanode not running and not able start

Please type the below command in the ...READ MORE

answered Dec 20, 2018 in Big Data Hadoop by Omkar
• 69,210 points
707 views
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