Skip to content

Commit 9c969c3

Browse files
author
Ashutosh Gupta
committed
Updating DEFAULT_MR_TASK_ENABLE_PING_FOR_LIVELINESS_CHECK to true
1 parent c168a39 commit 9c969c3

File tree

1 file changed

+1
-1
lines changed
  • hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce

1 file changed

+1
-1
lines changed

hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/MRJobConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@ public interface MRJobConfig {
923923
String MR_TASK_ENABLE_PING_FOR_LIVELINESS_CHECK =
924924
"mapreduce.task.enable.ping-for-liveliness-check";
925925
boolean DEFAULT_MR_TASK_ENABLE_PING_FOR_LIVELINESS_CHECK
926-
= false;
926+
= true;
927927

928928
/**
929929
* If contact with RM is lost, the AM will wait MR_AM_TO_RM_WAIT_INTERVAL_MS

0 commit comments

Comments
 (0)