Where is the hive directory located in cloudxlab ?
hadoop fs -ls /user/hive/warehouse/
ls: `/user/hive/warehouse/’: No such file or directory
Where is the hive directory located in cloudxlab ?
hadoop fs -ls /user/hive/warehouse/
ls: `/user/hive/warehouse/’: No such file or directory
Hi,
Hive directory in cloudxlab is different. You can find it in /apps/hive/warehouse/.
If you want to cross verify then login to hive and type the following command: "set hive.metastore.warehouse.dir;"
Hope this answer your question.