svn commit: r1637306 - /hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/RetryingHMSHandler.java

2014-11-07 Thread gunther
Author: gunther Date: Fri Nov 7 08:00:24 2014 New Revision: 1637306 URL: http://svn.apache.org/r1637306 Log: HIVE-8766: Hive RetryHMSHandler should be retrying the metastore operation in case of NucleusException (Hari Sankar Sivarama Subramaniyan, reviewed by Thejas M Nair) Modified:

svn commit: r1637307 - /hive/branches/branch-0.14/metastore/src/java/org/apache/hadoop/hive/metastore/RetryingHMSHandler.java

2014-11-07 Thread gunther
Author: gunther Date: Fri Nov 7 08:00:58 2014 New Revision: 1637307 URL: http://svn.apache.org/r1637307 Log: HIVE-8766: Hive RetryHMSHandler should be retrying the metastore operation in case of NucleusException (Hari Sankar Sivarama Subramaniyan, reviewed by Thejas M Nair) Modified:

svn commit: r1637315 - /hive/branches/spark/ql/src/java/org/apache/hadoop/hive/ql/optimizer/spark/SparkReduceSinkMapJoinProc.java

2014-11-07 Thread szehon
Author: szehon Date: Fri Nov 7 08:50:58 2014 New Revision: 1637315 URL: http://svn.apache.org/r1637315 Log: HIVE-8700 : Replace ReduceSink to HashTableSink (or equi.) for small tables [Spark Branch] (Suhas Satish via Szehon) Modified:

svn commit: r1637317 - /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/AbstractFileMergeOperator.java

2014-11-07 Thread gunther
Author: gunther Date: Fri Nov 7 09:11:35 2014 New Revision: 1637317 URL: http://svn.apache.org/r1637317 Log: HIVE-8771: Abstract merge file operator does not move/rename incompatible files correctly (Prasanth J via Gunther Hagleitner) Modified:

svn commit: r1637318 - /hive/branches/branch-0.14/ql/src/java/org/apache/hadoop/hive/ql/exec/AbstractFileMergeOperator.java

2014-11-07 Thread gunther
Author: gunther Date: Fri Nov 7 09:12:17 2014 New Revision: 1637318 URL: http://svn.apache.org/r1637318 Log: HIVE-8771: Abstract merge file operator does not move/rename incompatible files correctly (Prasanth J via Gunther Hagleitner) Modified:

svn commit: r1637410 - in /hive/branches/spark/ql/src/java/org/apache/hadoop/hive/ql: exec/spark/SparkClient.java exec/spark/SparkTask.java exec/spark/counter/SparkCounters.java plan/SparkWork.java

2014-11-07 Thread xuefu
Author: xuefu Date: Fri Nov 7 17:05:52 2014 New Revision: 1637410 URL: http://svn.apache.org/r1637410 Log: HIVE-8777: Should only register used counters in SparkCounters[Spark Branch] (Chengxiang via Xuefu) Modified:

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

2014-11-07 Thread prasanthj
Author: prasanthj Date: Fri Nov 7 17:31:30 2014 New Revision: 1637415 URL: http://svn.apache.org/r1637415 Log: HIVE-8779: Tez in-place progress UI can show wrong estimated time for sub-second queries (Prasanth J reviewed by Gopal V) Modified:

svn commit: r1637414 - /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/TezJobMonitor.java

2014-11-07 Thread prasanthj
Author: prasanthj Date: Fri Nov 7 17:30:40 2014 New Revision: 1637414 URL: http://svn.apache.org/r1637414 Log: HIVE-8779: Tez in-place progress UI can show wrong estimated time for sub-second queries (Prasanth J reviewed by Gopal V) Modified:

svn commit: r1637418 - in /hive/branches/branch-0.14/ql/src: java/org/apache/hadoop/hive/ql/io/orc/RecordReaderImpl.java test/org/apache/hadoop/hive/ql/io/orc/TestInputOutputFormat.java

