CHAPTER 10

image

Using Apache HBase

Apache HBase is the Apache Hadoop database. Apache HBase is based on the wide column data store model with a table as the unit of storage. A table consists of one or more column families. Apache HBase is a schema-free NoSQL database. HBase stores data in the HDFS by default. In this chapter we shall use a Docker image to run Apache HBase in a Docker container. We shall use the svds/cdh Docker image, which we introduced in the Chapter 8.

  • Setting the Environment
  • Starting CDH
  • Starting Interactive Shell
  • Starting HBase Shell
  • Creating an HBase Table
  • Listing HBase Tables
  • Getting a Single Table Row
  • Getting a Single Row Column ...

Get Pro Docker now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.