the HBASE_HOME seems to be pointing to /home/ubuntu/hbase/conf instead of /home/ubuntu/hbase
to be up and running with hbase you can just follow this 5 steps $ tar xzvf hbase-0.99.0-SNAPSHOT-bin.tar.gz $ export HBASE_HOME=`pwd`/hbase-0.99.0-SNAPSHOT/ $ export PATH=$HBASE_HOME/bin:$PATH $ start-hbase.sh $ hbase shell (replace hbase-0.99.0-SNAPSHOT with the version you have) Matteo On Thu, Jun 19, 2014 at 8:29 AM, Dima Spivak <[email protected]> wrote: > What does your setup look like? Are you running from the extracted tarball? > Any modifications to hbase-site.xml? > > -Dima > > On Tuesday, June 17, 2014, prmdbaora <[email protected]> wrote: > > > ubuntu@namenode:~$ hbase/bin/start-hbase.sh > > Error: Could not find or load main class org.apache.hadoop.hbase.util. > > HBaseConfTool > > Error: Could not find or load main class > > org.apache.hadoop.hbase.zookeeper.ZKServerTool > > starting master, logging to > > /home/ubuntu/hbase/conf/logs/hbase-ubuntu-master-namenode.out > > nice: /home/ubuntu/hbase/conf/bin/hbase: No such file or directory > > cat: /home/ubuntu/hbase/conf/conf/regionservers: No such file or > directory > > > > > > > > -- > > View this message in context: > > > http://apache-hbase.679495.n3.nabble.com/HBase-Cluster-setup-tp4060539.html > > Sent from the HBase User mailing list archive at Nabble.com. > > >
