You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by kg...@apache.org on 2018/01/02 16:46:13 UTC

hive git commit: HIVE-18149: addendum; update missed TestAcidOnTez

Repository: hive
Updated Branches:
  refs/heads/master 31a805bdb -> 4ecf2a755


HIVE-18149: addendum; update missed TestAcidOnTez


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/4ecf2a75
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/4ecf2a75
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/4ecf2a75

Branch: refs/heads/master
Commit: 4ecf2a7554bcfc0fbff19b40b3e95bb2f5a3c6d5
Parents: 31a805b
Author: Zoltan Haindrich <ki...@rxd.hu>
Authored: Tue Jan 2 17:45:42 2018 +0100
Committer: Zoltan Haindrich <ki...@rxd.hu>
Committed: Tue Jan 2 17:45:42 2018 +0100

----------------------------------------------------------------------
 .../src/test/java/org/apache/hadoop/hive/ql/TestAcidOnTez.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/4ecf2a75/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/TestAcidOnTez.java
----------------------------------------------------------------------
diff --git a/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/TestAcidOnTez.java b/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/TestAcidOnTez.java
index d43c239..f81cbe4 100644
--- a/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/TestAcidOnTez.java
+++ b/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/TestAcidOnTez.java
@@ -868,7 +868,7 @@ ekoifman:apache-hive-3.0.0-SNAPSHOT-bin ekoifman$ tree  ~/dev/hiverwgit/itests/h
   private void setupMapJoin(HiveConf conf) {
     conf.setBoolVar(HiveConf.ConfVars.HIVECONVERTJOIN, true);
     conf.setBoolVar(HiveConf.ConfVars.HIVECONVERTJOINNOCONDITIONALTASK, true);
-    conf.setLongVar(HiveConf.ConfVars.HIVECONVERTJOINNOCONDITIONALTASKTHRESHOLD, 10000);
+    conf.setLongVar(HiveConf.ConfVars.HIVECONVERTJOINNOCONDITIONALTASKTHRESHOLD, 100000);
   }
 
   private List<String> runStatementOnDriver(String stmt) throws Exception {