Table of Contents
This chapter will cover access to Apache HBase either through non-Java languages, or through custom protocols.
Currently the documentation on this topic in the Apache HBase Wiki. See also the Thrift API Javadoc.
Currently most of the documentation on REST exists in the Apache HBase Wiki on REST (The REST gateway used to be called 'Stargate'). There are also a nice set of blogs on How-to: Use the Apache HBase REST Interface by Jesse Anderson.
Documentation about Thrift has moved to ???.
FB's Chip Turner wrote a pure C/C++ client. Check it out.