HBase REST Interface

Blog Summary: (AI Summaries by Summarizes)
  • The HBase REST interface allows non-Java programmers to access HBase over a REST interface.
  • The author wrote a series of blogs on the HBase REST interface.
  • The first post in the series is up on the Cloudera blog.
  • Full code samples with comments are available on GitHub.

For anyone who wants to learn more about HBase, I wrote a series of blogs on the HBase REST interface. This interface allows non-Java programmers to access HBase over a REST interface. There are full code samples with comments. The first post in the series is up on the Cloudera blog.

Related Posts