[
https://issues.apache.org/jira/browse/HIVE-2911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13294617#comment-13294617
]
Hudson commented on HIVE-2911:
------------------------------
Integrated in Hive-trunk-h0.21 #1484 (See
[https://builds.apache.org/job/Hive-trunk-h0.21/1484/])
HIVE-2911 Move Global .hiverc file (Owen O'Malley via egc) (Revision
1349611)
Result = FAILURE
ecapriolo :
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1349611
Files :
* /hive/trunk/cli/src/java/org/apache/hadoop/hive/cli/CliDriver.java
> Move global .hiverc file
> ------------------------
>
> Key: HIVE-2911
> URL: https://issues.apache.org/jira/browse/HIVE-2911
> Project: Hive
> Issue Type: Improvement
> Components: CLI
> Affects Versions: 0.10.0
> Reporter: Owen O'Malley
> Assignee: Owen O'Malley
> Fix For: 0.10.0
>
> 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