Support Questions

Find answers, ask questions, and share your expertise
Announcements
Welcome to the upgraded Community! Read this blog to see What’s New!

same server hosting two regionserver in hbase

avatar

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

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

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

Labels