2014-11-07 Thread prasanthj
Author: prasanthj Date: Fri Nov 7 17:34:03 2014 New Revision: 1637418 URL: http://svn.apache.org/r1637418 Log: HIVE-8778: ORC split elimination can cause NPE when column statistics is null (Prasanth J reviewed by Gopal V) Modified:

svn commit: r1637416 - in /hive/trunk/ql/src: java/org/apache/hadoop/hive/ql/io/orc/RecordReaderImpl.java test/org/apache/hadoop/hive/ql/io/orc/TestInputOutputFormat.java

2014-11-07 Thread prasanthj
Author: prasanthj Date: Fri Nov 7 17:33:14 2014 New Revision: 1637416 URL: http://svn.apache.org/r1637416 Log: HIVE-8778: ORC split elimination can cause NPE when column statistics is null (Prasanth J reviewed by Gopal V) Modified:

svn commit: r1637419 - in /hive/trunk/ql/src/test: queries/clientpositive/acid_join.q queries/clientpositive/insert_nonacid_from_acid.q results/clientpositive/acid_join.q.out results/clientpositive/in

2014-11-07 Thread gates
Author: gates Date: Fri Nov 7 17:40:30 2014 New Revision: 1637419 URL: http://svn.apache.org/r1637419 Log: HIVE-8710 Add more tests for transactional inserts (Alan Gates, reviewed by Eugene Koifman) Added: hive/trunk/ql/src/test/queries/clientpositive/acid_join.q

svn commit: r1637432 - in /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/exec: ./ mapjoin/ mr/ persistence/ tez/

2014-11-07 Thread sershe
Author: sershe Date: Fri Nov 7 18:54:08 2014 New Revision: 1637432 URL: http://svn.apache.org/r1637432 Log: HIVE-8556 : introduce overflow control and sanity check to BytesBytesMapJoin (Sergey Shelukhin, reviewed by Mostafa Mokhtar and Prasanth J) Modified:

svn commit: r1637444 [3/20] - in /hive/branches/spark: ./ cli/src/test/org/apache/hadoop/hive/cli/ common/ common/src/java/org/apache/hadoop/hive/common/type/ common/src/java/org/apache/hadoop/hive/co

2014-11-07 Thread brock
Modified: hive/branches/spark/metastore/scripts/upgrade/mssql/002-HIVE-7784.mssql.sql URL: http://svn.apache.org/viewvc/hive/branches/spark/metastore/scripts/upgrade/mssql/002-HIVE-7784.mssql.sql?rev=1637444r1=1637443r2=1637444view=diff

svn commit: r1637444 [9/20] - in /hive/branches/spark: ./ cli/src/test/org/apache/hadoop/hive/cli/ common/ common/src/java/org/apache/hadoop/hive/common/type/ common/src/java/org/apache/hadoop/hive/co

2014-11-07 Thread brock
Modified: hive/branches/spark/ql/src/test/queries/clientpositive/join_cond_pushdown_unqual2.q URL: http://svn.apache.org/viewvc/hive/branches/spark/ql/src/test/queries/clientpositive/join_cond_pushdown_unqual2.q?rev=1637444r1=1637443r2=1637444view=diff

svn commit: r1637444 [6/20] - in /hive/branches/spark: ./ cli/src/test/org/apache/hadoop/hive/cli/ common/ common/src/java/org/apache/hadoop/hive/common/type/ common/src/java/org/apache/hadoop/hive/co

2014-11-07 Thread brock
Modified: hive/branches/spark/ql/src/java/org/apache/hadoop/hive/ql/exec/vector/expressions/aggregates/VectorUDAFAvgDecimal.java URL:

svn commit: r1637444 [1/20] - in /hive/branches/spark: ./ cli/src/test/org/apache/hadoop/hive/cli/ common/ common/src/java/org/apache/hadoop/hive/common/type/ common/src/java/org/apache/hadoop/hive/co

