Help Center/ MapReduce Service/ FAQs/ Peripheral Service Interconnection/ How Do I Connect to HBase of MRS Through HappyBase?
Updated on 2024-08-16 GMT+08:00

How Do I Connect to HBase of MRS Through HappyBase?

ThriftServer1 and ThriftServer2 cannot coexist. The HBase service of the MRS cluster uses ThriftServer2. However, HappyBase can connect to HBase only through the ThriftServer1 interface. Therefore, use Python to directly connect to HBase. For details, see https://github.com/huaweicloud/huaweicloud-mrs-example/blob/mrs-1.8/src/hbase-examples/hbase-python-example/DemoClient.py.