The purpose of this article is to let you know how to list all the tables that exists in the current database in Apache Hive that can be found with the Apache Impala as well.
Once you are Hive prompt, use the below command.
hive> SHOW TABLES;
The same command will help to list the tables in Apache Impala. Please note that Impala uses Hive metastore, so it shows the existing Hive databases.
Hope you liked this post.
Please click on the follow button to receive updates on latest posts.
One comment