You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lens.apache.org by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org> on 2015/05/04 16:31:07 UTC

[jira] [Updated] (LENS-527) Change default warehouse directory

     [ https://issues.apache.org/jira/browse/LENS-527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amareshwari Sriramadasu updated LENS-527:
-----------------------------------------
    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

Committed. Thanks [~yash360@gmail.com].

Review at https://reviews.apache.org/r/33678/

> 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)