HBASE Install/Configure

2016-07-16 Thread kha...@hotmail.com
Hi Friends, 
I am newbie to HBASE and trying to configure HBASE on UBUNTU 14.04. After
configuration and starting hbase (get to hbase CLI). If I run any HBASE
command, I get The node /hbase is not in ZooKeeper. 
Please find attached my HBASE-SITE.xml and zoo.cfg. 

Appreciate all your help/support in advance
Regards - Anil Khiani




hbase.rootdir
hdfs://localhost/hbase
Enter the HBase NameNode server hostname



hbase.cluster.distributed
true



  hbase.zookeeper.property.clientPort
  2181
   The port at which the clients will connect.
  


 
hbase.master.port
2080
The port the HBase Master should bind to.



  hbase.zookeeper.quorum
  localhost
  Comma separated list of servers in the ZooKeeper Quorum.
  For example,
"host1.mydomain.com,host2.mydomain.com,host3.mydomain.com".
  By default this is set to localhost for local and pseudo-distributed
modes
  of operation. For a fully-distributed setup, this should be set to a
full
  list of ZooKeeper quorum servers. If HBASE_MANAGES_ZK is set in
hbase-env.sh
  this is the list of servers which we will start/stop ZooKeeper on.
  



  hbase.zookeeper.property.dataDir
  /var/lib/zookeeper
  Property from ZooKeeper's config zoo.cfg.
  The directory where the snapshot is stored.
  



zookeeper.znode.parent
/hbase




Zoo.cfg

dataDir=/var/lib/zookeeper
server.1=localhost:2888:3888






--
View this message in context: 
http://apache-hbase.679495.n3.nabble.com/HBASE-Install-Configure-tp4081233.html
Sent from the HBase User mailing list archive at Nabble.com.


Could not find or load main class org.apache.hadoop.hbase.master.HMaster

2016-07-16 Thread Roman Wesołowski
Hello,


I'm new in Hbase so I need a help.


While I'm trying to start Hbase I have an error:

Error: Could not find or load main class org.apache.hadoop.hbase.master.HMaster.


I have to mentioned that last week Hbase was working, but I don't know what 
happend.

How can I resloved it?

Thanks in advance for help


--
Best Regards / Serdecznie pozdrawiam / Mit freundlichen Grüßen

Roman Wesołowski
Big Data Consultant

[http://apoorganizer.nazwa.pl/a.png]Apollogic sp. z o.o.
Advantages through innovations  [http://apoorganizer.nazwa.pl/gazele.png]   
Proud Winner of 2015
Gazele Biznesu by Puls Biznesu
Mobile: +48 661 161 728
Visit our website www.apollogic.com
Our company on LinkedIn 
[http://apoorganizer.nazwa.pl/diamond.png]  Award Winner of 2016
Forbes Business Diamonds
[http://apoorganizer.nazwa.pl/ssfm.png] 
   
[http://apoorganizer.nazwa.pl/360view3.png] 



Re: HBASE Install/Configure

2016-07-16 Thread Dima Spivak
Hi Anil,

Have you tried the steps documented in the HBase ref guide [1] yet? If so,
can you describe your environment a bit more? How many machines are you
trying to run HBase across? Do you have an HDFS cluster set up already?

Cheers,
  Dima

[1] https://hbase.apache.org/book.html

On Thursday, July 14, 2016, kha...@hotmail.com  wrote:

> Hi Friends,
> I am newbie to HBASE and trying to configure HBASE on UBUNTU 14.04. After
> configuration and starting hbase (get to hbase CLI). If I run any HBASE
> command, I get The node /hbase is not in ZooKeeper.
> Please find attached my HBASE-SITE.xml and zoo.cfg.
>
> Appreciate all your help/support in advance
> Regards - Anil Khiani
>
> 
>
> 
> hbase.rootdir
> hdfs://localhost/hbase
> Enter the HBase NameNode server hostname
> 
>
> 
> hbase.cluster.distributed
> true
> 
>
> 
>   hbase.zookeeper.property.clientPort
>   2181
>The port at which the clients will connect.
>   
> 
>
> 
> hbase.master.port
> 2080
> The port the HBase Master should bind
> to.
> 
>
> 
>   hbase.zookeeper.quorum
>   localhost
>   Comma separated list of servers in the ZooKeeper Quorum.
>   For example,
> "host1.mydomain.com,host2.mydomain.com,host3.mydomain.com".
>   By default this is set to localhost for local and pseudo-distributed
> modes
>   of operation. For a fully-distributed setup, this should be set to a
> full
>   list of ZooKeeper quorum servers. If HBASE_MANAGES_ZK is set in
> hbase-env.sh
>   this is the list of servers which we will start/stop ZooKeeper on.
>   
> 
>
> 
>   hbase.zookeeper.property.dataDir
>   /var/lib/zookeeper
>   Property from ZooKeeper's config zoo.cfg.
>   The directory where the snapshot is stored.
>   
> 
>
> 
> zookeeper.znode.parent
> /hbase
> 
>
> 
>
> Zoo.cfg
>
> dataDir=/var/lib/zookeeper
> server.1=localhost:2888:3888
>
>
>
>
>
>
> --
> View this message in context:
> http://apache-hbase.679495.n3.nabble.com/HBASE-Install-Configure-tp4081233.html
> Sent from the HBase User mailing list archive at Nabble.com.
>