SHOW TABLES

Syntax

SHOW TABLES

Description

Displays all table names.

Example

        // Using the API
        HConnection conn = HConnectionManager.newConnection();
        Set<String> tableNames = conn.getTableNames();