Jignesh, I dont see zookeeper running on your master. My cluster reads the following:
$ jps 15315 Jps 13590 HMaster 15235 HQuorumPeer Can you please shutdown your Hmaster and run the following first: $ hbase-daemon.sh start zookeeper And then start your hbasemaster and regionservers? Thanks Ramya On Thu, Oct 13, 2011 at 12:01 PM, Jignesh Patel <[email protected]> wrote: > ok --config worked but it is showing me same error. How to resolve this. > > http://pastebin.com/UyRBA7vX > > On Oct 13, 2011, at 1:34 PM, Ramya Sunil wrote: > > > Hi Jignesh, > > > > "--config" (i.e. - - config) is the option to use and not "-config". > > Alternatively you can also set HBASE_CONF_DIR. > > > > Below is the exact command line: > > > > $ hbase --config /home/ramya/hbase/conf shell > > hbase(main):001:0> create 'newtable','family' > > 0 row(s) in 0.5140 seconds > > > > hbase(main):002:0> list 'newtable' > > TABLE > > newtable > > 1 row(s) in 0.0120 seconds > > > > OR > > > > $ export HBASE_CONF_DIR=/home/ramya/hbase/conf > > $ hbase shell > > > > hbase(main):001:0> list 'newtable' > > TABLE > > > > newtable > > > > 1 row(s) in 0.3860 seconds > > > > > > Thanks > > Ramya > > > > > > On Thu, Oct 13, 2011 at 8:30 AM, jigneshmpatel <[email protected] > >wrote: > > > >> There is no command like -config see below > >> > >> Jignesh-MacBookPro:hadoop-hbase hadoop-user$ bin/hbase -config ./config > >> shell > >> Unrecognized option: -config > >> Could not create the Java virtual machine. > >> > >> -- > >> View this message in context: > >> > http://lucene.472066.n3.nabble.com/Hbase-with-Hadoop-tp3413950p3418924.html > >> Sent from the Hadoop lucene-users mailing list archive at Nabble.com. > >> > >
