Python program to connect to HBase via thrift server in Http mode
问题 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 https:/