This training provides a detailed understanding of HBase and no-sql concepts as well you will learn advanced operations in HBase like integration and working with Hadoop eco-system.
Apache HBASE Course Content
HBase Overview
Getting started with HBase, Core concepts of HBase, Understanding HBase with an Example
Architecture of NoSQL
Why HBase?, Where to use HBase?, What is NoSQL?
HBase Data Modeling
HDFS vs.HBase, HBase Use Cases, Data Modeling HBase
HBase Cluster Components
HBase Architecture, Main components of HBase Cluster
HBase API and Advanced Operations
HBase Shell, HBase API, Primary Operations, Advanced Operations
Integration of Hive with HBase
Create a Table and Insert Data into it, Integration of Hive with HBase, Load Utility
File loading with both load Utility
Putting Folder to VM, File loading with both load Utility
Apache HBASE Project
Project 1 – Integrate Hive & Java with HBase
Topics : This is project that gives you hands-on experience to connect Hive and Java with HBase. Hive is used for querying using HiveQL that translates SQL-like queries into MapReduce jobs on Hadoop framework. In this project you will do HBase Installation, create Hive for HBase, import the data onto Hive from HBase, use HiveQL for Hive Table data querying and analyzing, and managing the HBase Table. You will also learn to Integrate Java with HBase to run HBase queries using Java applications that you