Accessing HBase REST API from Cloudera Operational Database
You can use the Apache HBase REST server to interact with Cloudera Operational Database. Interactions happen using URLs and the REST API. REST uses HTTP to perform various actions, and this makes it easy to interface with Cloudera Operational Database using a wide range of programming languages.
Use the HBase REST API to interact with the HBase services, tables, and regions using HTTP endpoints. You can create tables, delete tables, and perform other operations that have the REST endpoints. For more information, see Using the HBase REST API using the link in the related information section.