svn commit: r1585879 - in /hive/branches/branch-0.13/ql/src/java/org/apache/hadoop/hive/ql/exec/tez: DagUtils.java TezSessionState.java TezTask.java

2014-04-08 Thread sershe
Author: sershe Date: Wed Apr 9 02:18:57 2014 New Revision: 1585879 URL: http://svn.apache.org/r1585879 Log: HIVE-6825 : custom jars for Hive query should be uploaded to scratch dir per query; and/or versioned (Sergey Shelukhin, reviewed by Vikram Dixit K) Modified: hive/branches/branch-0.1

svn commit: r1585878 - in /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/tez: DagUtils.java TezSessionState.java TezTask.java

2014-04-08 Thread sershe
Author: sershe Date: Wed Apr 9 02:12:01 2014 New Revision: 1585878 URL: http://svn.apache.org/r1585878 Log: HIVE-6825 : custom jars for Hive query should be uploaded to scratch dir per query; and/or versioned (Sergey Shelukhin, reviewed by Vikram Dixit K) Modified: hive/trunk/ql/src/java/or

svn commit: r1585860 - /hive/trunk/serde/pom.xml

2014-04-08 Thread hashutosh
Author: hashutosh Date: Tue Apr 8 22:41:45 2014 New Revision: 1585860 URL: http://svn.apache.org/r1585860 Log: HIVE-6822 : TestAvroSerdeUtils fails with -Phadoop-2 (Jason Dere via Ashutosh Chauhan) Modified: hive/trunk/serde/pom.xml Modified: hive/trunk/serde/pom.xml URL: http://svn.apach

svn commit: r1585821 - /hive/trunk/testutils/ptest2/README.md

2014-04-08 Thread hashutosh
Author: hashutosh Date: Tue Apr 8 19:24:40 2014 New Revision: 1585821 URL: http://svn.apache.org/r1585821 Log: HIVE-6773 : Update readme for ptest2 framework (Szehon Ho via Brock Noland) Modified: hive/trunk/testutils/ptest2/README.md Modified: hive/trunk/testutils/ptest2/README.md URL: ht

svn commit: r1585820 - /hive/branches/branch-0.13/ql/src/java/org/apache/hadoop/hive/ql/exec/DDLTask.java

2014-04-08 Thread hashutosh
Author: hashutosh Date: Tue Apr 8 19:15:59 2014 New Revision: 1585820 URL: http://svn.apache.org/r1585820 Log: HIVE-6812 : show compactions returns error when there are no compactions (Alan Gates via Ashutosh Chauhan) Modified: hive/branches/branch-0.13/ql/src/java/org/apache/hadoop/hive/q

svn commit: r1585819 - /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/DDLTask.java

2014-04-08 Thread hashutosh
Author: hashutosh Date: Tue Apr 8 19:15:41 2014 New Revision: 1585819 URL: http://svn.apache.org/r1585819 Log: HIVE-6812 : show compactions returns error when there are no compactions (Alan Gates via Ashutosh Chauhan) Modified: hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/DDLTask.j

svn commit: r1585813 - in /hive/trunk/itests/hive-unit/src/test/java/org/apache: hadoop/hive/jdbc/TestJdbcDriver.java hive/jdbc/TestJdbcDriver2.java

2014-04-08 Thread hashutosh
Author: hashutosh Date: Tue Apr 8 18:40:41 2014 New Revision: 1585813 URL: http://svn.apache.org/r1585813 Log: HIVE-6845 : TestJdbcDriver.testShowRoleGrant can fail if TestJdbcDriver/TestJdbcDriver2 run together (Jason Dere via Thejas Nair) Modified: hive/trunk/itests/hive-unit/src/test/ja

svn commit: r1585814 - in /hive/branches/branch-0.13/itests/hive-unit/src/test/java/org/apache: hadoop/hive/jdbc/TestJdbcDriver.java hive/jdbc/TestJdbcDriver2.java

2014-04-08 Thread hashutosh
Author: hashutosh Date: Tue Apr 8 18:40:55 2014 New Revision: 1585814 URL: http://svn.apache.org/r1585814 Log: HIVE-6845 : TestJdbcDriver.testShowRoleGrant can fail if TestJdbcDriver/TestJdbcDriver2 run together (Jason Dere via Thejas Nair) Modified: hive/branches/branch-0.13/itests/hive-u

svn commit: r1585812 - in /hive/branches/branch-0.13: ./ ql/src/java/org/apache/hadoop/hive/ql/io/orc/ ql/src/test/org/apache/hadoop/hive/ql/io/orc/

2014-04-08 Thread omalley
Author: omalley Date: Tue Apr 8 18:37:41 2014 New Revision: 1585812 URL: http://svn.apache.org/r1585812 Log: HIVE-6759. Don't trust file lengths from HDFS when ORC files are being written. (omalley) Modified: hive/branches/branch-0.13/ (props changed) hive/branches/branch-0.13/ql/src/

svn commit: r1585811 - in /hive/trunk/ql/src: java/org/apache/hadoop/hive/ql/io/orc/ReaderImpl.java test/org/apache/hadoop/hive/ql/io/orc/TestOrcRawRecordMerger.java test/org/apache/hadoop/hive/ql/io/

