Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

How to config thrift in Hbase?

avatar
Contributor

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
Contributor

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.