problem accessing master-status Reason Master is initializing

0 votes

I am not able to browse Hbase Web UI. I configured all the properties and started the services as well. But It shows me the below error.

Thank You

Mar 30, 2020 in Big Data Hadoop by akhtar
• 38,230 points
1,252 views

1 answer to this question.

0 votes

Hi@akhtar,

To avoid this error you have to add below properties in hbase-site.xml file.

<configuration>
   <property>
      <name>hbase.rootdir</name>
      <value>hdfs://IP:port no</value>
   </property>
	
   <property>
      <name>hbase.zookeeper.property.dataDir</name>
      <value>replace zookeeper dir</value>
   </property>
</configuration>

Hope this will solve the error.

Thank You

answered Mar 30, 2020 by MD
• 95,440 points

Related Questions In Big Data Hadoop

0 votes
1 answer

Hadoop version problem: System is launching different version of Hadoop

When you run sudo service hadoop-master command, it internally runs ...READ MORE

answered May 22, 2019 in Big Data Hadoop by Tina
436 views
0 votes
10 answers

What is the difference between Mongodb and Hadoop?

MongoDB is a NoSQL database, whereas Hadoop is ...READ MORE

answered Jun 20, 2018 in Big Data Hadoop by jenny_code
11,311 views
0 votes
3 answers

What is Hive? Is Hive a database?

Hive is a data Warehouse infrastructure/system built ...READ MORE

answered Jul 1, 2019 in Big Data Hadoop by Ved Gupta
22,890 views
+2 votes
10 answers

Is there any difference between “hdfs dfs” and “hadoop fs” shell commands?

hadoop fs <args> fs is used for generic ...READ MORE

answered Mar 16, 2018 in Big Data Hadoop by anonymous
32,475 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,556 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,204 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,260 views
0 votes
1 answer
0 votes
1 answer

What is ETL tool in Hadoop?

Hi@akhtar, ETL means extract, transform, load. It is ...READ MORE

answered Feb 2, 2020 in Big Data Hadoop by MD
• 95,440 points
2,638 views
0 votes
1 answer
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