Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

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

avatar
 
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>