2014-04-08 Thread omalley
Author: omalley Date: Tue Apr 8 18:35:40 2014 New Revision: 1585811 URL: http://svn.apache.org/r1585811 Log: HIVE-6759. Don't trust file lengths from HDFS when ORC files are being written. (omalley) Modified: hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/io/orc/ReaderImpl.java hive/t

svn commit: r1585810 - in /hive/trunk: common/src/java/org/apache/hadoop/hive/common/ common/src/java/org/apache/hadoop/hive/conf/ conf/ ql/src/java/org/apache/hadoop/hive/ql/ ql/src/java/org/apache/h

2014-04-08 Thread vikram
Author: vikram Date: Tue Apr 8 18:25:42 2014 New Revision: 1585810 URL: http://svn.apache.org/r1585810 Log: HIVE-6782 : HiveServer2Concurrency issue when running with tez intermittently, throwing org.apache.tez.dag.api.SessionNotRunning: Application not running error (Vikram Dixit K, reviewed b

svn commit: r1585809 - in /hive/branches/branch-0.13: common/src/java/org/apache/hadoop/hive/common/ common/src/java/org/apache/hadoop/hive/conf/ conf/ ql/src/java/org/apache/hadoop/hive/ql/ ql/src/ja

2014-04-08 Thread vikram
Author: vikram Date: Tue Apr 8 18:22:02 2014 New Revision: 1585809 URL: http://svn.apache.org/r1585809 Log: HIVE-6782 : HiveServer2Concurrency issue when running with tez intermittently, throwing org.apache.tez.dag.api.SessionNotRunning: Application not running error (Vikram Dixit K, reviewed b

svn commit: r1585791 [2/2] - in /hive/branches/branch-0.13: common/src/java/org/apache/hadoop/hive/conf/ itests/hive-unit/src/test/java/org/apache/hive/jdbc/authorization/ itests/util/src/main/java/or

2014-04-08 Thread hashutosh
Modified: hive/branches/branch-0.13/ql/src/test/queries/clientnegative/authorization_role_cycles2.q URL: http://svn.apache.org/viewvc/hive/branches/branch-0.13/ql/src/test/queries/clientnegative/authorization_role_cycles2.q?rev=1585791&r1=1585790&r2=1585791&view=diff =

svn commit: r1585789 [2/2] - in /hive/trunk: common/src/java/org/apache/hadoop/hive/conf/ itests/hive-unit/src/test/java/org/apache/hive/jdbc/authorization/ itests/util/src/main/java/org/apache/hadoop

2014-04-08 Thread hashutosh
Modified: hive/trunk/ql/src/test/queries/clientnegative/authorization_select_view.q URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/queries/clientnegative/authorization_select_view.q?rev=1585789&r1=1585788&r2=1585789&view=diff =

svn commit: r1585764 - in /hive/branches/branch-0.13: metastore/scripts/upgrade/derby/ metastore/scripts/upgrade/mysql/ metastore/scripts/upgrade/oracle/ metastore/scripts/upgrade/postgres/ ql/src/jav

2014-04-08 Thread rhbutani
Author: rhbutani Date: Tue Apr 8 15:44:11 2014 New Revision: 1585764 URL: http://svn.apache.org/r1585764 Log: HIVE-6757 Remove deprecated parquet classes from outside of org.apache package (Owen O'Malley via Xufeu Zhang) Added: hive/branches/branch-0.13/metastore/scripts/upgrade/derby/018-

svn commit: r1585762 - in /hive/trunk: metastore/scripts/upgrade/derby/ metastore/scripts/upgrade/mysql/ metastore/scripts/upgrade/oracle/ metastore/scripts/upgrade/postgres/ ql/src/java/parquet/

2014-04-08 Thread rhbutani
Author: rhbutani Date: Tue Apr 8 15:41:40 2014 New Revision: 1585762 URL: http://svn.apache.org/r1585762 Log: HIVE-6757 Remove deprecated parquet classes from outside of org.apache package (Owen O'Malley via Xufeu Zhang) Added: hive/trunk/metastore/scripts/upgrade/derby/018-HIVE-6757.derby.

svn commit: r1585760 - in /hive/trunk/metastore/scripts/upgrade: derby/ mysql/ oracle/ postgres/

2014-04-08 Thread rhbutani
Author: rhbutani Date: Tue Apr 8 15:37:43 2014 New Revision: 1585760 URL: http://svn.apache.org/r1585760 Log: Revert HIVE-6757(r1585758) going back to r1585754, didn't rm files Removed: hive/trunk/metastore/scripts/upgrade/derby/018-HIVE-6757.derby.sql hive/trunk/metastore/scripts/upgrad

svn commit: r1585758 - in /hive/trunk/metastore/scripts/upgrade: derby/ mysql/ oracle/ postgres/

2014-04-08 Thread rhbutani
Author: rhbutani Date: Tue Apr 8 15:29:15 2014 New Revision: 1585758 URL: http://svn.apache.org/r1585758 Log: HIVE-6757 Remove deprecated parquet classes from outside of org.apache package (Owen O'Malley via Xufeu Zhang) Added: hive/trunk/metastore/scripts/upgrade/derby/018-HIVE-6757.derby.

