[jira] [Commented] (HIVE-2872) Store which configs the user has explicitly changed

2013-01-09 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-2872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13548270#comment-13548270
 ] 

Hudson commented on HIVE-2872:
--

Integrated in Hive-trunk-hadoop2 #54 (See 
[https://builds.apache.org/job/Hive-trunk-hadoop2/54/])
HIVE-2872 Store which configs the user has explicitly changed
(Kevin Wilfng via namit) (Revision 1301347)

 Result = ABORTED
namit : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1301347
Files : 
* /hive/trunk/cli/src/java/org/apache/hadoop/hive/cli/CliDriver.java
* /hive/trunk/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/processors/SetProcessor.java
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/session/SessionState.java
* 
/hive/trunk/ql/src/test/org/apache/hadoop/hive/ql/hooks/VerifyOverriddenConfigsHook.java
* /hive/trunk/ql/src/test/queries/clientpositive/overridden_confs.q
* /hive/trunk/ql/src/test/results/clientpositive/overridden_confs.q.out


 Store which configs the user has explicitly changed
 ---

 Key: HIVE-2872
 URL: https://issues.apache.org/jira/browse/HIVE-2872
 Project: Hive
  Issue Type: Improvement
Reporter: Kevin Wilfong
Assignee: Kevin Wilfong
 Fix For: 0.9.0

 Attachments: ASF.LICENSE.NOT.GRANTED--HIVE-2872.D2337.1.patch, 
 ASF.LICENSE.NOT.GRANTED--HIVE-2872.D2337.2.patch


 It would be useful to keep track of which config variables the user has 
 explicitly changed from the values which are either default or loaded from 
 hive-site.xml.  These include config variables set using the hiveconf 
 argument to the CLI, and via the SET command.  This could be used to prevent 
 Hive from changing a config variable which has been explicitly set by the 
 user, and also potentially for logging to help with later debugging of failed 
 queries.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HIVE-2872) Store which configs the user has explicitly changed

2012-03-16 Thread Hudson (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-2872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13231136#comment-13231136
 ] 

Hudson commented on HIVE-2872:
--

Integrated in Hive-trunk-h0.21 #1314 (See 
[https://builds.apache.org/job/Hive-trunk-h0.21/1314/])
HIVE-2872 Store which configs the user has explicitly changed
(Kevin Wilfng via namit) (Revision 1301347)

 Result = FAILURE
namit : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1301347
Files : 
* /hive/trunk/cli/src/java/org/apache/hadoop/hive/cli/CliDriver.java
* /hive/trunk/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/processors/SetProcessor.java
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/session/SessionState.java
* 
/hive/trunk/ql/src/test/org/apache/hadoop/hive/ql/hooks/VerifyOverriddenConfigsHook.java
* /hive/trunk/ql/src/test/queries/clientpositive/overridden_confs.q
* /hive/trunk/ql/src/test/results/clientpositive/overridden_confs.q.out


 Store which configs the user has explicitly changed
 ---

 Key: HIVE-2872
 URL: https://issues.apache.org/jira/browse/HIVE-2872
 Project: Hive
  Issue Type: Improvement
Reporter: Kevin Wilfong
Assignee: Kevin Wilfong
 Attachments: HIVE-2872.D2337.1.patch, HIVE-2872.D2337.2.patch


 It would be useful to keep track of which config variables the user has 
 explicitly changed from the values which are either default or loaded from 
 hive-site.xml.  These include config variables set using the hiveconf 
 argument to the CLI, and via the SET command.  This could be used to prevent 
 Hive from changing a config variable which has been explicitly set by the 
 user, and also potentially for logging to help with later debugging of failed 
 queries.

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




[jira] [Commented] (HIVE-2872) Store which configs the user has explicitly changed

2012-03-15 Thread Phabricator (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-2872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13230645#comment-13230645
 ] 

Phabricator commented on HIVE-2872:
---

njain has commented on the revision HIVE-2872 [jira] Store which configs the 
user has explicitly changed.

  Talked to Kevin offline - no need to add appliedSystemProperties in conf.

  Also, can you add a big comment in SessionState explaining 
overriddenConfigurations


REVISION DETAIL
  https://reviews.facebook.net/D2337


 Store which configs the user has explicitly changed
 ---

 Key: HIVE-2872
 URL: https://issues.apache.org/jira/browse/HIVE-2872
 Project: Hive
  Issue Type: Improvement
Reporter: Kevin Wilfong
Assignee: Kevin Wilfong
 Attachments: HIVE-2872.D2337.1.patch


 It would be useful to keep track of which config variables the user has 
 explicitly changed from the values which are either default or loaded from 
 hive-site.xml.  These include config variables set using the hiveconf 
 argument to the CLI, and via the SET command.  This could be used to prevent 
 Hive from changing a config variable which has been explicitly set by the 
 user, and also potentially for logging to help with later debugging of failed 
 queries.

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




[jira] [Commented] (HIVE-2872) Store which configs the user has explicitly changed

2012-03-15 Thread Phabricator (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-2872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13230772#comment-13230772
 ] 

Phabricator commented on HIVE-2872:
---

njain has accepted the revision HIVE-2872 [jira] Store which configs the user 
has explicitly changed.

REVISION DETAIL
  https://reviews.facebook.net/D2337

BRANCH
  svn


 Store which configs the user has explicitly changed
 ---

 Key: HIVE-2872
 URL: https://issues.apache.org/jira/browse/HIVE-2872
 Project: Hive
  Issue Type: Improvement
Reporter: Kevin Wilfong
Assignee: Kevin Wilfong
 Attachments: HIVE-2872.D2337.1.patch, HIVE-2872.D2337.2.patch


 It would be useful to keep track of which config variables the user has 
 explicitly changed from the values which are either default or loaded from 
 hive-site.xml.  These include config variables set using the hiveconf 
 argument to the CLI, and via the SET command.  This could be used to prevent 
 Hive from changing a config variable which has been explicitly set by the 
 user, and also potentially for logging to help with later debugging of failed 
 queries.

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