You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Cheyenne Forbes <ch...@gmail.com> on 2017/05/22 15:31:03 UTC

Request region coprocessor endpoints from C++

Is it possible to make a request to region coprocessor endpoints when using
C++ as I would with "org.apache.hadoop.hbase.ipc.CoprocessorRpcChannel" in
Java?

Regards,

Cheyenne O. Forbes

Re: Request region coprocessor endpoints from C++

Posted by Manjeet Singh <ma...@gmail.com>.
You can use google protobuff to call java API frpm c++ , but for this you
must have the Java code which will intract with Hbase.

On Mon, May 22, 2017 at 9:55 PM, Cheyenne Forbes <
cheyenne.osanu.forbes@gmail.com> wrote:

> Is there anyway I could attempt to do it?
>
> Regards,
> Cheyenne O Forbes
>
>
>
> On Mon, May 22, 2017 at 11:13 AM, Ted Yu <yu...@gmail.com> wrote:
>
> > Currently there is no direct support for calling coprocessor from C++.
> >
> > On Mon, May 22, 2017 at 8:31 AM, Cheyenne Forbes <
> > cheyenne.osanu.forbes@gmail.com> wrote:
> >
> > > Is it possible to make a request to region coprocessor endpoints when
> > using
> > > C++ as I would with "org.apache.hadoop.hbase.ipc.
> CoprocessorRpcChannel"
> > in
> > > Java?
> > >
> > > Regards,
> > >
> > > Cheyenne O. Forbes
> > >
> >
>



-- 
luv all

Re: Request region coprocessor endpoints from C++

Posted by Cheyenne Forbes <ch...@gmail.com>.
Is there anyway I could attempt to do it?

Regards,
Cheyenne O Forbes



On Mon, May 22, 2017 at 11:13 AM, Ted Yu <yu...@gmail.com> wrote:

> Currently there is no direct support for calling coprocessor from C++.
>
> On Mon, May 22, 2017 at 8:31 AM, Cheyenne Forbes <
> cheyenne.osanu.forbes@gmail.com> wrote:
>
> > Is it possible to make a request to region coprocessor endpoints when
> using
> > C++ as I would with "org.apache.hadoop.hbase.ipc.CoprocessorRpcChannel"
> in
> > Java?
> >
> > Regards,
> >
> > Cheyenne O. Forbes
> >
>

Re: Request region coprocessor endpoints from C++

Posted by Ted Yu <yu...@gmail.com>.
Currently there is no direct support for calling coprocessor from C++.

On Mon, May 22, 2017 at 8:31 AM, Cheyenne Forbes <
cheyenne.osanu.forbes@gmail.com> wrote:

> Is it possible to make a request to region coprocessor endpoints when using
> C++ as I would with "org.apache.hadoop.hbase.ipc.CoprocessorRpcChannel" in
> Java?
>
> Regards,
>
> Cheyenne O. Forbes
>