Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

How to config thrift in Hbase?

avatar
New Member

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
Master 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
New Member

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

avatar
Master Mentor
@Cui Lin

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

avatar
Expert Contributor

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