Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

can not access HBase status UI on http://localhost:60010

Tags:

hbase

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

like image 622
user1591487 Avatar asked Oct 23 '12 17:10

user1591487


2 Answers

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

like image 196
Nitish Upreti Avatar answered Sep 29 '22 19:09

Nitish Upreti


First check log files to see if HBase started correctly. Then try with IP address

like image 20
محمدباقر Avatar answered Sep 29 '22 19:09

محمدباقر