This is an automated email from the ASF dual-hosted git repository.

jeagles pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tez.git


The following commit(s) were added to refs/heads/master by this push:
     new 47eed64  Revert "TEZ-4123. TestMRRJobsDAGApi flaky timeout - unhealthy 
node"
47eed64 is described below

commit 47eed6474ccc5540291953e3ff0f78fd5894897a
Author: Jonathan Eagles <[email protected]>
AuthorDate: Wed Feb 12 10:07:46 2020 -0600

    Revert "TEZ-4123. TestMRRJobsDAGApi flaky timeout - unhealthy node"
    
    This reverts commit 1fe978438e6cb213ac7fb70e0dde72c6e290dcae.
---
 tez-tests/src/test/java/org/apache/tez/test/MiniTezCluster.java | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/tez-tests/src/test/java/org/apache/tez/test/MiniTezCluster.java 
b/tez-tests/src/test/java/org/apache/tez/test/MiniTezCluster.java
index 17c6885..bac0e8c 100644
--- a/tez-tests/src/test/java/org/apache/tez/test/MiniTezCluster.java
+++ b/tez-tests/src/test/java/org/apache/tez/test/MiniTezCluster.java
@@ -89,15 +89,6 @@ public class MiniTezCluster extends MiniYARNCluster {
   }
 
   @Override
-  public void init(Configuration conf) {
-    if (conf.getFloat(YarnConfiguration.NM_MAX_PER_DISK_UTILIZATION_PERCENTAGE,
-        YarnConfiguration.DEFAULT_NM_MAX_PER_DISK_UTILIZATION_PERCENTAGE) == 
YarnConfiguration.DEFAULT_NM_MAX_PER_DISK_UTILIZATION_PERCENTAGE) {
-      conf.setFloat(YarnConfiguration.NM_MAX_PER_DISK_UTILIZATION_PERCENTAGE, 
99.0f);
-    }
-    super.init(conf);
-  }
-
-  @Override
   public void serviceInit(Configuration conf) throws Exception {
     conf.set(MRConfig.FRAMEWORK_NAME, MRConfig.YARN_TEZ_FRAMEWORK_NAME);
     // Use libs from cluster since no build is available

Reply via email to