Apache HBase Tutorial

Preface

Apache HBase is an open-source and non-relation database system that was developed based on the model of Google's Bigtable. It provides real-time read/write random access to very large datasets hosted on HDFS.

This tutorial has been prepared to provide introduction to Apache HBase, the installation steps, process to interact with HBase shell and the procedure to setup HBase on Hadoop and so on.


Prerequisites

A basic understanding of Core Java, Hadoop Framework, Linux operating system commands and database concepts are required.


Spectators

This tutorial is created for any professionals who are keen to learn Apache HBase and wanted to grow in the field of Big Data. It will cover all prospective of Apache HBase.


So let's Begin it, Happy Learning.