Quantcast
Channel: security – Cloudera Engineering Blog
Viewing all articles
Browse latest Browse all 166

How-to: Use the HBase Thrift Interface, Part 1

$
0
0

There are various way to access and interact with Apache HBase. Most notably, the Java API provides the most functionality. But some people want to use HBase without Java.

Those people have two main options: One is the Thrift interface (the more lightweight and hence faster of the two options), and the other is the REST interface (aka Stargate). A REST interface uses HTTP verbs to perform an action.

Read More

The post How-to: Use the HBase Thrift Interface, Part 1 appeared first on Cloudera Engineering Blog.


Viewing all articles
Browse latest Browse all 166

Trending Articles