You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by Beeshma <be...@gmail.com> on 2014/09/17 19:32:42 UTC

error while installing hbase

hi

i tried to install Hbase on ubuntu.i struck here with this problem


beeshma@ubuntu:~$ 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
Error: Could not find or load main class 
org.apache.hadoop.hbase.master.HMaster
localhost: /home/beeshma/hbase-0.98.5/bin/../conf/hbase-env.sh: line 6: 
s#: command not found
localhost: starting regionserver, logging to 
/home/beeshma/hbase-0.98.5/bin/../logs/hbase-beeshma-regionserver-ubuntu.out
localhost: Error: Could not find or load main class 
org.apache.hadoop.hbase.regionserver.HRegionServer

i tried some previous versions also.But no use
Here  i attached hbase-site.xml,hbase-env.sh,log files

pls suggest how to proceed with this error

Re: error while installing hbase

Posted by Ted Yu <yu...@gmail.com>.
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

On Wed, Sep 17, 2014 at 10:32 AM, Beeshma <be...@gmail.com> wrote:

> hi
>
> i tried to install Hbase on ubuntu.i struck here with this problem
>
>
> beeshma@ubuntu:~$ 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
> Error: Could not find or load main class org.apache.hadoop.hbase.
> master.HMaster
> localhost: /home/beeshma/hbase-0.98.5/bin/../conf/hbase-env.sh: line 6:
> s#: command not found
> localhost: starting regionserver, logging to /home/beeshma/hbase-0.98.5/
> bin/../logs/hbase-beeshma-regionserver-ubuntu.out
> localhost: Error: Could not find or load main class
> org.apache.hadoop.hbase.regionserver.HRegionServer
>
> i tried some previous versions also.But no use
> Here  i attached hbase-site.xml,hbase-env.sh,log files
>
> pls suggest how to proceed with this error
>