Created external table, but was not able to view in HDFS


1 Answer(s)


Hi Manoj,

The table under /user/hive/warehouse/ in cloudera.

You can confirm the path by following command:

hive> set hive.metastore.warehouse.dir;

In the $HIVE_HOME/conf directory there is the hive-default.xml and/or hive-site.xml which has the hive.metastore.warehouse.dir property. That value is where you will want to navigate to after clicking the Browse the filesystem link.

Hope this helps.

Thanks.