You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Jignesh Patel <ji...@gmail.com> on 2014/03/20 02:21:36 UTC

non default coprocessor port

How to configure coprocessor-region observer to use non default port for
zookeeper?
Hbase Version:0.98
hadoop Version: 2.2.0

Re: non default coprocessor port

Posted by Gary Helmling <gh...@gmail.com>.
As Anoop described, region observers don't use ZK directly.  Can you
describe more of what you are trying to do in your coprocessor -- how / why
you are connecting to zookeeper, or even provide sample code from your
coprocessor implementation?



On Fri, Mar 21, 2014 at 10:43 AM, Anoop John <an...@gmail.com> wrote:

> region observer CP is not having any seperate con with zk. The CPs, which
> uses zk, use the same connection established by this RS. Which CP u want to
> use?
>
> -Anoop-
>
> On Thu, Mar 20, 2014 at 6:51 AM, Jignesh Patel <jigneshmpatel@gmail.com
> >wrote:
>
> > How to configure coprocessor-region observer to use non default port for
> > zookeeper?
> > Hbase Version:0.98
> > hadoop Version: 2.2.0
> >
>

Re: non default coprocessor port

Posted by Anoop John <an...@gmail.com>.
region observer CP is not having any seperate con with zk. The CPs, which
uses zk, use the same connection established by this RS. Which CP u want to
use?

-Anoop-

On Thu, Mar 20, 2014 at 6:51 AM, Jignesh Patel <ji...@gmail.com>wrote:

> How to configure coprocessor-region observer to use non default port for
> zookeeper?
> Hbase Version:0.98
> hadoop Version: 2.2.0
>