文档首页/ MapReduce服务 MRS/ 常见问题/ 周边生态对接类/ 如何通过happybase连接到MRS服务的HBase?
更新时间:2024-11-22 GMT+08:00
分享

如何通过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

相关文档