I am trying to write a simple program to connect to HBase server through thrift which is started in Http mode.(cluster is kerberized ) but I always gets 'read zero bytes error message'
I have refered below links but those examples work only if the thrift server starts in Binary mode (??) https://github.com/joshelser/hbase-thrift1-python-sasl/blob/master/get_row.py,
I did Klist and Kinit everything looks fine and also I have followed below HDP documentation and my setup is correct
I was able to list the tables when I run the below command
hbase org.apache.hadoop.hbase.thrift.HttpDoAsClient host 9090 hbase true
any reference to sample code to connect to HBase through thrift http mode is greatly appreciated
thank you