Course Description
Apache HBase is an open-source, non-relational, distributed database modeled after Google's Bigtable and is written in Java. It is developed as part of Apache Software Foundation's Apache Hadoop project and runs on top of HDFS (Hadoop Distributed File System), providing Bigtable-like capabilities for Hadoop. This course will scratch the surface and give you an introduction to HBase in a comprehensive and quick tutorial.
What am I going to get from this course?
- What HBase is and isn't
- HBase Architecture
- HBase Tables - Modeling a Table
- HBase Shell
- HBase Tables - Design
- HBase Tables – Create
- Many other commands