- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Atlas not detecting Hbase region server
- Labels:
-
Apache Atlas
-
Apache HBase
Created ‎08-28-2024 02:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Atlas is unable to start since it is not being able to connect to Hbase region server
Created ‎08-29-2024 06:58 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Created ‎08-28-2024 08:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@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
Created ‎08-28-2024 06:41 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Created ‎08-29-2024 06:58 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
