Created 08-16-2018 04:53 AM
Created 08-16-2018 07:10 AM
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