[ https://issues.apache.org/jira/browse/HIVE-2911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Phabricator updated HIVE-2911: ------------------------------ Attachment: HIVE-2911.D2529.1.patch omalley requested code review of "HIVE-2911 [jira] Move global .hiverc file". Reviewers: JIRA HIVE-2911 Move the location of the global hiverc file to $HIVE_CONF_DIR/.hiverc. Currently, the .hiverc files are loaded from: $HIVE_HOME/bin/.hiverc ~/.hiverc It seems more ops-friendly to have it in the config directory. $HIVE_HOME/bin/.hiverc <- for backwards compatibility $HIVE_CONF_DIR/.hiverc ~/.hiverc TEST PLAN Can't test cli driver. REVISION DETAIL https://reviews.facebook.net/D2529 AFFECTED FILES cli/src/java/org/apache/hadoop/hive/cli/CliDriver.java MANAGE HERALD DIFFERENTIAL RULES https://reviews.facebook.net/herald/view/differential/ WHY DID I GET THIS EMAIL? https://reviews.facebook.net/herald/transcript/5733/ Tip: use the X-Herald-Rules header to filter Herald messages in your client. > 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 > > > 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