Help Center> CloudTable Service> FAQ> General> Which Programming Languages Are Supported by HBase External APIs in CloudTable?

Which Programming Languages Are Supported by HBase External APIs in CloudTable?

CloudTable integrates the open source Apache HBase 1.3.1 and is fully compatible with open source native APIs of HBase 1.3.1. According to HBase official documentation, HBase supports the following APIs:

  • REST API
  • Thrift API
  • C/C++ Apache HBase Client
  • Java Data Objects (JDO)

    CloudTable provides Java sample code for your reference. For details, see the CloudTable Service Developer Guide.

  • Scala
  • Jython

For more information about HBase APIs, see Apache HBase External APIs in the HBase official documentation.