2014-11-07 Thread brock
Author: brock Date: Fri Nov 7 20:41:34 2014 New Revision: 1637444 URL: http://svn.apache.org/r1637444 Log: HIVE-8775 - Merge from trunk 11/6/14 [SPARK BRANCH] (inital commit) Added: hive/branches/spark/data/conf/fair-scheduler-test.xml - copied unchanged from r1636884,

svn commit: r1637444 [5/20] - in /hive/branches/spark: ./ cli/src/test/org/apache/hadoop/hive/cli/ common/ common/src/java/org/apache/hadoop/hive/common/type/ common/src/java/org/apache/hadoop/hive/co

2014-11-07 Thread brock
Modified: hive/branches/spark/ql/src/java/org/apache/hadoop/hive/ql/exec/vector/VectorHashKeyWrapper.java URL: http://svn.apache.org/viewvc/hive/branches/spark/ql/src/java/org/apache/hadoop/hive/ql/exec/vector/VectorHashKeyWrapper.java?rev=1637444r1=1637443r2=1637444view=diff

svn commit: r1637444 [14/20] - in /hive/branches/spark: ./ cli/src/test/org/apache/hadoop/hive/cli/ common/ common/src/java/org/apache/hadoop/hive/common/type/ common/src/java/org/apache/hadoop/hive/c

2014-11-07 Thread brock
Modified: hive/branches/spark/ql/src/test/results/clientpositive/orc_merge5.q.out URL: http://svn.apache.org/viewvc/hive/branches/spark/ql/src/test/results/clientpositive/orc_merge5.q.out?rev=1637444r1=1637443r2=1637444view=diff

svn commit: r1637444 [18/20] - in /hive/branches/spark: ./ cli/src/test/org/apache/hadoop/hive/cli/ common/ common/src/java/org/apache/hadoop/hive/common/type/ common/src/java/org/apache/hadoop/hive/c

2014-11-07 Thread brock
Modified: hive/branches/spark/ql/src/test/results/clientpositive/tez/subquery_in.q.out URL: http://svn.apache.org/viewvc/hive/branches/spark/ql/src/test/results/clientpositive/tez/subquery_in.q.out?rev=1637444r1=1637443r2=1637444view=diff

svn commit: r1637444 [16/20] - in /hive/branches/spark: ./ cli/src/test/org/apache/hadoop/hive/cli/ common/ common/src/java/org/apache/hadoop/hive/common/type/ common/src/java/org/apache/hadoop/hive/c

2014-11-07 Thread brock
Modified: hive/branches/spark/ql/src/test/results/clientpositive/subquery_notin.q.out URL: http://svn.apache.org/viewvc/hive/branches/spark/ql/src/test/results/clientpositive/subquery_notin.q.out?rev=1637444r1=1637443r2=1637444view=diff

svn commit: r1637444 [13/20] - in /hive/branches/spark: ./ cli/src/test/org/apache/hadoop/hive/cli/ common/ common/src/java/org/apache/hadoop/hive/common/type/ common/src/java/org/apache/hadoop/hive/c

2014-11-07 Thread brock
Modified: hive/branches/spark/ql/src/test/results/clientpositive/join_cond_pushdown_unqual4.q.out URL: http://svn.apache.org/viewvc/hive/branches/spark/ql/src/test/results/clientpositive/join_cond_pushdown_unqual4.q.out?rev=1637444r1=1637443r2=1637444view=diff

svn commit: r1637444 [2/20] - in /hive/branches/spark: ./ cli/src/test/org/apache/hadoop/hive/cli/ common/ common/src/java/org/apache/hadoop/hive/common/type/ common/src/java/org/apache/hadoop/hive/co

2014-11-07 Thread brock
Modified: hive/branches/spark/hcatalog/hcatalog-pig-adapter/src/main/java/org/apache/hive/hcatalog/pig/PigHCatUtil.java URL:

