All Products
Search
Document Center

ApsaraDB for HBase:Manage namespaces

Last Updated:Mar 28, 2026

When multiple teams or projects share a single ApsaraDB for HBase cluster, table name collisions become a problem. Namespaces solve this by acting as logical groupings of tables — analogous to databases in a relational database system. Tables in different namespaces can share the same name, so each team or environment can own its table space without interference.

ApsaraDB for HBase includes a predefined namespace named default, which is assigned to any table created without an explicit namespace prefix.

This topic describes how to create and delete namespaces using Lindorm Insight.

Prerequisites

Before you begin, ensure that you have:

Create a namespace

  1. In the left-side navigation pane of the cluster management system, choose Data Manager > Namespace Manager. All namespaces in the current instance are listed by default.

  2. Click + Add.

    image.png

  3. In the Add Namespace dialog box, enter the name of the namespace.

    Note

    Namespace names can contain only letters, digits, hyphens (-), and underscores (_).

  4. Click OK.

Delete a namespace

Important

Delete all tables in the namespace before deleting it. The delete operation fails if the namespace still contains tables.

  1. In the left-side navigation pane of the cluster management system, choose Data Manager > Namespace Manager.

  2. Find the namespace you want to delete and click Delete in the Operation column.

    image.png

  3. Click OK.