svn commit: r1585756 - in /hive/branches/branch-0.13: ./ ql/src/java/org/apache/hadoop/hive/ql/io/orc/ ql/src/test/org/apache/hadoop/hive/ql/io/orc/

2014-04-08 Thread omalley
Author: omalley Date: Tue Apr 8 15:11:39 2014 New Revision: 1585756 URL: http://svn.apache.org/r1585756 Log: HIVE-6787. Only add ACID OrcInputSplits when the partition is actually ACID format. (omalley) Modified: hive/branches/branch-0.13/ (props changed) hive/branches/branch-0.13/ql/

svn commit: r1585754 - in /hive/trunk/ql/src: java/org/apache/hadoop/hive/ql/io/orc/OrcInputFormat.java java/org/apache/hadoop/hive/ql/io/orc/OrcRecordUpdater.java test/org/apache/hadoop/hive/ql/io/or

2014-04-08 Thread omalley
Author: omalley Date: Tue Apr 8 15:10:01 2014 New Revision: 1585754 URL: http://svn.apache.org/r1585754 Log: HIVE-6787. Only add ACID OrcInputSplits when the partition is actually ACID format. (omalley) Modified: hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/io/orc/OrcInputFormat.java

svn commit: r1585751 - in /hive/branches/branch-0.13: ./ ql/src/java/org/apache/hadoop/hive/ql/io/AcidUtils.java ql/src/test/org/apache/hadoop/hive/ql/io/TestAcidUtils.java

2014-04-08 Thread omalley
Author: omalley Date: Tue Apr 8 15:02:08 2014 New Revision: 1585751 URL: http://svn.apache.org/r1585751 Log: HIVE-6830. Remove restriction that ACID base directories have to be completely covered. (omalley) Modified: hive/branches/branch-0.13/ (props changed) hive/branches/branch-0.13

svn commit: r1585748 - in /hive/trunk/ql/src: java/org/apache/hadoop/hive/ql/io/AcidUtils.java test/org/apache/hadoop/hive/ql/io/TestAcidUtils.java

2014-04-08 Thread omalley
Author: omalley Date: Tue Apr 8 15:00:26 2014 New Revision: 1585748 URL: http://svn.apache.org/r1585748 Log: HIVE-6830. Remove restriction that ACID base directories have to be completely covered. (omalley) Modified: hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/io/AcidUtils.java hive

svn commit: r1585744 - in /hive/branches/branch-0.13/metastore/scripts/upgrade/mysql: hive-schema-0.13.0.mysql.sql hive-txn-schema-0.13.0.mysql.sql

2014-04-08 Thread hashutosh
Author: hashutosh Date: Tue Apr 8 14:29:19 2014 New Revision: 1585744 URL: http://svn.apache.org/r1585744 Log: HIVE-6855 : A couple of errors in MySQL db creation script for transaction tables (Alan Gates via Ashutosh Chauhan) Modified: hive/branches/branch-0.13/metastore/scripts/upgrade/m

svn commit: r1585743 - in /hive/trunk/metastore/scripts/upgrade/mysql: hive-schema-0.13.0.mysql.sql hive-txn-schema-0.13.0.mysql.sql

2014-04-08 Thread hashutosh
Author: hashutosh Date: Tue Apr 8 14:28:59 2014 New Revision: 1585743 URL: http://svn.apache.org/r1585743 Log: HIVE-6855 : A couple of errors in MySQL db creation script for transaction tables (Alan Gates via Ashutosh Chauhan) Modified: hive/trunk/metastore/scripts/upgrade/mysql/hive-schema

svn commit: r1585742 - in /hive/branches/branch-0.13: itests/qtest/pom.xml ql/src/java/org/apache/hadoop/hive/ql/exec/tez/TezProcessor.java ql/src/test/queries/clientpositive/tez_fsstat.q ql/src/test/

2014-04-08 Thread hashutosh
Author: hashutosh Date: Tue Apr 8 14:27:08 2014 New Revision: 1585742 URL: http://svn.apache.org/r1585742 Log: HIVE-6860 : Issue with FS based stats collection on Tez (Ashutosh Chauhan via Vikram Dixit) Added: hive/branches/branch-0.13/ql/src/test/queries/clientpositive/tez_fsstat.q hi

svn commit: r1585741 - in /hive/trunk: itests/qtest/pom.xml ql/src/java/org/apache/hadoop/hive/ql/exec/tez/TezProcessor.java ql/src/test/queries/clientpositive/tez_fsstat.q ql/src/test/results/clientp

2014-04-08 Thread hashutosh
Author: hashutosh Date: Tue Apr 8 14:26:23 2014 New Revision: 1585741 URL: http://svn.apache.org/r1585741 Log: HIVE-6860 : Issue with FS based stats collection on Tez (Ashutosh Chauhan via Vikram Dixit) Added: hive/trunk/ql/src/test/queries/clientpositive/tez_fsstat.q hive/trunk/ql/src/