svn commit: r1637444 [8/20] - in /hive/branches/spark: ./ cli/src/test/org/apache/hadoop/hive/cli/ common/ common/src/java/org/apache/hadoop/hive/common/type/ common/src/java/org/apache/hadoop/hive/co

2014-11-07 Thread brock
Modified: hive/branches/spark/ql/src/test/org/apache/hadoop/hive/ql/exec/vector/expressions/TestDecimalUtil.java URL: http://svn.apache.org/viewvc/hive/branches/spark/ql/src/test/org/apache/hadoop/hive/ql/exec/vector/expressions/TestDecimalUtil.java?rev=1637444r1=1637443r2=1637444view=diff

svn commit: r1637444 [10/20] - in /hive/branches/spark: ./ cli/src/test/org/apache/hadoop/hive/cli/ common/ common/src/java/org/apache/hadoop/hive/common/type/ common/src/java/org/apache/hadoop/hive/c

2014-11-07 Thread brock
Modified: hive/branches/spark/ql/src/test/results/clientnegative/ptf_window_boundaries2.q.out URL: http://svn.apache.org/viewvc/hive/branches/spark/ql/src/test/results/clientnegative/ptf_window_boundaries2.q.out?rev=1637444r1=1637443r2=1637444view=diff

svn commit: r1637444 [12/20] - in /hive/branches/spark: ./ cli/src/test/org/apache/hadoop/hive/cli/ common/ common/src/java/org/apache/hadoop/hive/common/type/ common/src/java/org/apache/hadoop/hive/c

2014-11-07 Thread brock
Modified: hive/branches/spark/ql/src/test/results/clientpositive/join_cond_pushdown_4.q.out URL: http://svn.apache.org/viewvc/hive/branches/spark/ql/src/test/results/clientpositive/join_cond_pushdown_4.q.out?rev=1637444r1=1637443r2=1637444view=diff

svn commit: r1637444 [4/20] - in /hive/branches/spark: ./ cli/src/test/org/apache/hadoop/hive/cli/ common/ common/src/java/org/apache/hadoop/hive/common/type/ common/src/java/org/apache/hadoop/hive/co

2014-11-07 Thread brock
Modified: hive/branches/spark/ql/src/gen/vectorization/UDAFTemplates/VectorUDAFVarDecimal.txt URL: http://svn.apache.org/viewvc/hive/branches/spark/ql/src/gen/vectorization/UDAFTemplates/VectorUDAFVarDecimal.txt?rev=1637444r1=1637443r2=1637444view=diff

svn commit: r1637445 [7/7] - /hive/branches/spark/ql/src/test/results/clientpositive/spark/

2014-11-07 Thread brock
Modified: hive/branches/spark/ql/src/test/results/clientpositive/spark/vectorized_ptf.q.out URL: http://svn.apache.org/viewvc/hive/branches/spark/ql/src/test/results/clientpositive/spark/vectorized_ptf.q.out?rev=1637445r1=1637444r2=1637445view=diff

svn commit: r1637444 [7/20] - in /hive/branches/spark: ./ cli/src/test/org/apache/hadoop/hive/cli/ common/ common/src/java/org/apache/hadoop/hive/common/type/ common/src/java/org/apache/hadoop/hive/co

2014-11-07 Thread brock
Modified: hive/branches/spark/ql/src/java/org/apache/hadoop/hive/ql/parse/QBJoinTree.java URL: http://svn.apache.org/viewvc/hive/branches/spark/ql/src/java/org/apache/hadoop/hive/ql/parse/QBJoinTree.java?rev=1637444r1=1637443r2=1637444view=diff

svn commit: r1637445 [4/7] - /hive/branches/spark/ql/src/test/results/clientpositive/spark/

2014-11-07 Thread brock
Modified: hive/branches/spark/ql/src/test/results/clientpositive/spark/ptf_decimal.q.out URL: http://svn.apache.org/viewvc/hive/branches/spark/ql/src/test/results/clientpositive/spark/ptf_decimal.q.out?rev=1637445r1=1637444r2=1637445view=diff

