After the start HBase can not access the port 60010

Once configured HBase, want from the browser over port 60010 facie case node, but that it can not access

On the server -natl netstat | grep 60010 found no port 60010

Because the original version 1.0 HBase required after ports hbase-site.xml arranged as follows

<property>
    <name>hbase.master.info.port</name>
    <value>60010</value>
</property>

Restart HBase, access the browser again, ok.

On the server -natl netstat | grep 60010 found no port 60010

Because the original version 1.0 HBase required after ports hbase-site.xml arranged as follows

<property>
    <name>hbase.master.info.port</name>
    <value>60010</value>
</property>

Restart HBase, access the browser again, ok.

Guess you like

Origin www.cnblogs.com/liuys635/p/11347858.html