Describes how to view the list of tables using either the Control System or the CLI.
After starting the HBase shell, run the list command. Include the
directory path in the command if you want to list tables that are not in your
home directory. Type help to see a list of commands and their
syntax.
mapr dbshell)After starting the shell, run the list command.
Include the directory path in the command if you want to list tables that are
not in your home directory. See HPE Ezmeral Data Fabric Database Shell (JSON Tables).
To retrieve table details for a table by specifying the table path from the CLI, run the following command:
maprcli table info -path <table-path>
For information on this command, see table info.