svn commit: r1637445 [3/7] - /hive/branches/spark/ql/src/test/results/clientpositive/spark/

2014-11-07 Thread brock
Modified: hive/branches/spark/ql/src/test/results/clientpositive/spark/join_cond_pushdown_unqual1.q.out URL: http://svn.apache.org/viewvc/hive/branches/spark/ql/src/test/results/clientpositive/spark/join_cond_pushdown_unqual1.q.out?rev=1637445r1=1637444r2=1637445view=diff

svn commit: r1637445 [1/7] - /hive/branches/spark/ql/src/test/results/clientpositive/spark/

2014-11-07 Thread brock
Author: brock Date: Fri Nov 7 20:42:43 2014 New Revision: 1637445 URL: http://svn.apache.org/r1637445 Log: HIVE-8775 - Merge from trunk 11/6/14 [SPARK BRANCH] (fix tests post-commit) Modified: hive/branches/spark/ql/src/test/results/clientpositive/spark/filter_join_breaktask.q.out

svn commit: r1637444 [20/20] - in /hive/branches/spark: ./ cli/src/test/org/apache/hadoop/hive/cli/ common/ common/src/java/org/apache/hadoop/hive/common/type/ common/src/java/org/apache/hadoop/hive/c

2014-11-07 Thread brock
Modified: hive/branches/spark/service/src/java/org/apache/hive/service/auth/HttpAuthUtils.java URL: http://svn.apache.org/viewvc/hive/branches/spark/service/src/java/org/apache/hive/service/auth/HttpAuthUtils.java?rev=1637444r1=1637443r2=1637444view=diff

svn commit: r1637444 [17/20] - in /hive/branches/spark: ./ cli/src/test/org/apache/hadoop/hive/cli/ common/ common/src/java/org/apache/hadoop/hive/common/type/ common/src/java/org/apache/hadoop/hive/c

2014-11-07 Thread brock
Modified: hive/branches/spark/ql/src/test/results/clientpositive/tez/orc_merge4.q.out URL: http://svn.apache.org/viewvc/hive/branches/spark/ql/src/test/results/clientpositive/tez/orc_merge4.q.out?rev=1637444r1=1637443r2=1637444view=diff

svn commit: r1637445 [5/7] - /hive/branches/spark/ql/src/test/results/clientpositive/spark/

2014-11-07 Thread brock
Modified: hive/branches/spark/ql/src/test/results/clientpositive/spark/vectorization_7.q.out URL: http://svn.apache.org/viewvc/hive/branches/spark/ql/src/test/results/clientpositive/spark/vectorization_7.q.out?rev=1637445r1=1637444r2=1637445view=diff

svn commit: r1637444 [11/20] - in /hive/branches/spark: ./ cli/src/test/org/apache/hadoop/hive/cli/ common/ common/src/java/org/apache/hadoop/hive/common/type/ common/src/java/org/apache/hadoop/hive/c

2014-11-07 Thread brock
Modified: hive/branches/spark/ql/src/test/results/clientpositive/join_cond_pushdown_1.q.out URL: http://svn.apache.org/viewvc/hive/branches/spark/ql/src/test/results/clientpositive/join_cond_pushdown_1.q.out?rev=1637444r1=1637443r2=1637444view=diff

svn commit: r1637445 [6/7] - /hive/branches/spark/ql/src/test/results/clientpositive/spark/

2014-11-07 Thread brock
Modified: hive/branches/spark/ql/src/test/results/clientpositive/spark/vectorization_8.q.out URL: http://svn.apache.org/viewvc/hive/branches/spark/ql/src/test/results/clientpositive/spark/vectorization_8.q.out?rev=1637445r1=1637444r2=1637445view=diff

svn commit: r1637444 [19/20] - in /hive/branches/spark: ./ cli/src/test/org/apache/hadoop/hive/cli/ common/ common/src/java/org/apache/hadoop/hive/common/type/ common/src/java/org/apache/hadoop/hive/c

