Amareshwari Sriramadasu created LENS-527:
--------------------------------------------
Summary: Change default warehouse directory
Key: LENS-527
URL: https://issues.apache.org/jira/browse/LENS-527
Project: Apache Lens
Issue Type: Bug
Components: examples
Affects Versions: 2.0
Reporter: Amareshwari Sriramadasu
Priority: Minor
Fix For: 2.2
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>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)