[
https://issues.apache.org/jira/browse/LENS-527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14526724#comment-14526724
]
Hudson commented on LENS-527:
-----------------------------
UNSTABLE: Integrated in Lens-Commit #746 (See
[https://builds.apache.org/job/Lens-Commit/746/])
LENS-527 : Change default warehouse directory in local and docker setup (Yash
Sharma via amareshwari) (amareshwari: rev
dbd38470ee941942e8292894d48c2836bf3404ce)
* tools/conf/server/lens-site.xml
* tools/conf-pseudo-distr/server/lens-site.xml
> 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
> Assignee: Yash Sharma
> Priority: Minor
> Labels: newbie
> Fix For: 2.2
>
> Attachments: LENS-527.01.patch, LENS-527.patch
>
>
> 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)