Description
The default warehouse directory is /user/hive/warehouse and most of the users may not have access to the directory in local setup.
We should point to the default warehouse directory to something writable by user. It can be /tmp/hive/warehouse. We need to add the following to lens-site.xml :
<property>
<name>hive.metastore.warehouse.dir</name>
<value>/tmp/hive/warehouse</value>
</property>