You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by ss...@apache.org on 2017/01/25 00:11:44 UTC

tez git commit: TEZ-3458 addendum. Disable auto-grouping by default. Contributed by Zhiyuan Yang.

Repository: tez
Updated Branches:
  refs/heads/master 02f7842c9 -> 4765b558c


TEZ-3458 addendum. Disable auto-grouping by default. Contributed by
Zhiyuan Yang.


Project: http://git-wip-us.apache.org/repos/asf/tez/repo
Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/4765b558
Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/4765b558
Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/4765b558

Branch: refs/heads/master
Commit: 4765b558cb324bd88838a13ac35ea69bb59cfc2e
Parents: 02f7842
Author: Siddharth Seth <ss...@apache.org>
Authored: Tue Jan 24 16:11:07 2017 -0800
Committer: Siddharth Seth <ss...@apache.org>
Committed: Tue Jan 24 16:11:07 2017 -0800

----------------------------------------------------------------------
 .../library/cartesianproduct/CartesianProductVertexManager.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tez/blob/4765b558/tez-runtime-library/src/main/java/org/apache/tez/runtime/library/cartesianproduct/CartesianProductVertexManager.java
----------------------------------------------------------------------
diff --git a/tez-runtime-library/src/main/java/org/apache/tez/runtime/library/cartesianproduct/CartesianProductVertexManager.java b/tez-runtime-library/src/main/java/org/apache/tez/runtime/library/cartesianproduct/CartesianProductVertexManager.java
index 0062579..a104904 100644
--- a/tez-runtime-library/src/main/java/org/apache/tez/runtime/library/cartesianproduct/CartesianProductVertexManager.java
+++ b/tez-runtime-library/src/main/java/org/apache/tez/runtime/library/cartesianproduct/CartesianProductVertexManager.java
@@ -71,7 +71,7 @@ public class CartesianProductVertexManager extends VertexManagerPlugin {
    */
   public static final String TEZ_CARTESIAN_PRODUCT_ENABLE_AUTO_GROUPING =
     "tez.cartesian-product.enable-auto-grouping";
-  public static final boolean TEZ_CARTESIAN_PRODUCT_ENABLE_AUTO_GROUPING_DEFAULT = true;
+  public static final boolean TEZ_CARTESIAN_PRODUCT_ENABLE_AUTO_GROUPING_DEFAULT = false;
 
   /**
    * The number of output bytes we want from each group.