HBase REST Interface Part 2

HBase REST Interface Part 2

For anyone who wants to learn more about HBase, I wrote a series of blogs on the HBase REST interface. This post covers adding rows using JSON and XML. There area full code samples with comments. The second post in the series is up on the Cloudera...
HBase REST Interface Part 2

HBase REST Interface

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...