Hi Sandeep/All,
My Hbase Master Node is Stopping with the below mentioned error in the log =
2019-12-21 00:06:03,806 FATAL org.apache.hadoop.hbase.master.HMaster: Unhandled exception. Starting shutdown.
**java.net.ConnectException: ll to linux01/192.168.56.113:9020 failed on connection exception: java.net.ConnectException: Connection refused
at org.apache.hadoop.ipc.Client.wrapException(Client.java:1131)
at org.apache.hadoop.ipc.Client.call(Client.java:1107)
PLEASE NOTE =
- It is already allowed port (: 9020) in the iptables in all the servers
-
the regions server for hbase(HRegionServer) is running fine in the slave servers.
-
the hzookeeper is started with no error.
-
the ssh key is also working as the can traverse from master to slave nodes with no password. rsa key is verified by ssh@host
-
while starting the master node of hbase, it’s throwing the above mentioned error and getting exited.
./hbase-daemon.sh --config /etc/hbase/conf start master
Please Help to start the master node of hbase. error mentioned above .
Thanks
Debmalya