Execute Hbase without the in built zookeeper cluster

57 views
Skip to first unread message

dhaval

unread,
Nov 16, 2015, 5:03:35 PM11/16/15
to kamanja
Hi,

I am trying to run the HBase without zookeeper as I already have a zookeeper running alongwith kafka. In the Base-Env.sh, I have changed the property HBASE_MANAGES_ZK to false and also updated the hbase.xml  with zookeeper port and host. 

When I try to start HBase in this way, it fails to start. The process just stops without any error.

Has anyone faced similar issue or have a HBase running in similar fashion.

Regards,
Dhaval Kolapkar

Ahmed Abudayyah

unread,
Feb 23, 2016, 1:06:39 PM2/23/16
to kamanja

Hi Dhaval , 

Can you please post your hbase-site.xml file 

Thanks,
Ahmed

Dhaval Kolapkar

unread,
Feb 23, 2016, 1:08:46 PM2/23/16
to Ahmed Abudayyah, kamanja
I had used the default ones which come after installing HBase (I had used brew to install HBase) and just changed the properties.

--
You received this message because you are subscribed to the Google Groups "kamanja" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kamanja+u...@ligadata.com.
To post to this group, send email to kam...@ligadata.com.
Visit this group at https://groups.google.com/a/ligadata.com/group/kamanja/.

Ahmed Abudayyah

unread,
Feb 23, 2016, 1:17:27 PM2/23/16
to kamanja, ah...@ligadata.com

In your hbase-site.xml   try to set hbase.cluster.distributed value to true   


<configuration>


<property>
   
<name>hbase.rootdir</name>
   
<value>file:///data/hbase-rootdir</value>
 
</property>
 
<property>
   
<name>hbase.zookeeper.property.dataDir</name>
   
<value>/tmp/zookeeperHbase</value>
 
</property>
   
<property>
   
<name>hbase.zookeeper.quorum</name>
   
<value>localhost</value> </property>
   
<property>
   
<name>hbase.cluster.distributed</name>
   
<value>true</value>
 
</property>
</configuration>


On Tuesday, February 23, 2016 at 10:08:46 AM UTC-8, dhaval wrote:
I had used the default ones which come after installing HBase (I had used brew to install HBase) and just changed the properties.
On Feb 23, 2016, at 10:06 AM, Ahmed Abudayyah <ah...@ligadata.com> wrote:


Hi Dhaval , 

Can you please post your hbase-site.xml file 

Thanks,
Ahmed

On Monday, November 16, 2015 at 2:03:35 PM UTC-8, dhaval wrote:
Hi,

I am trying to run the HBase without zookeeper as I already have a zookeeper running alongwith kafka. In the Base-Env.sh, I have changed the property HBASE_MANAGES_ZK to false and also updated the hbase.xml  with zookeeper port and host. 

When I try to start HBase in this way, it fails to start. The process just stops without any error.

Has anyone faced similar issue or have a HBase running in similar fashion.

Regards,
Dhaval Kolapkar

--
You received this message because you are subscribed to the Google Groups "kamanja" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kamanja+unsubscribe@ligadata.com.

Dhaval Kolapkar

unread,
Feb 23, 2016, 1:18:22 PM2/23/16
to Ahmed Abudayyah, kamanja
Oh yes! I got it to working already. Thank you. Will close the issue.

To unsubscribe from this group and stop receiving emails from it, send an email to kamanja+u...@ligadata.com.
Reply all
Reply to author
Forward
0 new messages