Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

I have created a table in hive. What is the command to check it in hdfs ? help i m a beginner.

avatar
New Member
 
1 ACCEPTED SOLUTION

avatar
Expert Contributor

In beeline or cli, after creating table, u can either do show create or describe to know the table path in hdfs.

After exiting from beeline or cli, u can use below command to see the table folder & files inside it

hadoop fs -ls -R <tablePath>

View solution in original post

1 REPLY 1

avatar
Expert Contributor

In beeline or cli, after creating table, u can either do show create or describe to know the table path in hdfs.

After exiting from beeline or cli, u can use below command to see the table folder & files inside it

hadoop fs -ls -R <tablePath>