How Do I Connect to HBase of MRS Through HappyBase?
Question:
How do I connect big data applications to HBase of MRS through HappyBase?
Answer:
HBase service in the MRS clusters uses Thriftserver2, and HappyBase can connect to HBase only through Thriftserver1. However, Thriftserver1 and Thriftserver2 cannot be used at the same time.
Therefore, you are advised to use Python to 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.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.