Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

same server hosting two regionserver in hbase

avatar
Contributor

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

1 ACCEPTED SOLUTION

avatar
Contributor

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

View solution in original post

1 REPLY 1

avatar
Contributor

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