hadoop - how can I make hbase region server listen on 0.0.0.0? -
Listening to my HBS area server 127.0.0.1. How do I list it at 0.0.0.0? I tried to change the value of hbase.regionserver.info.bindAddress, but it is not working. In order to expose port 60020 on the external interface (in proxy) distributed mode, HBase wants to see your / etc / host in a certain way. If you run Ubuntu, you can find something like this in your / etc / hosts: (I'm assuming my hostname regionerver
)
127.0 0.1 localhost 127.0 .1.1 Fielder
-
Select a network interface with an IP address, e.g. Change the eth0 and
127.0.1.1
with192.168.1.2
with that address. -
hbase / conf
-
Try rebooting Hbiz and connect to port 60020 from a remote machine.
P>
Hope that helps!
Comments
Post a Comment