Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

same server hosting two regionserver in hbase

avatar
New Member

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
New Member

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
New Member

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