2014-11-07 Thread brock
Modified: hive/branches/spark/ql/src/test/results/clientpositive/union26.q.out URL: http://svn.apache.org/viewvc/hive/branches/spark/ql/src/test/results/clientpositive/union26.q.out?rev=1637444r1=1637443r2=1637444view=diff

svn commit: r1637469 [1/3] - in /hive/trunk: common/src/java/org/apache/hadoop/hive/common/type/ common/src/test/org/apache/hadoop/hive/common/type/ ql/src/test/org/apache/hadoop/hive/ql/exec/vector/e

2014-11-07 Thread jdere
Author: jdere Date: Fri Nov 7 21:58:56 2014 New Revision: 1637469 URL: http://svn.apache.org/r1637469 Log: HIVE-8745: Joins on decimal keys return different results whether they are run as reduce join or map join - This reverts HIVE-7373 Added:

svn commit: r1637469 [2/3] - in /hive/trunk: common/src/java/org/apache/hadoop/hive/common/type/ common/src/test/org/apache/hadoop/hive/common/type/ ql/src/test/org/apache/hadoop/hive/ql/exec/vector/e

2014-11-07 Thread jdere
Modified: hive/trunk/ql/src/test/results/clientpositive/decimal_udf.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/decimal_udf.q.out?rev=1637469r1=1637468r2=1637469view=diff == ---

svn commit: r1637469 [3/3] - in /hive/trunk: common/src/java/org/apache/hadoop/hive/common/type/ common/src/test/org/apache/hadoop/hive/common/type/ ql/src/test/org/apache/hadoop/hive/ql/exec/vector/e

2014-11-07 Thread jdere
Modified: hive/trunk/ql/src/test/results/clientpositive/vector_decimal_2.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/vector_decimal_2.q.out?rev=1637469r1=1637468r2=1637469view=diff

svn commit: r1637472 - in /hive/branches/branch-0.14/ql/src/test: queries/clientpositive/ results/clientpositive/

2014-11-07 Thread jdere
Author: jdere Date: Fri Nov 7 22:08:23 2014 New Revision: 1637472 URL: http://svn.apache.org/r1637472 Log: HIVE-8618: Add SORT_QUERY_RESULTS for test that doesn't guarantee order #3 (Chao via Xuefu) - adding to branch-0.14 Modified:

svn commit: r1637473 [2/3] - in /hive/branches/branch-0.14: common/src/java/org/apache/hadoop/hive/common/type/ common/src/test/org/apache/hadoop/hive/common/type/ ql/src/test/org/apache/hadoop/hive/q

2014-11-07 Thread jdere
Modified: hive/branches/branch-0.14/ql/src/test/results/clientpositive/decimal_udf.q.out URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/ql/src/test/results/clientpositive/decimal_udf.q.out?rev=1637473r1=1637472r2=1637473view=diff

svn commit: r1637473 [3/3] - in /hive/branches/branch-0.14: common/src/java/org/apache/hadoop/hive/common/type/ common/src/test/org/apache/hadoop/hive/common/type/ ql/src/test/org/apache/hadoop/hive/q

2014-11-07 Thread jdere
Modified: hive/branches/branch-0.14/ql/src/test/results/clientpositive/vector_data_types.q.out URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/ql/src/test/results/clientpositive/vector_data_types.q.out?rev=1637473r1=1637472r2=1637473view=diff

svn commit: r1637478 - /hive/branches/branch-0.14/hcatalog/core/src/main/java/org/apache/hive/hcatalog/common/HCatUtil.java

2014-11-07 Thread daijy
Author: daijy Date: Fri Nov 7 23:00:05 2014 New Revision: 1637478 URL: http://svn.apache.org/r1637478 Log: HIVE-8484: HCatalog throws an exception if Pig job is of type 'fetch' (Lorand Bendig via Daniel Dai) Modified:

