can not access HBase status UI on http://localhost:60010
hbase
Solution
After the 0.98 version port numbers have changed. It is now 16010 instead of 60010). Check this page for general UI troubleshooting: http://hbase.apache.org/book/trouble.tools.html
Problem
I use ubuntu 12.04, after download and un-tar hbase-0.94.1.jar. I started hbash in standalone mode by the following command ``` user@ubuntu:~/temp/hbase-0.94.1$ bin/start-hbase.sh starting master, logging to /home/user/temp/hbase-0.94.1/bin/../logs/hbase-user-master-ubuntu.out ``` but when I try to access hbash status UI on ``` http://localhost:60010 ``` , I got "Unable to connect". Thanks. Dan