this looks like you have configured hbase to talk to a hadoop namenode that
isn't there. Remove the hbase.rootdir entry and it will use a path in /tmp
by default, not using hdfs.
On Dec 1, 2009 12:53 PM, "Ratner, Alan S (IS)" wrote:
Vaibhav,
Thanks for the pointer. It looks like the Master s
time(s).
2009-11-30 15:36:46,183 ERROR org.apache.hadoop.hbase.master.HMaster:
Can not start master
-Original Message-
From: Vaibhav Puranik [mailto:vpura...@gmail.com]
Sent: Monday, November 30, 2009 4:11 PM
To: hbase-user@hadoop.apache.org
Subject: Re: HBase Installation Difficulties
It means your HBase server never started properly. You need to check logs in
HBASE_HOME/logs folder.
Hbase shell is just a client to HBase Server. If the server is not up, it
won't be able to do much.
Regards,
Vaibhav
Gumgum
On Mon, Nov 30, 2009 at 1:04 PM, Ratner, Alan S (IS) wrote:
> I'm tryin
I'm trying to install HBase in stand-alone mode on a laptop running
Ubuntu. I can get as far as running HBase with the "help" and "version"
commands but when I try any of the other commands (such as "create" or
"list") I get something like:
hbase(main):002:0> create 't1'
09/11/30 15:37:48 DEBUG c