svn commit: r1645825 - in /hive/branches/branch-0.14: data/files/ itests/src/test/resources/ ql/src/java/org/apache/hadoop/hive/ql/optimizer/physical/ ql/src/test/org/apache/hadoop/hive/ql/optimizer/p

2014-12-15 Thread vikram
Author: vikram Date: Tue Dec 16 02:42:06 2014 New Revision: 1645825 URL: http://svn.apache.org/r1645825 Log: HIVE-8866: Vectorization on partitioned table throws ArrayIndexOutOfBoundsException when partitions are not of same #of columns (Matt McCline via Vikram Dixit K) Added: hive

svn commit: r1645826 - in /hive/trunk: data/files/ itests/src/test/resources/ ql/src/java/org/apache/hadoop/hive/ql/optimizer/physical/ ql/src/test/org/apache/hadoop/hive/ql/optimizer/physical/ ql/src

2014-12-15 Thread vikram
Author: vikram Date: Tue Dec 16 02:42:11 2014 New Revision: 1645826 URL: http://svn.apache.org/r1645826 Log: HIVE-8866: Vectorization on partitioned table throws ArrayIndexOutOfBoundsException when partitions are not of same #of columns (Matt McCline via Vikram Dixit K) Added: hive/trunk

svn commit: r1646050 - in /hive/trunk: itests/src/test/resources/ ql/src/java/org/apache/hadoop/hive/ql/parse/ ql/src/test/queries/clientpositive/ ql/src/test/results/clientpositive/tez/

2014-12-16 Thread vikram
Author: vikram Date: Tue Dec 16 19:22:35 2014 New Revision: 1646050 URL: http://svn.apache.org/r1646050 Log: HIVE-9055: Tez: union all followed by group by followed by another union all gives error (Vikram Dixit K, reviewed by Prasanth J) Added: hive/trunk/ql/src/test/queries/clientpositive

svn commit: r1646049 - in /hive/branches/branch-0.14: itests/src/test/resources/ ql/src/java/org/apache/hadoop/hive/ql/parse/ ql/src/test/queries/clientpositive/ ql/src/test/results/clientpositive/tez

2014-12-16 Thread vikram
Author: vikram Date: Tue Dec 16 19:22:33 2014 New Revision: 1646049 URL: http://svn.apache.org/r1646049 Log: HIVE-9055: Tez: union all followed by group by followed by another union all gives error (Vikram Dixit K, reviewed by Prasanth J) Added: hive/branches/branch-0.14/ql/src/test

svn commit: r1616626 - in /hive/branches/tez: ./ ql/ ql/src/java/org/apache/hadoop/hive/ql/exec/tez/ ql/src/java/org/apache/hadoop/hive/ql/exec/tez/tools/

2014-08-07 Thread vikram
Author: vikram Date: Thu Aug 7 23:22:08 2014 New Revision: 1616626 URL: http://svn.apache.org/r1616626 Log: HIVE-7601: Bring up tez-branch upto the API changes from TEZ-1058, TEZ-1303, TEZ-1346, TEZ-1041 (Gopal V via Vikram Dixit) Modified: hive/branches/tez/pom.xml hive/branches/tez

svn commit: r1616627 - in /hive/branches/tez/ql/src/java/org/apache/hadoop/hive/ql/exec/tez: DagUtils.java ObjectCache.java tools/InputMerger.java

2014-08-07 Thread vikram
Author: vikram Date: Thu Aug 7 23:23:23 2014 New Revision: 1616627 URL: http://svn.apache.org/r1616627 Log: HIVE-7639: Bring tez-branch upto api changes in TEZ-1379, TEZ-1057, TEZ-1382 (Gopal V via Vikram Dixit) Modified: hive/branches/tez/ql/src/java/org/apache/hadoop/hive/ql/exec/tez

svn commit: r1616904 - in /hive/branches/tez/ql/src/java/org/apache/hadoop/hive/ql/exec/tez: CustomPartitionEdge.java DagUtils.java HiveSplitGenerator.java TezSessionState.java

2014-08-08 Thread vikram
Author: vikram Date: Fri Aug 8 23:23:55 2014 New Revision: 1616904 URL: http://svn.apache.org/r1616904 Log: Bring tez-branch up-to the API changes made by TEZ-1372 (Gopal V via Vikram Dixit) Modified: hive/branches/tez/ql/src/java/org/apache/hadoop/hive/ql/exec/tez

svn commit: r1616905 - in /hive/branches/tez/ql/src/java/org/apache/hadoop/hive/ql/exec/tez: CustomPartitionEdge.java DagUtils.java HiveSplitGenerator.java TezSessionState.java

2014-08-08 Thread vikram
Author: vikram Date: Fri Aug 8 23:28:21 2014 New Revision: 1616905 URL: http://svn.apache.org/r1616905 Log: HIVE-7656: Bring tez-branch up-to the API changes made by TEZ-1372 (Gopal V via Vikram Dixit) Modified: hive/branches/tez/ql/src/java/org/apache/hadoop/hive/ql/exec/tez

svn commit: r1616906 - in /hive/branches/tez/ql/src/java/org/apache/hadoop/hive/ql/exec/tez: CustomPartitionEdge.java DagUtils.java HiveSplitGenerator.java TezSessionState.java

2014-08-08 Thread vikram
Author: vikram Date: Fri Aug 8 23:29:23 2014 New Revision: 1616906 URL: http://svn.apache.org/r1616906 Log: HIVE-7656: Bring tez-branch up-to the API changes made by TEZ-1372 (Gopal V via Vikram Dixit) Modified: hive/branches/tez/ql/src/java/org/apache/hadoop/hive/ql/exec/tez

svn commit: r1617801 - in /hive/trunk: itests/src/test/resources/testconfiguration.properties pom.xml

2014-08-13 Thread vikram
Author: vikram Date: Wed Aug 13 19:07:59 2014 New Revision: 1617801 URL: http://svn.apache.org/r1617801 Log: HIVE-7477: Upgrade hive to use tez 0.4.1 (Vikram Dixit, reviewed by Ashutosh Chouhan, Navis Ryu) Modified: hive/trunk/itests/src/test/resources/testconfiguration.properties hive

svn commit: r1635016 - /hive/branches/branch-0.14/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/CustomPartitionVertex.java

2014-10-28 Thread vikram
Author: vikram Date: Wed Oct 29 00:41:41 2014 New Revision: 1635016 URL: http://svn.apache.org/r1635016 Log: HIVE-8597: SMB join small table side should use the same set of serialized payloads across tasks (Siddharth Seth via Vikram Dixit) Modified: hive/branches/branch-0.14/ql/src/java

svn commit: r1624170 - /hive/branches/llap/

2014-09-10 Thread vikram
Author: vikram Date: Wed Sep 10 23:50:49 2014 New Revision: 1624170 URL: http://svn.apache.org/r1624170 Log: Branch for LLAP development Added: hive/branches/llap/ (props changed) - copied from r1624169, hive/trunk/ Propchange: hive/branches/llap

svn commit: r1627445 - /hive/branches/branch-0.14/

2014-09-24 Thread vikram
Author: vikram Date: Thu Sep 25 02:14:15 2014 New Revision: 1627445 URL: http://svn.apache.org/r1627445 Log: Creation of branch 0.14 Added: hive/branches/branch-0.14/ (props changed) - copied from r1627444, hive/trunk/ Propchange: hive/branches/branch-0.14

svn commit: r1628349 - in /hive/branches/branch-0.14: accumulo-handler/pom.xml pom.xml

2014-09-29 Thread vikram
Author: vikram Date: Tue Sep 30 01:40:36 2014 New Revision: 1628349 URL: http://svn.apache.org/r1628349 Log: HIVE-8257: Accumulo introduces old hadoop-client dependency (Josh Esler via Vikram Dixit K) Modified: hive/branches/branch-0.14/accumulo-handler/pom.xml hive/branches/branch-0.14

svn commit: r1628352 - in /hive/trunk: accumulo-handler/pom.xml pom.xml

2014-09-29 Thread vikram
Author: vikram Date: Tue Sep 30 01:44:55 2014 New Revision: 1628352 URL: http://svn.apache.org/r1628352 Log: HIVE-8257: Accumulo introduces old hadoop-client dependency (Josh Esler via Vikram Dixit K) Modified: hive/trunk/accumulo-handler/pom.xml hive/trunk/pom.xml Modified: hive/trunk

svn commit: r1628512 - in /hive/trunk/ql/src: java/org/apache/hadoop/hive/ql/exec/tez/ java/org/apache/hadoop/hive/ql/session/ test/org/apache/hadoop/hive/ql/exec/tez/

2014-09-30 Thread vikram
Author: vikram Date: Tue Sep 30 18:36:56 2014 New Revision: 1628512 URL: http://svn.apache.org/r1628512 Log: HIVE-7857: Hive query fails after Tez session times out (Vikram Dixit K, reviewed by Gunther Hagleitner) Modified: hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/tez

svn commit: r1628511 - in /hive/branches/branch-0.14/ql/src: java/org/apache/hadoop/hive/ql/exec/tez/ java/org/apache/hadoop/hive/ql/session/ test/org/apache/hadoop/hive/ql/exec/tez/

2014-09-30 Thread vikram
Author: vikram Date: Tue Sep 30 18:34:55 2014 New Revision: 1628511 URL: http://svn.apache.org/r1628511 Log: HIVE-7857: Hive query fails after Tez session times out (Vikram Dixit K, reviewed by Gunther Hagleitner) Modified: hive/branches/branch-0.14/ql/src/java/org/apache/hadoop/hive/ql

svn commit: r1631010 - /hive/trunk/itests/src/test/resources/testconfiguration.properties

2014-10-10 Thread vikram
Author: vikram Date: Sat Oct 11 01:30:09 2014 New Revision: 1631010 URL: http://svn.apache.org/r1631010 Log: HIVE-8432: Remove tez_smb_1 from tests. (Vikram Dixit K) Modified: hive/trunk/itests/src/test/resources/testconfiguration.properties Modified: hive/trunk/itests/src/test/resources

svn commit: r1631566 - in /hive/trunk: itests/src/test/resources/testconfiguration.properties ql/src/test/queries/clientpositive/tez_smb_1.q ql/src/test/results/clientpositive/tez/tez_smb_1.q.out

2014-10-13 Thread vikram
Author: vikram Date: Mon Oct 13 21:38:43 2014 New Revision: 1631566 URL: http://svn.apache.org/r1631566 Log: HIVE-8443: Disable tez_smb_1 for mapreduce and prevent from test hang. (Vikram Dixit K reviewed by Gunther Hagleitner and Jason Dere) Modified: hive/trunk/itests/src/test/resources

svn commit: r1580671 - in /hive/trunk/serde/src: java/org/apache/hadoop/hive/serde2/lazy/LazyPrimitive.java java/org/apache/hadoop/hive/serde2/lazybinary/LazyBinaryPrimitive.java test/org/apache/hadoo

2014-03-23 Thread vikram
Author: vikram Date: Mon Mar 24 00:18:55 2014 New Revision: 1580671 URL: http://svn.apache.org/r1580671 Log: HIVE-6707 : Lazy maps are broken (LazyMap and LazyBinaryMap) (Prasanth J via Vikram Dixit, reviewed by Gunther) Modified: hive/trunk/serde/src/java/org/apache/hadoop/hive/serde2

svn commit: r1580672 - /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/io/orc/WriterImpl.java

2014-03-23 Thread vikram
Author: vikram Date: Mon Mar 24 00:23:01 2014 New Revision: 1580672 URL: http://svn.apache.org/r1580672 Log: HIVE-6711 : ORC maps uses getMapSize() from MapOI which is unreliable (Prasanth J via Vikram Dixit, reviewed by Gunther) Modified: hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/io

svn commit: r1580797 - in /hive/branches/branch-0.13/ql/src: java/org/apache/hadoop/hive/ql/io/HiveInputFormat.java test/queries/clientpositive/tez_dml.q test/results/clientpositive/tez/tez_dml.q.out

2014-03-24 Thread vikram
Author: vikram Date: Mon Mar 24 09:57:42 2014 New Revision: 1580797 URL: http://svn.apache.org/r1580797 Log: HIVE-6707 : Lazy maps are broken (LazyMap and LazyBinaryMap) (Prasanth J via Vikram Dixit, reviewed by Gunther) Modified: hive/branches/branch-0.13/ql/src/java/org/apache/hadoop

svn commit: r1580802 - /hive/branches/branch-0.13/ql/src/java/org/apache/hadoop/hive/ql/io/orc/WriterImpl.java

2014-03-24 Thread vikram
Author: vikram Date: Mon Mar 24 10:19:54 2014 New Revision: 1580802 URL: http://svn.apache.org/r1580802 Log: HIVE-6711 : ORC maps uses getMapSize() from MapOI which is unreliable (Prasanth J via Vikram Dixit, reviewed by Gunther) Modified: hive/branches/branch-0.13/ql/src/java/org/apache

svn commit: r1582613 [4/4] - in /hive/branches/branch-0.13: common/src/java/org/apache/hadoop/hive/conf/ itests/qtest/ ql/src/java/org/apache/hadoop/hive/ql/exec/ ql/src/java/org/apache/hadoop/hive/ql

2014-03-27 Thread vikram
Added: hive/branches/branch-0.13/ql/src/test/results/clientpositive/tez/bucket_map_join_tez2.q.out URL: http://svn.apache.org/viewvc/hive/branches/branch-0.13/ql/src/test/results/clientpositive/tez/bucket_map_join_tez2.q.out?rev=1582613view=auto

svn commit: r1582623 [2/4] - in /hive/trunk: common/src/java/org/apache/hadoop/hive/conf/ itests/qtest/ ql/src/java/org/apache/hadoop/hive/ql/exec/ ql/src/java/org/apache/hadoop/hive/ql/exec/tez/ ql/s

2014-03-28 Thread vikram
Added: hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/optimizer/metainfo/annotation/AnnotateOpTraitsProcCtx.java URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/optimizer/metainfo/annotation/AnnotateOpTraitsProcCtx.java?rev=1582623view=auto

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

svn commit: r1586455 - in /hive/branches/branch-0.13: common/src/main/resources/hive-log4j.properties ql/src/main/resources/hive-exec-log4j.properties

2014-04-10 Thread vikram
Author: vikram Date: Thu Apr 10 20:02:12 2014 New Revision: 1586455 URL: http://svn.apache.org/r1586455 Log: HIVE-6876 : Logging information should include thread id (Vikram Dixit K, reviewed by Jason Dere) Modified: hive/branches/branch-0.13/common/src/main/resources/hive-log4j.properties

svn commit: r1592645 - in /hive/trunk: itests/qtest/ ql/src/java/org/apache/hadoop/hive/ql/exec/tez/ ql/src/test/queries/clientpositive/ ql/src/test/results/clientpositive/tez/

2014-05-05 Thread vikram
Author: vikram Date: Tue May 6 00:17:54 2014 New Revision: 1592645 URL: http://svn.apache.org/r1592645 Log: HIVE-6826 : Hive-tez has issues when different partitions work off of different input types (Vikram Dixit K, reviewed by Gunther Hagleitner) Added: hive/trunk/ql/src/test/queries

svn commit: r1597845 - in /hive/trunk/ql/src: java/org/apache/hadoop/hive/ql/exec/tez/ test/org/apache/hadoop/hive/ql/exec/tez/

2014-05-27 Thread vikram
Author: vikram Date: Tue May 27 18:27:51 2014 New Revision: 1597845 URL: http://svn.apache.org/r1597845 Log: HIVE-7043: When using the tez session pool via hive, once sessions time out, all queries go to the default queue: (Vikram Dixit, reviewed by Gunther Hagleitner) Modified: hive/trunk

svn commit: r1614949 - in /hive/branches/tez: itests/qtest/ ql/src/java/org/apache/hadoop/hive/ql/exec/ ql/src/java/org/apache/hadoop/hive/ql/exec/mr/ ql/src/java/org/apache/hadoop/hive/ql/exec/persis

2014-07-31 Thread vikram
Author: vikram Date: Thu Jul 31 18:27:18 2014 New Revision: 1614949 URL: http://svn.apache.org/r1614949 Log: HIVE-7096: Support grouped splits in Tez partitioned broadcast join (Vikram Dixit, reviewed by Gunther Hagleitner) Modified: hive/branches/tez/itests/qtest

svn commit: r1614973 - in /hive/branches/tez: itests/qtest/ ql/src/java/org/apache/hadoop/hive/ql/exec/ ql/src/java/org/apache/hadoop/hive/ql/exec/mr/ ql/src/java/org/apache/hadoop/hive/ql/exec/persis

2014-07-31 Thread vikram
Author: vikram Date: Thu Jul 31 20:00:57 2014 New Revision: 1614973 URL: http://svn.apache.org/r1614973 Log: HIVE-7096: Support grouped splits in Tez partitioned broadcast join (Vikram Dixit, reviewed by Gunther Hagleitner) Added: hive/branches/tez/ql/src/test/queries/clientpositive

svn commit: r1615007 - in /hive/branches/tez: itests/qtest/ ql/src/java/org/apache/hadoop/hive/ql/exec/ ql/src/java/org/apache/hadoop/hive/ql/exec/mr/ ql/src/java/org/apache/hadoop/hive/ql/exec/persis

2014-07-31 Thread vikram
Author: vikram Date: Thu Jul 31 20:54:30 2014 New Revision: 1615007 URL: http://svn.apache.org/r1615007 Log: HIVE-7096: Support grouped splits in Tez partitioned broadcast join (Vikram Dixit, reviewed by Gunther Hagleitner) Added: hive/branches/tez/ql/src/test/queries/clientpositive

svn commit: r1556059 - in /hive/site: author/src/documentation/content/xdocs/credits.xml publish/credits.html publish/credits.pdf

2014-01-06 Thread vikram
Author: vikram Date: Mon Jan 6 23:05:25 2014 New Revision: 1556059 URL: http://svn.apache.org/r1556059 Log: HIVE-6153: Add Vikram to list of committers. Add Gunther to PMC list. Sort names. Modified: hive/site/author/src/documentation/content/xdocs/credits.xml hive/site/publish

svn commit: r1569619 - /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/io/orc/OrcInputFormat.java

2014-02-18 Thread vikram
Author: vikram Date: Wed Feb 19 02:50:09 2014 New Revision: 1569619 URL: http://svn.apache.org/r1569619 Log: HIVE-6326: Split generation in ORC may generate wrong split boundaries because of unaccounted padded bytes (Prasanth J via Vikram Dixit K) Modified: hive/trunk/ql/src/java/org/apache

svn commit: r1574640 - in /hive/branches/branch-0.13: common/src/java/org/apache/hadoop/hive/conf/ conf/ ql/src/java/org/apache/hadoop/hive/ql/exec/tez/ ql/src/java/org/apache/hadoop/hive/ql/session/

2014-03-05 Thread vikram
Author: vikram Date: Wed Mar 5 19:55:24 2014 New Revision: 1574640 URL: http://svn.apache.org/r1574640 Log: HIVE-6325: Enable using multiple concurrent sessions in tez (Vikram Dixit, reviewed by Gunther Hagleitner) Added: hive/branches/branch-0.13/ql/src/java/org/apache/hadoop/hive/ql

svn commit: r1576458 - /hive/trunk/ql/pom.xml

2014-03-11 Thread vikram
Author: vikram Date: Tue Mar 11 18:28:57 2014 New Revision: 1576458 URL: http://svn.apache.org/r1576458 Log: HIVE-6563: hdfs jar being pulled in when creating a hadoop-2 based hive tar ball (Vikram Dixit, reviewed by Harish Butani) Modified: hive/trunk/ql/pom.xml Modified: hive/trunk/ql

svn commit: r1648620 - /hive/branches/branch-0.14/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/DagUtils.java

2014-12-30 Thread vikram
Author: vikram Date: Tue Dec 30 22:38:28 2014 New Revision: 1648620 URL: http://svn.apache.org/r1648620 Log: HIVE-9205: Change default tez install directory to use /tmp instead of /user and create the directory if it does not exist (Vikram Dixit K, reviewed by Prasanth J and Gunther Hagleitner

svn commit: r1654344 - in /hive/branches/branch-1.0/ql/src: java/org/apache/hadoop/hive/ql/io/parquet/MapredParquetInputFormat.java test/results/clientpositive/tez/vectorized_parquet.q.out test/result

2015-01-23 Thread vikram
Author: vikram Date: Fri Jan 23 19:39:56 2015 New Revision: 1654344 URL: http://svn.apache.org/r1654344 Log: HIVE-9235: Turn off Parquet Vectorization until all data types work: DECIMAL, DATE, TIMESTAMP, CHAR, and VARCHAR (Matt McCline via Vikram Dixit K) Modified: hive/branches/branch-1.0

svn commit: r1654346 - in /hive/branches/branch-0.14/ql/src: java/org/apache/hadoop/hive/ql/io/parquet/MapredParquetInputFormat.java test/results/clientpositive/tez/vectorized_parquet.q.out test/resul

2015-01-23 Thread vikram
Author: vikram Date: Fri Jan 23 19:43:53 2015 New Revision: 1654346 URL: http://svn.apache.org/r1654346 Log: HIVE-9235: Turn off Parquet Vectorization until all data types work: DECIMAL, DATE, TIMESTAMP, CHAR, and VARCHAR (Matt McCline via Vikram Dixit K) Modified: hive/branches/branch

svn commit: r1654341 - in /hive/trunk/ql/src: java/org/apache/hadoop/hive/ql/io/parquet/MapredParquetInputFormat.java test/results/clientpositive/tez/vectorized_parquet.q.out test/results/clientpositi

2015-01-23 Thread vikram
Author: vikram Date: Fri Jan 23 19:37:41 2015 New Revision: 1654341 URL: http://svn.apache.org/r1654341 Log: HIVE-9235: Turn off Parquet Vectorization until all data types work: DECIMAL, DATE, TIMESTAMP, CHAR, and VARCHAR (Matt McCline via Vikram Dixit K) Modified: hive/trunk/ql/src/java

svn commit: r939014 - in /websites/production/hive/content: ./ javadocs/

2015-02-04 Thread vikram
Author: vikram Date: Wed Feb 4 21:44:58 2015 New Revision: 939014 Log: Hive 1.0.0 release. Added: websites/production/hive/content/ - copied from r939013, websites/staging/hive/trunk/content/ websites/production/hive/content/javadocs/ - copied from r939013, websites

svn commit: r1657402 - in /hive/cms/trunk/content: downloads.mdtext javadoc.mdtext

2015-02-04 Thread vikram
Author: vikram Date: Wed Feb 4 21:26:00 2015 New Revision: 1657402 URL: http://svn.apache.org/r1657402 Log: Hive 1.0.0 release Modified: hive/cms/trunk/content/downloads.mdtext hive/cms/trunk/content/javadoc.mdtext Modified: hive/cms/trunk/content/downloads.mdtext URL: http

svn commit: r7934 - in /release/hive: ./ hive-1.0.0/

2015-02-03 Thread vikram
Author: vikram Date: Tue Feb 3 22:50:53 2015 New Revision: 7934 Log: Hive 1.0.0 Release Added: release/hive/hive-1.0.0/ release/hive/hive-1.0.0/apache-hive-1.0.0-bin.tar.gz (with props) release/hive/hive-1.0.0/apache-hive-1.0.0-bin.tar.gz.asc (with props) release/hive/hive

svn commit: r7935 - /release/hive/hive-1.0.0/stable

2015-02-03 Thread vikram
Author: vikram Date: Tue Feb 3 23:11:02 2015 New Revision: 7935 Log: Remove unneeded link Removed: release/hive/hive-1.0.0/stable

svn commit: r1656909 - in /hive/tags: release-1.0.0-rc2/ release-1.0.0/

2015-02-03 Thread vikram
Author: vikram Date: Tue Feb 3 20:35:46 2015 New Revision: 1656909 URL: http://svn.apache.org/r1656909 Log: Hive 1.0.0 release Added: hive/tags/release-1.0.0/ (props changed) - copied from r1656908, hive/tags/release-1.0.0-rc2/ Removed: hive/tags/release-1.0.0-rc2/ Propchange

svn commit: r1653184 - in /hive/branches/branch-0.14: itests/src/test/resources/ ql/src/java/org/apache/hadoop/hive/ql/parse/ ql/src/test/queries/clientpositive/ ql/src/test/results/clientpositive/tez

2015-01-19 Thread vikram
Author: vikram Date: Tue Jan 20 02:41:40 2015 New Revision: 1653184 URL: http://svn.apache.org/r1653184 Log: HIVE-9141: HiveOnTez: mix of union all, distinct, group by generates error (Navis Ryu via Vikram Dixit K) Added: hive/branches/branch-0.14/ql/src/test/queries/clientpositive

svn commit: r1652532 - in /hive/trunk: itests/src/test/resources/testconfiguration.properties ql/src/java/org/apache/hadoop/hive/ql/optimizer/ConvertJoinMapJoin.java

2015-01-16 Thread vikram
Author: vikram Date: Fri Jan 16 22:23:41 2015 New Revision: 1652532 URL: http://svn.apache.org/r1652532 Log: HIVE-9038: Join tests fail on Tez (Vikram Dixit K, reviewed by Sergey Shelukhin) Modified: hive/trunk/itests/src/test/resources/testconfiguration.properties hive/trunk/ql/src

svn commit: r1652535 [4/4] - in /hive/trunk: itests/src/test/resources/ ql/src/java/org/apache/hadoop/hive/ql/optimizer/ ql/src/test/results/clientpositive/tez/

2015-01-16 Thread vikram
Added: hive/trunk/ql/src/test/results/clientpositive/tez/auto_join_filters.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/tez/auto_join_filters.q.out?rev=1652535view=auto == ---

svn commit: r1652535 [3/4] - in /hive/trunk: itests/src/test/resources/ ql/src/java/org/apache/hadoop/hive/ql/optimizer/ ql/src/test/results/clientpositive/tez/

2015-01-16 Thread vikram
Added: hive/trunk/ql/src/test/results/clientpositive/tez/auto_join30.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/tez/auto_join30.q.out?rev=1652535view=auto == ---

svn commit: r1652535 [2/4] - in /hive/trunk: itests/src/test/resources/ ql/src/java/org/apache/hadoop/hive/ql/optimizer/ ql/src/test/results/clientpositive/tez/

2015-01-16 Thread vikram
Added: hive/trunk/ql/src/test/results/clientpositive/tez/auto_join29.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/tez/auto_join29.q.out?rev=1652535view=auto == ---

svn commit: r1652535 [1/4] - in /hive/trunk: itests/src/test/resources/ ql/src/java/org/apache/hadoop/hive/ql/optimizer/ ql/src/test/results/clientpositive/tez/

2015-01-16 Thread vikram
Author: vikram Date: Fri Jan 16 22:28:00 2015 New Revision: 1652535 URL: http://svn.apache.org/r1652535 Log: HIVE-9038: Join tests fail on Tez (missed files in the previous commit) (Vikram Dixit K, reviewed by Sergey Shelukhin) Added: hive/trunk/ql/src/test/results/clientpositive/tez

svn commit: r1652536 [3/4] - in /hive/branches/branch-0.14: itests/src/test/resources/ ql/src/java/org/apache/hadoop/hive/ql/optimizer/ ql/src/test/results/clientpositive/tez/

2015-01-16 Thread vikram
Added: hive/branches/branch-0.14/ql/src/test/results/clientpositive/tez/auto_join30.q.out URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/ql/src/test/results/clientpositive/tez/auto_join30.q.out?rev=1652536view=auto

svn commit: r1652536 [2/4] - in /hive/branches/branch-0.14: itests/src/test/resources/ ql/src/java/org/apache/hadoop/hive/ql/optimizer/ ql/src/test/results/clientpositive/tez/

2015-01-16 Thread vikram
Added: hive/branches/branch-0.14/ql/src/test/results/clientpositive/tez/auto_join29.q.out URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/ql/src/test/results/clientpositive/tez/auto_join29.q.out?rev=1652536view=auto

svn commit: r1653426 - /hive/branches/branch-1.0/

2015-01-20 Thread vikram
Author: vikram Date: Wed Jan 21 03:01:10 2015 New Revision: 1653426 URL: http://svn.apache.org/r1653426 Log: Creating the 1.0 branch from branch 0.14 Added: hive/branches/branch-1.0/ (props changed) - copied from r1653425, hive/branches/branch-0.14/ Propchange: hive/branches/branch

svn commit: r1654968 [2/2] - in /hive/branches/branch-1.0/ql/src/test/results/clientpositive: ./ tez/

2015-01-26 Thread vikram
Modified: hive/branches/branch-1.0/ql/src/test/results/clientpositive/tez/auto_join_filters.q.out URL: http://svn.apache.org/viewvc/hive/branches/branch-1.0/ql/src/test/results/clientpositive/tez/auto_join_filters.q.out?rev=1654968r1=1654967r2=1654968view=diff

svn commit: r1654968 [1/2] - in /hive/branches/branch-1.0/ql/src/test/results/clientpositive: ./ tez/

2015-01-26 Thread vikram
Author: vikram Date: Tue Jan 27 03:13:58 2015 New Revision: 1654968 URL: http://svn.apache.org/r1654968 Log: Branch 1.0: Missing golden file updates from trunk Modified: hive/branches/branch-1.0/ql/src/test/results/clientpositive/constprog2.q.out hive/branches/branch-1.0/ql/src/test

svn commit: r1654918 - in /hive/branches/branch-1.0: ./ accumulo-handler/ ant/ beeline/ cli/ common/ contrib/ hbase-handler/ hcatalog/ hcatalog/core/ hcatalog/hcatalog-pig-adapter/ hcatalog/server-ext

2015-01-26 Thread vikram
Author: vikram Date: Tue Jan 27 00:00:45 2015 New Revision: 1654918 URL: http://svn.apache.org/r1654918 Log: Branch 1.0: Renaming the version in all pom.xml files Modified: hive/branches/branch-1.0/accumulo-handler/pom.xml hive/branches/branch-1.0/ant/pom.xml hive/branches/branch-1.0

svn commit: r1654920 - in /hive/branches/branch-1.0: ./ accumulo-handler/ ant/ beeline/ cli/ common/ contrib/ hbase-handler/ hcatalog/ hcatalog/core/ hcatalog/hcatalog-pig-adapter/ hcatalog/server-ext

2015-01-26 Thread vikram
Author: vikram Date: Tue Jan 27 00:11:29 2015 New Revision: 1654920 URL: http://svn.apache.org/r1654920 Log: Branch 1.0: Renaming the version in all pom.xml files Modified: hive/branches/branch-1.0/accumulo-handler/pom.xml hive/branches/branch-1.0/ant/pom.xml hive/branches/branch-1.0

svn commit: r1655172 - in /hive/branches/branch-1.0/ql/src: java/org/apache/hadoop/hive/ql/optimizer/physical/ test/results/clientpositive/ test/results/clientpositive/tez/

2015-01-27 Thread vikram
Author: vikram Date: Tue Jan 27 22:09:59 2015 New Revision: 1655172 URL: http://svn.apache.org/r1655172 Log: HIVE-9053 : select constant in union all followed by group by gives wrong result (Pengcheng Xiong via Vikram Dixit) Modified: hive/branches/branch-1.0/ql/src/java/org/apache/hadoop

svn commit: r1655176 - /hive/branches/branch-1.0/RELEASE_NOTES.txt

2015-01-27 Thread vikram
Author: vikram Date: Tue Jan 27 22:13:40 2015 New Revision: 1655176 URL: http://svn.apache.org/r1655176 Log: Branch 1.0: Update release notes Modified: hive/branches/branch-1.0/RELEASE_NOTES.txt Modified: hive/branches/branch-1.0/RELEASE_NOTES.txt URL: http://svn.apache.org/viewvc/hive

svn commit: r1655177 - in /hive/branches/branch-1.0/ql/src/test: queries/clientpositive/metadataOnlyOptimizer.q results/clientpositive/metadataOnlyOptimizer.q.out

2015-01-27 Thread vikram
Author: vikram Date: Tue Jan 27 22:14:27 2015 New Revision: 1655177 URL: http://svn.apache.org/r1655177 Log: Missing files from previous commit HIVE-9053: select constant in union all followed by group by gives wrong result (Pengcheng Xiong via Vikram Dixit) Added: hive/branches/branch-1.0

svn commit: r1654919 - in /hive/branches/branch-1.0: ./ accumulo-handler/ ant/ beeline/ cli/ common/ contrib/ hbase-handler/ hcatalog/ hcatalog/core/ hcatalog/hcatalog-pig-adapter/ hcatalog/server-ext

2015-01-26 Thread vikram
Author: vikram Date: Tue Jan 27 00:05:10 2015 New Revision: 1654919 URL: http://svn.apache.org/r1654919 Log: Revert version update because of unnecessary change commit Modified: hive/branches/branch-1.0/accumulo-handler/pom.xml hive/branches/branch-1.0/ant/pom.xml hive/branches

svn commit: r1659653 - /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDFRound.java

2015-02-13 Thread vikram
Author: vikram Date: Fri Feb 13 19:21:59 2015 New Revision: 1659653 URL: http://svn.apache.org/r1659653 Log: HIVE-6069: Improve error message in GenericUDFRound (Alexander Pivovarov via Vikram Dixit) Modified: hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/udf/generic

svn commit: r1665378 - in /hive/branches/branch-1.0: itests/src/test/resources/ ql/src/java/org/apache/hadoop/hive/ql/optimizer/ ql/src/java/org/apache/hadoop/hive/ql/optimizer/metainfo/annotation/ ql

2015-03-09 Thread vikram
Author: vikram Date: Mon Mar 9 22:57:19 2015 New Revision: 1665378 URL: http://svn.apache.org/r1665378 Log: HIVE-9886: Hive on tez: NPE when converting join to SMB in sub-query (Vikram Dixit K, reviewed by Gunther Hagleitner) Added: hive/branches/branch-1.0/ql/src/test/queries

svn commit: r1655889 - /hive/branches/branch-1.0/metastore/src/java/org/apache/hadoop/hive/metastore/RetryingMetaStoreClient.java

2015-01-29 Thread vikram
Author: vikram Date: Fri Jan 30 00:01:30 2015 New Revision: 1655889 URL: http://svn.apache.org/r1655889 Log: HIVE-9436: RetryingMetaStoreClient does not retry JDOExceptions (Sushanth Sowmyan via Vikram Dixit) Modified: hive/branches/branch-1.0/metastore/src/java/org/apache/hadoop/hive

svn commit: r1655898 - /hive/tags/release-1.0.0-rc2/

2015-01-29 Thread vikram
Author: vikram Date: Fri Jan 30 00:44:44 2015 New Revision: 1655898 URL: http://svn.apache.org/r1655898 Log: Creating the tag 1.0.0 Added: hive/tags/release-1.0.0-rc2/ (props changed) - copied from r1655897, hive/branches/branch-1.0/ Propchange: hive/tags/release-1.0.0-rc2

svn commit: r1655888 - /hive/branches/branch-1.0/hcatalog/webhcat/svr/src/main/config/webhcat-default.xml

2015-01-29 Thread vikram
Author: vikram Date: Thu Jan 29 23:51:13 2015 New Revision: 1655888 URL: http://svn.apache.org/r1655888 Log: HIVE-8807: Obsolete default values in webhcat-default.xml (Eugene Koifman via Vikram Dixit) Modified: hive/branches/branch-1.0/hcatalog/webhcat/svr/src/main/config/webhcat

svn commit: r1655896 - in /hive/branches/branch-1.0: NOTICE README.txt RELEASE_NOTES.txt

2015-01-29 Thread vikram
Author: vikram Date: Fri Jan 30 00:40:46 2015 New Revision: 1655896 URL: http://svn.apache.org/r1655896 Log: Branch-1.0: Update notice, readme and release notes. Modified: hive/branches/branch-1.0/NOTICE hive/branches/branch-1.0/README.txt hive/branches/branch-1.0/RELEASE_NOTES.txt

svn commit: r1670971 - in /hive/branches/llap/llap-server/src: java/org/apache/hadoop/hive/llap/cli/ java/org/apache/hadoop/hive/llap/daemon/impl/ java/org/apache/hadoop/hive/llap/daemon/registry/impl

2015-04-02 Thread vikram
Author: vikram Date: Thu Apr 2 21:17:25 2015 New Revision: 1670971 URL: http://svn.apache.org/r1670971 Log: Revert HIVE-10201. Missed files. Modified: hive/branches/llap/llap-server/src/java/org/apache/hadoop/hive/llap/cli/LlapServiceDriver.java hive/branches/llap/llap-server/src/java

svn commit: r1670961 - in /hive/branches/llap/llap-server/src: java/org/apache/hadoop/hive/llap/cli/ java/org/apache/hadoop/hive/llap/daemon/impl/ java/org/apache/hadoop/hive/llap/daemon/registry/impl

2015-04-02 Thread vikram
Author: vikram Date: Thu Apr 2 20:38:53 2015 New Revision: 1670961 URL: http://svn.apache.org/r1670961 Log: HIVE-10201: Hive LLAP needs refactoring of the configuration class (Vikram Dixit K, reviewed by Siddharth Seth) Modified: hive/branches/llap/llap-server/src/java/org/apache/hadoop

svn commit: r1670973 - in /hive/branches/llap: llap-client/src/java/org/apache/hadoop/hive/llap/configuration/ llap-server/src/java/org/apache/hadoop/hive/llap/cli/ llap-server/src/java/org/apache/had

2015-04-02 Thread vikram
Author: vikram Date: Thu Apr 2 21:18:45 2015 New Revision: 1670973 URL: http://svn.apache.org/r1670973 Log: HIVE-10201: Hive LLAP needs refactoring of the configuration class (Vikram Dixit K, reviewed by Siddharth Seth) Added: hive/branches/llap/llap-client/src/java/org/apache/hadoop/hive

svn commit: r1675017 - /hive/trunk/ql/src/test/results/clientpositive/union_view.q.out

2015-04-20 Thread vikram
Author: vikram Date: Tue Apr 21 01:05:46 2015 New Revision: 1675017 URL: http://svn.apache.org/r1675017 Log: HIVE-10352: Investigate the failure of union_view.q (Vikram Dixit, reviewed by Thejas Nair) Modified: hive/trunk/ql/src/test/results/clientpositive/union_view.q.out Modified: hive

[2/5] hive git commit: HIVE-10403 - Add n-way join support for Hybrid Grace Hash Join (Wei Zheng via Vikram Dixit)

2015-05-01 Thread vikram
http://git-wip-us.apache.org/repos/asf/hive/blob/c37d18fb/ql/src/test/results/clientpositive/tez/hybridgrace_hashjoin_2.q.out -- diff --git a/ql/src/test/results/clientpositive/tez/hybridgrace_hashjoin_2.q.out

[3/5] hive git commit: HIVE-10403 - Add n-way join support for Hybrid Grace Hash Join (Wei Zheng via Vikram Dixit)

2015-05-01 Thread vikram
http://git-wip-us.apache.org/repos/asf/hive/blob/c37d18fb/ql/src/test/results/clientpositive/tez/hybridgrace_hashjoin_1.q.out -- diff --git a/ql/src/test/results/clientpositive/tez/hybridgrace_hashjoin_1.q.out

[1/5] hive git commit: HIVE-10403 - Add n-way join support for Hybrid Grace Hash Join (Wei Zheng via Vikram Dixit)

2015-05-01 Thread vikram
Repository: hive Updated Branches: refs/heads/branch-1.2 343486b65 - c37d18fba http://git-wip-us.apache.org/repos/asf/hive/blob/c37d18fb/ql/src/test/results/clientpositive/tez/hybridhashjoin.q.out -- diff --git

[1/5] hive git commit: HIVE-10403 - Add n-way join support for Hybrid Grace Hash Join (Wei Zheng via Vikram Dixit)

2015-05-01 Thread vikram
Repository: hive Updated Branches: refs/heads/master 6db33a9d1 - c72d073c1 http://git-wip-us.apache.org/repos/asf/hive/blob/c72d073c/ql/src/test/results/clientpositive/tez/hybridhashjoin.q.out -- diff --git

[5/5] hive git commit: HIVE-10403 - Add n-way join support for Hybrid Grace Hash Join (Wei Zheng via Vikram Dixit)

2015-05-01 Thread vikram
HIVE-10403 - Add n-way join support for Hybrid Grace Hash Join (Wei Zheng via Vikram Dixit) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/c72d073c Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/c72d073c Diff: http

[4/5] hive git commit: HIVE-10403 - Add n-way join support for Hybrid Grace Hash Join (Wei Zheng via Vikram Dixit)

2015-05-01 Thread vikram
http://git-wip-us.apache.org/repos/asf/hive/blob/c72d073c/ql/src/java/org/apache/hadoop/hive/ql/plan/MapJoinDesc.java -- diff --git a/ql/src/java/org/apache/hadoop/hive/ql/plan/MapJoinDesc.java

[2/5] hive git commit: HIVE-10403 - Add n-way join support for Hybrid Grace Hash Join (Wei Zheng via Vikram Dixit)

2015-05-01 Thread vikram
http://git-wip-us.apache.org/repos/asf/hive/blob/c72d073c/ql/src/test/results/clientpositive/tez/hybridgrace_hashjoin_2.q.out -- diff --git a/ql/src/test/results/clientpositive/tez/hybridgrace_hashjoin_2.q.out

[3/5] hive git commit: HIVE-10403 - Add n-way join support for Hybrid Grace Hash Join (Wei Zheng via Vikram Dixit)

2015-05-01 Thread vikram
http://git-wip-us.apache.org/repos/asf/hive/blob/c72d073c/ql/src/test/results/clientpositive/tez/hybridgrace_hashjoin_1.q.out -- diff --git a/ql/src/test/results/clientpositive/tez/hybridgrace_hashjoin_1.q.out

hive git commit: HIVE-10611: Mini tez tests wait for 5 minutes before shutting down (Vikram Dixit K, reviewed by Ashutosh Chauhan)

2015-05-06 Thread vikram
Repository: hive Updated Branches: refs/heads/master 18fb46017 - 632a30908 HIVE-10611: Mini tez tests wait for 5 minutes before shutting down (Vikram Dixit K, reviewed by Ashutosh Chauhan) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos

hive git commit: HIVE-10484: Vectorization : RuntimeException Big Table Retained Mapping duplicate column (Matt McCline reviewed by Vikram Dixit)

2015-05-06 Thread vikram
Repository: hive Updated Branches: refs/heads/master 253104075 - bd8d59e40 HIVE-10484: Vectorization : RuntimeException Big Table Retained Mapping duplicate column (Matt McCline reviewed by Vikram Dixit) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip

hive git commit: HIVE-10484: Vectorization : RuntimeException Big Table Retained Mapping duplicate column (Matt McCline via Vikram Dixit)

2015-05-06 Thread vikram
Repository: hive Updated Branches: refs/heads/branch-1.2 5c644a22d - 03e22a9d4 HIVE-10484: Vectorization : RuntimeException Big Table Retained Mapping duplicate column (Matt McCline via Vikram Dixit) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip

hive git commit: HIVE-10609: Vectorization : Q64 fails with ClassCastException (Matt McCline via Vikram Dixit K)

2015-05-11 Thread vikram
Repository: hive Updated Branches: refs/heads/branch-1.2 fe4f7a51c - ef9686bf8 HIVE-10609: Vectorization : Q64 fails with ClassCastException (Matt McCline via Vikram Dixit K) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit

[2/2] hive git commit: HIVE-10542: Full outer joins in tez produce incorrect results in certain cases (Vikram Dixit K, reviewed by Gunther Hagleitner)

2015-05-06 Thread vikram
HIVE-10542: Full outer joins in tez produce incorrect results in certain cases (Vikram Dixit K, reviewed by Gunther Hagleitner) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/26ec033c Tree: http://git-wip-us.apache.org/repos

[2/2] hive git commit: HIVE-10542: Full outer joins in tez produce incorrect results in certain cases (Vikram Dixit K, reviewed by Gunther Hagleitner)

2015-05-06 Thread vikram
HIVE-10542: Full outer joins in tez produce incorrect results in certain cases (Vikram Dixit K, reviewed by Gunther Hagleitner) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/7e0e5cf0 Tree: http://git-wip-us.apache.org/repos

[1/2] hive git commit: HIVE-10542: Full outer joins in tez produce incorrect results in certain cases (Vikram Dixit K, reviewed by Gunther Hagleitner)

2015-05-06 Thread vikram
Repository: hive Updated Branches: refs/heads/branch-1.2 0e380c71c - 7e0e5cf0e http://git-wip-us.apache.org/repos/asf/hive/blob/7e0e5cf0/ql/src/test/results/clientpositive/tez/mergejoin.q.out -- diff --git

[1/2] hive git commit: HIVE-10542: Full outer joins in tez produce incorrect results in certain cases (Vikram Dixit K, reviewed by Gunther Hagleitner)

2015-05-06 Thread vikram
Repository: hive Updated Branches: refs/heads/master 4b444082f - 26ec033c8 http://git-wip-us.apache.org/repos/asf/hive/blob/26ec033c/ql/src/test/results/clientpositive/tez/mergejoin.q.out -- diff --git

[4/4] hive git commit: HIVE-10542: Full outer joins in tez produce incorrect results in certain cases (Vikram Dixit K, reviewed by Gunther Hagleitner)

2015-05-13 Thread vikram
HIVE-10542: Full outer joins in tez produce incorrect results in certain cases (Vikram Dixit K, reviewed by Gunther Hagleitner) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/db56e8e3 Tree: http://git-wip-us.apache.org/repos

[3/4] hive git commit: HIVE-10542: Full outer joins in tez produce incorrect results in certain cases (Vikram Dixit K, reviewed by Gunther Hagleitner)

2015-05-13 Thread vikram
http://git-wip-us.apache.org/repos/asf/hive/blob/db56e8e3/ql/src/test/results/clientpositive/mergejoin.q.out -- diff --git a/ql/src/test/results/clientpositive/mergejoin.q.out b/ql/src/test/results/clientpositive/mergejoin.q.out

[2/4] hive git commit: HIVE-10542: Full outer joins in tez produce incorrect results in certain cases (Vikram Dixit K, reviewed by Gunther Hagleitner)

2015-05-13 Thread vikram
http://git-wip-us.apache.org/repos/asf/hive/blob/db56e8e3/ql/src/test/results/clientpositive/tez/auto_join29.q.out -- diff --git a/ql/src/test/results/clientpositive/tez/auto_join29.q.out

svn commit: r9016 - in /release/hive: ./ hive-1.2.0/

2015-05-15 Thread vikram
Author: vikram Date: Fri May 15 22:36:58 2015 New Revision: 9016 Log: Add hive-1.2.0 to svn dist Added: release/hive/hive-1.2.0/ release/hive/hive-1.2.0/apache-hive-1.2.0-bin.tar.gz (with props) release/hive/hive-1.2.0/apache-hive-1.2.0-bin.tar.gz.asc (with props) release

hive git commit: HIVE-10719: Hive metastore failure when alter table rename is attempted. (Vikram Dixit K, reviewed by Thejas Nair, Sergey Shelukhin)

2015-05-18 Thread vikram
Repository: hive Updated Branches: refs/heads/master 129c496bd - 325a592f5 HIVE-10719: Hive metastore failure when alter table rename is attempted. (Vikram Dixit K, reviewed by Thejas Nair, Sergey Shelukhin) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip

hive git commit: HIVE-10719: Hive metastore failure when alter table rename is attempted. (Vikram Dixit K, reviewed by Thejas Nair, Sergey Shelukhin)

2015-05-18 Thread vikram
Repository: hive Updated Branches: refs/heads/branch-1.2 8fece5b4a - 6644ae3d2 HIVE-10719: Hive metastore failure when alter table rename is attempted. (Vikram Dixit K, reviewed by Thejas Nair, Sergey Shelukhin) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git

svn commit: r1673937 [1/3] - in /hive/trunk: itests/src/test/resources/ ql/src/java/org/apache/hadoop/hive/ql/optimizer/physical/ ql/src/java/org/apache/hadoop/hive/ql/plan/ ql/src/test/queries/client

2015-04-15 Thread vikram
Author: vikram Date: Wed Apr 15 19:36:13 2015 New Revision: 1673937 URL: http://svn.apache.org/r1673937 Log: HIVE-10273: Union with partition tables which have no data fails with NPE (Vikram Dixit, reviewed by Gunther Hagleitner) Added: hive/trunk/ql/src/test/results/clientpositive/tez

svn commit: r1673937 [2/3] - in /hive/trunk: itests/src/test/resources/ ql/src/java/org/apache/hadoop/hive/ql/optimizer/physical/ ql/src/java/org/apache/hadoop/hive/ql/plan/ ql/src/test/queries/client

2015-04-15 Thread vikram
Modified: hive/trunk/ql/src/test/results/clientpositive/spark/reduce_deduplicate.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/spark/reduce_deduplicate.q.out?rev=1673937r1=1673936r2=1673937view=diff

svn commit: r1673937 [3/3] - in /hive/trunk: itests/src/test/resources/ ql/src/java/org/apache/hadoop/hive/ql/optimizer/physical/ ql/src/java/org/apache/hadoop/hive/ql/plan/ ql/src/test/queries/client

2015-04-15 Thread vikram
Modified: hive/trunk/ql/src/test/results/clientpositive/union_view.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/union_view.q.out?rev=1673937r1=1673936r2=1673937view=diff == ---

svn commit: r1670779 - in /hive/trunk/ql/src: java/org/apache/hadoop/hive/ql/exec/ java/org/apache/hadoop/hive/ql/exec/tez/ java/org/apache/hadoop/hive/ql/optimizer/ java/org/apache/hadoop/hive/ql/opt

2015-04-01 Thread vikram
Author: vikram Date: Wed Apr 1 21:45:34 2015 New Revision: 1670779 URL: http://svn.apache.org/r1670779 Log: HIVE-10001: SMB join in reduce side (Vikram Dixit K, reviewed by Gunther Hagleitner) Modified: hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/CommonMergeJoinOperator.java

svn commit: r9065 - in /release/hive: hive-1.0.1/ hive-1.1.1/

2015-05-20 Thread vikram
Author: vikram Date: Thu May 21 01:21:09 2015 New Revision: 9065 Log: Add hive-1.1.1 and hive-1.0.1 to svn dist (Chao Sun via Vikram Dixit) Added: release/hive/hive-1.0.1/ release/hive/hive-1.0.1/apache-hive-1.0.1-bin.tar.gz (with props) release/hive/hive-1.0.1/apache-hive-1.0.1

hive git commit: HIVE-10736: HiveServer2 shutdown of cached tez app-masters is not clean (Vikram Dixit K, reviewed by Gunther Hagleitner)

2015-06-06 Thread vikram
Repository: hive Updated Branches: refs/heads/branch-1.2 a4d0298f1 - 52635cbe1 HIVE-10736: HiveServer2 shutdown of cached tez app-masters is not clean (Vikram Dixit K, reviewed by Gunther Hagleitner) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip

  1   2   >