You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by ch huang <ju...@gmail.com> on 2013/06/28 06:35:28 UTC

is hbase cluster support multi-instance?

hi all:
can hbase start more than one instance ,like mysql, if can ,how to manage
these instances? ,thanks a lot

Re: is hbase cluster support multi-instance?

Posted by Michel Segel <mi...@hotmail.com>.
In theory or in practice. In practice, not a good idea and its not as straight forward as it seems.

Sent from a remote device. Please excuse any typos...

Mike Segel

On Jun 28, 2013, at 2:00 PM, rajeshbabu chintaguntla <ra...@huawei.com> wrote:

> you can start multiple instances of hbase by managing unique zookeeper quorum and hdfs for each hbase instance. 
> 
> 
> Thanks and Regards,
> Rajeshbabu
> ________________________________________
> From: ch huang [justlooks@gmail.com]
> Sent: Friday, June 28, 2013 10:05 AM
> To: user@hbase.apache.org
> Subject: is hbase cluster support multi-instance?
> 
> hi all:
> can hbase start more than one instance ,like mysql, if can ,how to manage
> these instances? ,thanks a lot

RE: is hbase cluster support multi-instance?

Posted by rajeshbabu chintaguntla <ra...@huawei.com>.
you can start multiple instances of hbase by managing unique zookeeper quorum and hdfs for each hbase instance. 


Thanks and Regards,
Rajeshbabu
________________________________________
From: ch huang [justlooks@gmail.com]
Sent: Friday, June 28, 2013 10:05 AM
To: user@hbase.apache.org
Subject: is hbase cluster support multi-instance?

hi all:
can hbase start more than one instance ,like mysql, if can ,how to manage
these instances? ,thanks a lot

Re: is hbase cluster support multi-instance?

Posted by Otis Gospodnetic <ot...@gmail.com>.
You can have multiple and completely separate tables inside the same
HBase cluster...

Otis
--
Solr & ElasticSearch Support -- http://sematext.com/
Performance Monitoring -- http://sematext.com/spm



On Fri, Jun 28, 2013 at 12:35 AM, ch huang <ju...@gmail.com> wrote:
> hi all:
> can hbase start more than one instance ,like mysql, if can ,how to manage
> these instances? ,thanks a lot