svn commit: r1637479 - /hive/trunk/hcatalog/core/src/main/java/org/apache/hive/hcatalog/common/HCatUtil.java

2014-11-07 Thread daijy
Author: daijy Date: Fri Nov 7 23:00:41 2014 New Revision: 1637479 URL: http://svn.apache.org/r1637479 Log: HIVE-8484: HCatalog throws an exception if Pig job is of type 'fetch' (Lorand Bendig via Daniel Dai) Modified:

svn commit: r1637489 - in /hive/trunk: itests/src/test/resources/ ql/src/java/org/apache/hadoop/hive/ql/exec/ ql/src/java/org/apache/hadoop/hive/ql/optimizer/ ql/src/test/results/clientpositive/tez/

2014-11-07 Thread gunther
Author: gunther Date: Sat Nov 8 00:00:19 2014 New Revision: 1637489 URL: http://svn.apache.org/r1637489 Log: HIVE-8781: Nullsafe joins are busted on Tez (Gunther Hagleitner, reviewed by Prasanth J) Added: hive/trunk/ql/src/test/results/clientpositive/tez/join_nullsafe.q.out Modified:

svn commit: r1637491 - in /hive/branches/branch-0.14: itests/src/test/resources/ ql/src/java/org/apache/hadoop/hive/ql/exec/ ql/src/java/org/apache/hadoop/hive/ql/optimizer/ ql/src/test/results/client

2014-11-07 Thread gunther
Author: gunther Date: Sat Nov 8 00:21:09 2014 New Revision: 1637491 URL: http://svn.apache.org/r1637491 Log: HIVE-8781: Nullsafe joins are busted on Tez (Gunther Hagleitner, reviewed by Prasanth J) Added: hive/branches/branch-0.14/ql/src/test/results/clientpositive/tez/join_nullsafe.q.out

svn commit: r1637496 - /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/hooks/ATSHook.java

2014-11-07 Thread gunther
Author: gunther Date: Sat Nov 8 01:07:09 2014 New Revision: 1637496 URL: http://svn.apache.org/r1637496 Log: HIVE-8760: Pass a copy of HiveConf to hooks (Gunther Hagleitner, reviewed by Gopal V) Modified: hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/hooks/ATSHook.java Modified:

svn commit: r1637497 - /hive/branches/branch-0.14/ql/src/java/org/apache/hadoop/hive/ql/hooks/ATSHook.java

2014-11-07 Thread gunther
Author: gunther Date: Sat Nov 8 01:12:52 2014 New Revision: 1637497 URL: http://svn.apache.org/r1637497 Log: HIVE-8760: Pass a copy of HiveConf to hooks (Gunther Hagleitner, reviewed by Gopal V) Modified: hive/branches/branch-0.14/ql/src/java/org/apache/hadoop/hive/ql/hooks/ATSHook.java

svn commit: r1637506 - in /hive/branches/branch-0.14: beeline/src/main/resources/beeline-log4j.properties bin/ext/beeline.sh packaging/src/main/assembly/bin.xml

2014-11-07 Thread thejas
Author: thejas Date: Sat Nov 8 03:22:52 2014 New Revision: 1637506 URL: http://svn.apache.org/r1637506 Log: HIVE-8772 : zookeeper info logs are always printed from beeline with service discovery mode (Thejas Nair, reviewed by Vaibhav Gumashta) Added:

svn commit: r1637505 - in /hive/trunk: beeline/src/main/resources/beeline-log4j.properties bin/ext/beeline.sh packaging/src/main/assembly/bin.xml

2014-11-07 Thread thejas
Author: thejas Date: Sat Nov 8 03:22:19 2014 New Revision: 1637505 URL: http://svn.apache.org/r1637505 Log: HIVE-8772 : zookeeper info logs are always printed from beeline with service discovery mode (Thejas Nair, reviewed by Vaibhav Gumashta) Added: