Support Questions

Find answers, ask questions, and share your expertise
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.

Atlas not detecting Hbase region server

avatar
Rising Star

Atlas is unable to start since it is not being able to connect to Hbase region server 

1 ACCEPTED SOLUTION

avatar
Rising Star

Hbase master was in intializing state , since there were many server break down processes runing due to hbase master failure 

After clearing the /hbase znode from zkcli the issue was resolved 

View solution in original post

3 REPLIES 3

avatar
Expert Contributor

@hadoopranger  You hbase region server is healthy? 

and execute this command to get hbase region server health status 

hbase hbck -details &> /tmp/hbck_details_$(date +"%Y_%m_%d_%H_%M_%S").txt

avatar
Rising Star

Hi @vats i can see the same host in live as well as dead region servers and can see master is intializing on hbase ui

Fyi:- the host on which hbase master was runing had a failure we recovered and added back hbase master role

avatar
Rising Star

Hbase master was in intializing state , since there were many server break down processes runing due to hbase master failure 

After clearing the /hbase znode from zkcli the issue was resolved