Apache HBase : Hadoop Column Oriented NoSQL Database

Udemy
Course Summary
Learn HBase, a Column Oriented NOSQL Database
-
+
Course Description
HBase is a distributed column-oriented database built on top of the Hadoop Distributed File System. This course on Apache HBase provides an introduction to HBase, the procedure to set up HBase on Hadoop File Systems, and ways to interact with HBase shell. This course on HBase also describes how to connect to HBase using java, and how to perform basic operations on HBase using java.
In this course we'll be going to cover following topics:
Basics of Big Data and Hadoop
Difference between NoSQL and traditional database system
Difference between HBase and HDFS
Components of HBase and internal HBase Architecture
DML and DDL commands in HBase
Various Filters in Apache HBase
Interaction with HBase using Java APIs
Integration of HBase with tools Pig, Hive and Sqoop etc