You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Néstor Boscán <ne...@gmail.com> on 2014/11/14 13:27:39 UTC

How do I configure my Java IDE Hbase Connection

Hi

I'm very new to hbase. I have a HDP virtual machine running in my laptop
and I'm programming using a Java IDE in my laptop. I use Maven to get the
library and dependencies for hbase-client.jar version 0.99.0.

How do I configure my project so that I can connect with the hbase running
in the HDP virtual machine?

Regards,

Néstor

Re: How do I configure my Java IDE Hbase Connection

Posted by Néstor Boscán <ne...@gmail.com>.
Hi Ted

Thanks for the reply.

I tried that and it refused to connect. I moved my client to Thrift and is
working great.

Regards,

Néstor

On Fri, Nov 14, 2014 at 11:34 AM, Ted Yu <yu...@gmail.com> wrote:

> Put the hbase-site.xml from the hbase instance on the classpath and the IDE
> should be able to communicate with the cluster.
>
> Cheers
>
> On Fri, Nov 14, 2014 at 4:27 AM, Néstor Boscán <ne...@gmail.com> wrote:
>
> > Hi
> >
> > I'm very new to hbase. I have a HDP virtual machine running in my laptop
> > and I'm programming using a Java IDE in my laptop. I use Maven to get the
> > library and dependencies for hbase-client.jar version 0.99.0.
> >
> > How do I configure my project so that I can connect with the hbase
> running
> > in the HDP virtual machine?
> >
> > Regards,
> >
> > Néstor
> >
>

Re: How do I configure my Java IDE Hbase Connection

Posted by Ted Yu <yu...@gmail.com>.
Put the hbase-site.xml from the hbase instance on the classpath and the IDE
should be able to communicate with the cluster.

Cheers

On Fri, Nov 14, 2014 at 4:27 AM, Néstor Boscán <ne...@gmail.com> wrote:

> Hi
>
> I'm very new to hbase. I have a HDP virtual machine running in my laptop
> and I'm programming using a Java IDE in my laptop. I use Maven to get the
> library and dependencies for hbase-client.jar version 0.99.0.
>
> How do I configure my project so that I can connect with the hbase running
> in the HDP virtual machine?
>
> Regards,
>
> Néstor
>