如何通过happybase连接到MRS服务的HBase?
问:
大数据应用如何通过happybase连接到MRS服务的HBase?
答:
MRS服务集群的HBase服务使用的是thriftserver2,thriftserver1和thriftserver2不能同时并存,但happybase只能通过thriftserver1接口连接到HBase。
因此建议客户使用Python直接连接到HBase,具体实现可参考https://github.com/huaweicloud/huaweicloud-mrs-example/blob/mrs-1.8/src/hbase-examples/hbase-python-example/DemoClient.py。