You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Edward Capriolo (JIRA)" <ji...@apache.org> on 2012/06/11 04:48:42 UTC

[jira] [Commented] (HIVE-2911) Move global .hiverc file

    [ https://issues.apache.org/jira/browse/HIVE-2911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13292621#comment-13292621 ] 

Edward Capriolo commented on HIVE-2911:
---------------------------------------

+1. I think we are fine here. We are just adding and extra place to possibly load the .hiverc file from and suggesting a new position which makes more sense. (I do not remember my rational for loading the .hiverc file from /bin) I will take a look tomorrow. 
                
> Move global .hiverc file
> ------------------------
>
>                 Key: HIVE-2911
>                 URL: https://issues.apache.org/jira/browse/HIVE-2911
>             Project: Hive
>          Issue Type: Improvement
>          Components: CLI
>            Reporter: Owen O'Malley
>            Assignee: Owen O'Malley
>         Attachments: HIVE-2911.D2529.1.patch, HIVE-2911.D2529.2.patch
>
>
> Currently, the .hiverc files are loaded from:
> {code}
> $HIVE_HOME/bin/.hiverc
> ~/.hiverc
> {code}
> It seems more ops-friendly to have it in the config directory.
> {code}
> $HIVE_HOME/bin/.hiverc  <- for backwards compatibility
> $HIVE_CONF_DIR/.hiverc
> ~/.hiverc
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira