Skip to content

Commit c168a39

Browse files
author
Ashutosh Gupta
committed
Removed redundant public static final
1 parent aa1e7fa commit c168a39

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -920,9 +920,9 @@ public interface MRJobConfig {
920920
public static final int DEFAULT_MR_AM_TO_RM_HEARTBEAT_INTERVAL_MS = 1000;
921921

922922
/** Whether to consider ping from tasks in liveliness check. */
923-
public static final String MR_TASK_ENABLE_PING_FOR_LIVELINESS_CHECK =
923+
String MR_TASK_ENABLE_PING_FOR_LIVELINESS_CHECK =
924924
"mapreduce.task.enable.ping-for-liveliness-check";
925-
public static final boolean DEFAULT_MR_TASK_ENABLE_PING_FOR_LIVELINESS_CHECK
925+
boolean DEFAULT_MR_TASK_ENABLE_PING_FOR_LIVELINESS_CHECK
926926
= false;
927927

928928
/**

0 commit comments

Comments
 (0)