Hi all,
i have below problem in install hbase in standalone mode
.This is the version hbase-0.98.6.1-hadoop2 i trying install
below am getting :(
beeshma@ubuntu:~/hbase-0.98.6.
1-hadoop2/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/beeshma/hbase/logs/hbase-beeshma-master-ubuntu.out
Error: Could not find or load main class
org.apache.hadoop.hbase.master.HMaster
localhost: starting regionserver, logging to
/home/beeshma/hbase-0.98.6.1-hadoop2/bin/../logs/hbase-beeshma-regionserver-ubuntu.out
i tried previous stand alone version .but no use . Am i miss any thing
configure
<configuration>
<property>
<name>hbase.rootdir</name>
<value>file:///home/beesh_hadoop2/hbase</value>
</property>
<property>
<name>hbase.zookeeper.property.dataDir</name>
<value>/home/beesh_hadoop2/zookeeper</value>
</property>
</configuration>
please reply back if any suggestion s:)
Thanks in advance
beeshma