Member since
03-13-2017
5
Posts
0
Kudos Received
0
Solutions
03-27-2017
01:30 AM
thanks guy, Set the hbase.master.ipc.address to 0.0.0.0 solved my problem. Cheers,
... View more
03-26-2017
10:18 PM
Hi all, I installed HBase from HDP-2.5.3.0. The master node has given the following error: Connection failed: [Errno 111] Connection refused to hmaster.mlx:16000 $ sudo netstat -tulpn | grep -E '16000' tcp 0 0 192.168.20.41:16000 0.0.0.0:* LISTEN 11615/java So the master node process binds to the cluster management interface only (which is not hmaster.mlx). I checked the hbase-site, and it has hbase.master.info.bindAddress set to 0.0.0.0 by default. Am I looking at the wrong property? But the RegionServer does bind to 0.0.0.0 though. $ sudo netstat -tulpn | grep -E '16030' [sudo] tcp 0 0 0.0.0.0:16030 0.0.0.0:* LISTEN 12320/java Any idea will be appriciated. Cheers, Derrick
... View more
Labels:
- Labels:
-
Apache HBase
03-23-2017
07:26 AM
Hi all, I am wondering if there is a reliable way to tell the completion of a NodeManager decommission? For the DataNode decommission, I can do so by checking NameNode's log for completion. But it seems that there is no clear message from ResourceManager's log. Cheers,
... View more