Created 01-20-2016 11:05 PM
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?
Created 01-21-2016 06:38 PM
you can start it on the client by following these instructions.
Created 01-20-2016 11:22 PM
For non Java access you would need to setup the thrift server. Thrift server runs on the port 9090. I hope this helps
Created 01-21-2016 06:15 PM
i use happybase for python. thrift server is on server side or client side?
Created 01-21-2016 06:38 PM
you can start it on the client by following these instructions.
Created 06-24-2016 09:19 PM
No Ambari support? Cloudera Manager can manage HBase Thrift and REST servers as separate roles. Thrift server is needed by Hue HBase GUI.