- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
same server hosting two regionserver in hbase
- Labels:
-
Apache HBase
Created ‎10-10-2017 06:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
i set the /etc/hosts file as below
x.x.x.1 HBASESERVER1 hbaseserver1.abc.com hbaseserver1
x.x.x.2 HBASESERVER2 hbaseserver2.abc.com hbaseserver2
Server Name Start time Requests Per Second Num. Regions
hbaseserver6,16020,1507613487566 Tue Oct 10 11:01:27 IST 2017 0 0
hbaseserver6.abc.com,16020,1507613487566 Tue Oct 10 11:01:27 IST 2017 0 0
Due to this, hbase is inconsistent. I tried restarting hbase service but after restarting master is under initializing since many hours.
I can even see the HMaster web ui but hbck command gives below error
INFO [main] client.RpcRetryingCaller: Call exception, tries=10, retries=35, started=48695 ms ago, cancelled=false, msg=org.apache.hadoop.hbase.PleaseHoldException: Master is initializing
Please help me to resolve this issue
Created ‎10-12-2017 11:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks i corrected this issue by modifying the hosts file to below format
x.x.x.1 hbaseserver1.abc.com hbaseserver1
x.x.x.2 hbaseserver2.abc.com hbaseserver2
Created ‎10-12-2017 11:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks i corrected this issue by modifying the hosts file to below format
x.x.x.1 hbaseserver1.abc.com hbaseserver1
x.x.x.2 hbaseserver2.abc.com hbaseserver2
