January 2017
Intermediate to advanced
350 pages
7h 8m
English
In this chapter, we are going to cover the following recipes:
In this chapter, we will consider the communication between HBase using different types of clients. We will also discuss briefly when which client is suitable and why.
It's very much possible to use HBase without the use of Java. There are two main ways to access the data: REST based and using Thrift API. Also one of the priorities was to decouple the HBase client application with HBase server-side components. The HBase client can write to different clusters having two different versions and should work seamlessly; ...
Read now
Unlock full access