Support Questions

Find answers, ask questions, and share your expertise
Announcements
Welcome to the upgraded Community! Read this blog to see What’s New!

How to config thrift in Hbase?

avatar
Explorer

I am trying to connect Hbase using happybase. But I got connection error when trying to connect hbase using 9090 port. I'm wondering if I need to setup thrift from Hbase configuration. How to enable the port to setup the connection?

1 ACCEPTED SOLUTION

avatar
Mentor
@Cui Lin

you can start it on the client by following these instructions.

View solution in original post

4 REPLIES 4

avatar

For non Java access you would need to setup the thrift server. Thrift server runs on the port 9090. I hope this helps

avatar
Explorer

i use happybase for python. thrift server is on server side or client side?

avatar
Mentor
@Cui Lin

you can start it on the client by following these instructions.

avatar
Contributor

No Ambari support? Cloudera Manager can manage HBase Thrift and REST servers as separate roles. Thrift server is needed by Hue HBase GUI.

Labels