Access to Hbase over Thrift with Knox

111 Views Asked by At

Hbase has a couple of wrapper services that help access it. They are Thrift and Rest services.

We are using Apache Knox to access these services. We can use Knox WEBHBASE service to access Hbase via Rest.

The question is: how can I use Knox to access Hbase via the Thrift service? Is this possible in general?

1

There are 1 best solutions below

2
On

Unfortunately no :( the reason is that Knox does not support thrift it only supports http. Is there a specific reason you'd want to use thrift?