Repository: tez Updated Branches: refs/heads/master fa2b8c437 -> 9b1d507df
TEZ-2496. (addendum patch to remove unused import from DATA_RANGE_IN_MB) Consider scheduling tasks in ShuffleVertexManager based on the partition sizes from the source (rbalamohan) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/9b1d507d Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/9b1d507d Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/9b1d507d Branch: refs/heads/master Commit: 9b1d507df7b2427c310908aff340818e3f684973 Parents: fa2b8c4 Author: Rajesh Balamohan <[email protected]> Authored: Tue Jul 21 06:32:44 2015 +0530 Committer: Rajesh Balamohan <[email protected]> Committed: Tue Jul 21 06:32:44 2015 +0530 ---------------------------------------------------------------------- .../java/org/apache/tez/runtime/library/utils/DATA_RANGE_IN_MB.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/9b1d507d/tez-runtime-library/src/main/java/org/apache/tez/runtime/library/utils/DATA_RANGE_IN_MB.java ---------------------------------------------------------------------- diff --git a/tez-runtime-library/src/main/java/org/apache/tez/runtime/library/utils/DATA_RANGE_IN_MB.java b/tez-runtime-library/src/main/java/org/apache/tez/runtime/library/utils/DATA_RANGE_IN_MB.java index 126f04e..7569818 100644 --- a/tez-runtime-library/src/main/java/org/apache/tez/runtime/library/utils/DATA_RANGE_IN_MB.java +++ b/tez-runtime-library/src/main/java/org/apache/tez/runtime/library/utils/DATA_RANGE_IN_MB.java @@ -18,7 +18,6 @@ package org.apache.tez.runtime.library.utils; -import org.apache.commons.math3.util.FastMath; public enum DATA_RANGE_IN_MB { THOUSAND(1000), HUNDRED(100), TEN(10), ONE(1), ZERO(0);
