November 2014
Beginner to intermediate
326 pages
7h 4m
English
Now, let's see how the read-and-write operation takes place in HBase diagrammatically:

Let's discuss and understand how the read-and-write operation takes place in and from HBase tables. In HBase, the client does not write data to HFile directly; it is first written to WAL and then to HBase MemStore, which is shared by an HStore in the main memory and then flushed to HFile later. Refer to the following figure:

Write-Ahead Logs facilitate the data reliability and reside on HDFS; each RegionServer hosts a single ...
Read now
Unlock full access