Using Apache HBase to store and access data
Also available as:
PDF
loading table of contents...

Default HBase namespace actions

Note
Note

If you do not require multitenancy or formalized schemas for HBase data, then do not concern yourself with namespace definitions and assignments. HBase automatically assigns a default namespace when you create a table and do not associate it with a namespace.

The default namespaces are the following:

hbase

A namespace that is used to contain HBase internal system tables

default

A namespace that contains all other tables when you do not assign a specific user-defined namespace