+User mailing list -Dev mailing list (BCC) Hi Beeshma,
do you have any environment variable defined? HBSE_CLASSPATH, HADOOP_CLASSPATH or other hadoop/hbase related variable defined? This is not related to you config file. Also copying last Ted's question here so you can reply to him from here if required: There is only one line in hbase-beeshma-master-ubuntu.out: Error: Could not find or load main class org.apache.hadoop.hbase.master.HMaster Can you give us more information (such as hbase release, whether you intend to run in distributed mode) ? Cheers JM 2014-10-14 14:33 GMT-04:00 beeshma r <beeshm...@gmail.com>: > 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 >