Propose, Prepare, Present Review

Propose, Prepare, Present Review

I’ve been speaking at some conferences lately. I knew I needed to get better with my submissions and hoped Alistair or Edd would write a blog post about how to improve. Alistair did except it got out of hand and became a book. This book became Propose, Prepare,...
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...