Thanks Tom,
I am running on a Mac (Lion). My /etc/hosts is below. Would the last 2
lines confuse Standalone HBase?
P
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 localhost local.babelcentral.com
255.255.255.255 broadcasthost
::1 localhost
fe80::1%lo0 localhost
On 1/10/12 1:55 PM, Tom wrote:
Hi Peter,
I just tried 0.90.5 standalone on linux; in my case there was a
problem with my hostname resolving to 127.0.1.1 (not 127.0.0.1, which
is what hbase expects in standalone).
If you use linux, have a look into your /etc/hosts file to see if this
is the issue and fix it as needed.
BTW, a little comment in the HBase book would have saved me quite a
bit of time...
On 01/10/2012 10:02 AM, Stack wrote:
On Tue, Jan 10, 2012 at 9:03 AM, Peter Wolf<[email protected]> wrote:
Hello all,
I am having trouble starting and stopping Standalone HBase.
I successfully start Standalone, or at least there is no error message
Anything in the hbase logs -- see under the logs/ dir?
Have you changed config? You are using defaults and hbase is staring
up zookeeper? It looks like its not running.
St.Ack