Advanced
Тема интерфейса

How Do I Query the Creation Time of a Table in CloudTable HBase?

You can use either of the following methods to query the table creation time in CloudTable:

Check the table creation time in the output of the create command.

  1. Connect to the cluster and use the HBase shell to access the cluster. For details, see in the User Guide.
  2. Run the create command to create a table.

    create 'TEST','StuInfo','Grades'

  3. In the command output, the first row indicates the table creation time and table name, and the second row indicates the table creation duration.

    Figure 1 Table creation time