svn commit: r1528523 - /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/security/HadoopDefaultAuthenticator.java

2013-10-02 Thread hashutosh
Author: hashutosh Date: Wed Oct 2 15:33:35 2013 New Revision: 1528523 URL: http://svn.apache.org/r1528523 Log: HIVE-3807 : Hive authorization should use short username when Kerberos authentication (Kai Zheng via Ashutosh Chauhan) Modified:

svn commit: r1528531 - /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java

2013-10-02 Thread brock
Author: brock Date: Wed Oct 2 16:03:38 2013 New Revision: 1528531 URL: http://svn.apache.org/r1528531 Log: HIVE-5405 - Need to implement PersistenceDelegate for org.antlr.runtime.CommonToken (shanyu zhao via Brock Noland) Modified:

svn commit: r1528633 - in /hive/trunk/hcatalog: conf/ core/src/main/java/org/apache/hcatalog/security/ core/src/main/java/org/apache/hive/hcatalog/security/ core/src/test/java/org/apache/hcatalog/secu

2013-10-02 Thread khorgath
Author: khorgath Date: Wed Oct 2 21:32:43 2013 New Revision: 1528633 URL: http://svn.apache.org/r1528633 Log: HIVE-5413 : StorageDelegationAuthorizationProvider uses non-existent org.apache.hive.hcatalog.hbase.HBaseHCatStorageHandler (Eugene Koifman via Sushanth Sowmyan) Added:

svn commit: r1528634 - /hive/trunk/bin/hive

2013-10-02 Thread thejas
Author: thejas Date: Wed Oct 2 21:33:44 2013 New Revision: 1528634 URL: http://svn.apache.org/r1528634 Log: HIVE-5410 : Hive command line option --auxpath still does not work post HIVE-5363 (Brock Noland via Thejas Nair) Modified: hive/trunk/bin/hive Modified: hive/trunk/bin/hive URL:

svn commit: r1528635 - /hive/branches/branch-0.12/bin/hive

2013-10-02 Thread thejas
Author: thejas Date: Wed Oct 2 21:35:42 2013 New Revision: 1528635 URL: http://svn.apache.org/r1528635 Log: HIVE-5410 : Hive command line option --auxpath still does not work post HIVE-5363 (Brock Noland via Thejas Nair) Modified: hive/branches/branch-0.12/bin/hive Modified:

svn commit: r1528642 - in /hive/branches/branch-0.12/hcatalog: conf/ core/src/main/java/org/apache/hcatalog/security/ core/src/main/java/org/apache/hive/hcatalog/security/ core/src/test/java/org/apach

2013-10-02 Thread thejas
Author: thejas Date: Wed Oct 2 21:51:36 2013 New Revision: 1528642 URL: http://svn.apache.org/r1528642 Log: HIVE-5413 : StorageDelegationAuthorizationProvider uses non-existent org.apache.hive.hcatalog.hbase.HBaseHCatStorageHandler (Eugene Koifman via Sushanth Sowmyan) Added:

svn commit: r1528651 - /hive/trunk/hcatalog/src/test/e2e/templeton/build.xml

2013-10-02 Thread thejas
Author: thejas Date: Wed Oct 2 22:08:55 2013 New Revision: 1528651 URL: http://svn.apache.org/r1528651 Log: HIVE-5416: templeton/tests/jobsubmission2.conf erroneously removed (Eugene Koifman via Thejas Nair) Modified: hive/trunk/hcatalog/src/test/e2e/templeton/build.xml Modified:

svn commit: r1528652 - /hive/branches/branch-0.12/hcatalog/src/test/e2e/templeton/build.xml

2013-10-02 Thread thejas
Author: thejas Date: Wed Oct 2 22:10:29 2013 New Revision: 1528652 URL: http://svn.apache.org/r1528652 Log: HIVE-5416: templeton/tests/jobsubmission2.conf erroneously removed (Eugene Koifman via Thejas Nair) Modified: hive/branches/branch-0.12/hcatalog/src/test/e2e/templeton/build.xml

svn commit: r1528655 - in /hive/trunk: beeline/src/java/org/apache/hive/beeline/ beeline/src/test/org/apache/hive/beeline/src/test/ metastore/scripts/upgrade/derby/ metastore/scripts/upgrade/oracle/ m

2013-10-02 Thread hashutosh
Author: hashutosh Date: Wed Oct 2 22:24:32 2013 New Revision: 1528655 URL: http://svn.apache.org/r1528655 Log: HIVE-5419 : Fix schema tool issues with Oracle metastore (Prasad Mujumdar via Ashutosh Chauhan) Modified: hive/trunk/beeline/src/java/org/apache/hive/beeline/HiveSchemaHelper.java

svn commit: r1528677 - /hive/branches/branch-0.12/service/src/java/org/apache/hive/service/cli/thrift/ThriftCLIService.java

2013-10-02 Thread thejas
Author: thejas Date: Wed Oct 2 23:14:48 2013 New Revision: 1528677 URL: http://svn.apache.org/r1528677 Log: HIVE-5196 : ThriftCLIService.java uses stderr to print the stack trace, it should use the logger instead. (Vaibhav Gumashta via Thejas Nair) Modified:

svn commit: r1528678 - /hive/trunk/service/src/java/org/apache/hive/service/cli/session/HiveSessionImpl.java

2013-10-02 Thread thejas
Author: thejas Date: Wed Oct 2 23:29:20 2013 New Revision: 1528678 URL: http://svn.apache.org/r1528678 Log: HIVE-5296: Memory leak: OOM Error after multiple open/closed JDBC connections. (Kousuke Saruta via Thejas Nair) Modified: