How can I list down
all the tables created under a single namespace in HBase?
In Hbase, is there anything like show tables;
which we can use in Hive to find all tables under a particular database.
相关问题
- Joining two ResultSets from HBase in Java?
- Save CSV file to hbase table using Spark and Phoen
- hbase as database in web application
- thrift hbase client - support filters and coproces
- How to get the region in HBASE which is struck in
相关文章
- hbase-client 2.0.x error
- use protobuf3 with some lib which depends on proto
- Latest compatible version of hadoop and hbase
- Create table in hbase
- Connecting to remote HBase service using Java
- Connecting and Persisting to HBase
- How to configure hbase in spark?
- In Hadoop, where can i change default url ports 50
You can use commands
list_namespace_tables
from HBase shell. It lists all tables that are members of the namespace. ExampleYou can list the namespaces like so: