svn commit: r1628446 - /hive/branches/spark/ql/pom.xml

2014-09-30 Thread xuefu
Author: xuefu Date: Tue Sep 30 14:09:29 2014 New Revision: 1628446 URL: http://svn.apache.org/r1628446 Log: HIVE-8300: Missing guava lib causes IllegalStateException when deserializing a task [Spark Branch] Modified: hive/branches/spark/ql/pom.xml Modified: hive/branches/spark/ql/pom.xml

svn commit: r1628450 - in /hive/branches/spark/ql/src/java/org/apache/hadoop/hive/ql/exec/spark: SparkPlan.java SparkPlanGenerator.java

2014-09-30 Thread xuefu
Author: xuefu Date: Tue Sep 30 14:21:00 2014 New Revision: 1628450 URL: http://svn.apache.org/r1628450 Log: HIVE-8278: Restoring a graph representation of SparkPlan [Spark Branch] (Chao via Xuefu) Modified: hive/branches/spark/ql/src/java/org/apache/hadoop/hive/ql/exec/spark/SparkPlan.java

svn commit: r1628474 - in /hive/trunk/ql/src: java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java test/queries/clientpositive/join_merge_multi_expressions.q test/results/clientpositive/join_mer

2014-09-30 Thread hashutosh
Author: hashutosh Date: Tue Sep 30 15:55:37 2014 New Revision: 1628474 URL: http://svn.apache.org/r1628474 Log: HIVE-8298 : Incorrect results for n-way join when join expressions are not in same order across joins (Ashutosh Chauhan via Gunther Hagleitner, Harish Butani) Added:

svn commit: r1628482 - /hive/branches/branch-0.14/jdbc/pom.xml

2014-09-30 Thread hashutosh
Author: hashutosh Date: Tue Sep 30 16:26:39 2014 New Revision: 1628482 URL: http://svn.apache.org/r1628482 Log: HIVE-8270 : JDBC uber jar is missing some classes required in secure setup. (Vaibhav Gumashta via Ashutosh Chauhan) Modified: hive/branches/branch-0.14/jdbc/pom.xml Modified:

svn commit: r1628483 - in /hive/branches/branch-0.14/ql/src: java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java test/queries/clientpositive/join_merge_multi_expressions.q test/results/clientpo

2014-09-30 Thread hashutosh
Author: hashutosh Date: Tue Sep 30 16:28:40 2014 New Revision: 1628483 URL: http://svn.apache.org/r1628483 Log: HIVE-8298 : Incorrect results for n-way join when join expressions are not in same order across joins (Ashutosh Chauhan via Gunther Hagleitner, Harish Butani) Added:

svn commit: r1628499 - /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java

2014-09-30 Thread rhbutani
Author: rhbutani Date: Tue Sep 30 17:51:26 2014 New Revision: 1628499 URL: http://svn.apache.org/r1628499 Log: HIVE-8261 CBO : Predicate pushdown is removed by Optiq (Harish Butani via Gunther Hagleitner) Modified: hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java

svn commit: r1628500 [4/4] - in /hive/trunk/ql/src: java/org/apache/hadoop/hive/ql/optimizer/optiq/ java/org/apache/hadoop/hive/ql/stats/ test/queries/clientpositive/ test/results/clientnegative/ test

2014-09-30 Thread prasanthj
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=1628500r1=1628499r2=1628500view=diff == ---

svn commit: r1628500 [2/4] - in /hive/trunk/ql/src: java/org/apache/hadoop/hive/ql/optimizer/optiq/ java/org/apache/hadoop/hive/ql/stats/ test/queries/clientpositive/ test/results/clientnegative/ test

2014-09-30 Thread prasanthj
Modified: hive/trunk/ql/src/test/results/clientpositive/tez/dynamic_partition_pruning.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/tez/dynamic_partition_pruning.q.out?rev=1628500r1=1628499r2=1628500view=diff

svn commit: r1628500 [1/4] - in /hive/trunk/ql/src: java/org/apache/hadoop/hive/ql/optimizer/optiq/ java/org/apache/hadoop/hive/ql/stats/ test/queries/clientpositive/ test/results/clientnegative/ test

2014-09-30 Thread prasanthj
Author: prasanthj Date: Tue Sep 30 17:53:44 2014 New Revision: 1628500 URL: http://svn.apache.org/r1628500 Log: HIVE-8196: Joining on partition columns with fetch column stats enabled results it very small CE which negatively affects query performance (Prasanth J reviewed by Gunther Hagleitner)

svn commit: r1628500 [3/4] - in /hive/trunk/ql/src: java/org/apache/hadoop/hive/ql/optimizer/optiq/ java/org/apache/hadoop/hive/ql/stats/ test/queries/clientpositive/ test/results/clientnegative/ test

2014-09-30 Thread prasanthj
Modified: hive/trunk/ql/src/test/results/clientpositive/tez/vectorized_dynamic_partition_pruning.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/tez/vectorized_dynamic_partition_pruning.q.out?rev=1628500r1=1628499r2=1628500view=diff

svn commit: r1628501 - /hive/trunk/beeline/src/java/org/apache/hive/beeline/Commands.java

2014-09-30 Thread brock
Author: brock Date: Tue Sep 30 17:57:04 2014 New Revision: 1628501 URL: http://svn.apache.org/r1628501 Log: HIVE-8182 - beeline fails when executing multiple-line queries with trailing spaces (Sergio Peña via Brock) Modified: hive/trunk/beeline/src/java/org/apache/hive/beeline/Commands.java

svn commit: r1628502 - in /hive/trunk/hbase-handler/src: java/org/apache/hadoop/hive/hbase/ java/org/apache/hadoop/hive/hbase/struct/ test/org/apache/hadoop/hive/hbase/

2014-09-30 Thread brock
Author: brock Date: Tue Sep 30 17:58:20 2014 New Revision: 1628502 URL: http://svn.apache.org/r1628502 Log: HIVE-6148 - Support arbitrary structs stored in HBase (Swarnim Kulkarni via Brock) Added: hive/trunk/hbase-handler/src/java/org/apache/hadoop/hive/hbase/struct/HBaseStructValue.java

svn commit: r1628504 [4/4] - in /hive/branches/branch-0.14/ql/src: java/org/apache/hadoop/hive/ql/optimizer/optiq/ java/org/apache/hadoop/hive/ql/stats/ test/queries/clientpositive/ test/results/clien

2014-09-30 Thread prasanthj
Modified: hive/branches/branch-0.14/ql/src/test/results/clientpositive/union_view.q.out URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/ql/src/test/results/clientpositive/union_view.q.out?rev=1628504r1=1628503r2=1628504view=diff

svn commit: r1628504 [2/4] - in /hive/branches/branch-0.14/ql/src: java/org/apache/hadoop/hive/ql/optimizer/optiq/ java/org/apache/hadoop/hive/ql/stats/ test/queries/clientpositive/ test/results/clien

2014-09-30 Thread prasanthj
Modified: hive/branches/branch-0.14/ql/src/test/results/clientpositive/tez/dynamic_partition_pruning.q.out URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/ql/src/test/results/clientpositive/tez/dynamic_partition_pruning.q.out?rev=1628504r1=1628503r2=1628504view=diff

svn commit: r1628504 [3/4] - in /hive/branches/branch-0.14/ql/src: java/org/apache/hadoop/hive/ql/optimizer/optiq/ java/org/apache/hadoop/hive/ql/stats/ test/queries/clientpositive/ test/results/clien

2014-09-30 Thread prasanthj
Modified: hive/branches/branch-0.14/ql/src/test/results/clientpositive/tez/vectorized_dynamic_partition_pruning.q.out URL:

svn commit: r1628504 [1/4] - in /hive/branches/branch-0.14/ql/src: java/org/apache/hadoop/hive/ql/optimizer/optiq/ java/org/apache/hadoop/hive/ql/stats/ test/queries/clientpositive/ test/results/clien

2014-09-30 Thread prasanthj
Author: prasanthj Date: Tue Sep 30 18:05:06 2014 New Revision: 1628504 URL: http://svn.apache.org/r1628504 Log: HIVE-8196: Joining on partition columns with fetch column stats enabled results it very small CE which negatively affects query performance (Prasanth J reviewed by Gunther Hagleitner)

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:

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:

svn commit: r1628562 - in /hive/trunk: common/src/java/org/apache/hadoop/hive/conf/ hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/listener/ itests/hive-unit/src/test/java/org/apach

2014-09-30 Thread thejas
Author: thejas Date: Tue Sep 30 22:09:39 2014 New Revision: 1628562 URL: http://svn.apache.org/r1628562 Log: HIVE-8221 : authorize additional metadata read operations in metastore storage based authorization (Thejas Nair, reviewed by Sushanth Sowmyan) Added:

svn commit: r1628563 - in /hive/branches/branch-0.14: common/src/java/org/apache/hadoop/hive/conf/ hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/listener/ itests/hive-unit/src/test

2014-09-30 Thread thejas
Author: thejas Date: Tue Sep 30 22:10:19 2014 New Revision: 1628563 URL: http://svn.apache.org/r1628563 Log: HIVE-8221 : authorize additional metadata read operations in metastore storage based authorization (Thejas Nair, reviewed by Sushanth Sowmyan) Added:

svn commit: r1628565 - in /hive/trunk: hcatalog/src/test/e2e/templeton/tests/ ql/src/java/org/apache/hadoop/hive/ql/metadata/ ql/src/java/org/apache/hadoop/hive/ql/parse/ ql/src/test/queries/clientneg

2014-09-30 Thread thejas
Author: thejas Date: Tue Sep 30 22:16:54 2014 New Revision: 1628565 URL: http://svn.apache.org/r1628565 Log: HIVE-8287 : Metadata action errors don't have information about cause (Thejas Nair, reviewed by Jason Dere) Added:

svn commit: r1628567 - in /hive/branches/branch-0.14: hcatalog/src/test/e2e/templeton/tests/ ql/src/java/org/apache/hadoop/hive/ql/metadata/ ql/src/java/org/apache/hadoop/hive/ql/parse/ ql/src/test/qu

2014-09-30 Thread thejas
Author: thejas Date: Tue Sep 30 22:18:14 2014 New Revision: 1628567 URL: http://svn.apache.org/r1628567 Log: HIVE-8287 : Metadata action errors don't have information about cause (Thejas Nair, reviewed by Jason Dere) Added:

svn commit: r1628569 - in /hive/trunk/serde/src: java/org/apache/hadoop/hive/serde2/avro/ test/org/apache/hadoop/hive/serde2/avro/ test/resources/

2014-09-30 Thread xuefu
Author: xuefu Date: Tue Sep 30 22:23:17 2014 New Revision: 1628569 URL: http://svn.apache.org/r1628569 Log: HIVE-8130: Support Date in Avro(Mohit via Xuefu) Modified: hive/trunk/serde/src/java/org/apache/hadoop/hive/serde2/avro/AvroDeserializer.java

svn commit: r1628571 [3/3] - in /hive/branches/spark/ql/src/test/results/clientpositive/spark: vector_cast_constant.q.out vectorization_12.q.out vectorization_9.q.out

2014-09-30 Thread xuefu
Added: hive/branches/spark/ql/src/test/results/clientpositive/spark/vectorization_9.q.out URL: http://svn.apache.org/viewvc/hive/branches/spark/ql/src/test/results/clientpositive/spark/vectorization_9.q.out?rev=1628571view=auto

svn commit: r1628571 [1/3] - in /hive/branches/spark/ql/src/test/results/clientpositive/spark: vector_cast_constant.q.out vectorization_12.q.out vectorization_9.q.out

2014-09-30 Thread xuefu
Author: xuefu Date: Tue Sep 30 22:29:15 2014 New Revision: 1628571 URL: http://svn.apache.org/r1628571 Log: HIVE-8180: Update SparkReduceRecordHandler for processing the vectors [spark branch] (adding new files missed from previous commit) Added:

svn commit: r924228 - in /websites/staging/hive/trunk/content: ./ people.html

2014-09-30 Thread buildbot
Author: buildbot Date: Tue Sep 30 22:51:23 2014 New Revision: 924228 Log: Staging update by buildbot for hive Modified: websites/staging/hive/trunk/content/ (props changed) websites/staging/hive/trunk/content/people.html Propchange: websites/staging/hive/trunk/content/

svn commit: r1628572 - /hive/cms/trunk/content/people.mdtext

2014-09-30 Thread thejas
Author: thejas Date: Tue Sep 30 22:51:18 2014 New Revision: 1628572 URL: http://svn.apache.org/r1628572 Log: Update committer list - Add Eugene Koifman Modified: hive/cms/trunk/content/people.mdtext Modified: hive/cms/trunk/content/people.mdtext URL:

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

2014-09-30 Thread ekoifman
Author: ekoifman Date: Tue Sep 30 23:57:26 2014 New Revision: 924235 Log: updated committer list Added: websites/production/hive/content/ - copied from r924234, websites/staging/hive/trunk/content/ websites/production/hive/content/javadocs/ - copied from r924234,

svn commit: r1628580 - /hive/trunk/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/HCatTable.java

2014-09-30 Thread khorgath
Author: khorgath Date: Wed Oct 1 00:14:04 2014 New Revision: 1628580 URL: http://svn.apache.org/r1628580 Log: HIVE-7891 : Table-creation fails through HCatClient for Oracle-based metastore (Mithun Radhakrishnan via Sushanth Sowmyan) Modified:

svn commit: r1628581 - /hive/branches/branch-0.14/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/HCatTable.java

2014-09-30 Thread khorgath
Author: khorgath Date: Wed Oct 1 00:14:10 2014 New Revision: 1628581 URL: http://svn.apache.org/r1628581 Log: HIVE-7891 : Table-creation fails through HCatClient for Oracle-based metastore (Mithun Radhakrishnan via Sushanth Sowmyan) Modified:

svn commit: r1628590 - in /hive/trunk: metastore/src/java/org/apache/hadoop/hive/metastore/MetaStoreUtils.java ql/src/java/org/apache/hadoop/hive/ql/exec/DDLTask.java ql/src/test/results/clientpositiv

2014-09-30 Thread hashutosh
Author: hashutosh Date: Wed Oct 1 03:47:36 2014 New Revision: 1628590 URL: http://svn.apache.org/r1628590 Log: HIVE-8250 : Truncating table doesnt invalidate stats (Ashutosh Chauhan via Prashanth J) Modified:

svn commit: r1628601 - /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/optimizer/optiq/stats/HiveRelMdRowCount.java

2014-09-30 Thread hashutosh
Author: hashutosh Date: Wed Oct 1 05:27:38 2014 New Revision: 1628601 URL: http://svn.apache.org/r1628601 Log: HIVE-8263 : CBO : TPC-DS Q64 is item is joined last with store_sales while it should be first as it is the most selective (Harish Butani via Ashutosh Chauhan) Modified:

svn commit: r1628602 - /hive/branches/branch-0.14/ql/src/java/org/apache/hadoop/hive/ql/optimizer/optiq/stats/HiveRelMdRowCount.java

2014-09-30 Thread hashutosh
Author: hashutosh Date: Wed Oct 1 05:28:37 2014 New Revision: 1628602 URL: http://svn.apache.org/r1628602 Log: HIVE-8263 : CBO : TPC-DS Q64 is item is joined last with store_sales while it should be first as it is the most selective (Harish Butani via Ashutosh Chauhan) Modified: