|
@@ -988,5 +988,14 @@ public class CommonConfigurationKeysPublic {
|
|
public static final String HADOOP_PROMETHEUS_ENABLED =
|
|
public static final String HADOOP_PROMETHEUS_ENABLED =
|
|
"hadoop.prometheus.endpoint.enabled";
|
|
"hadoop.prometheus.endpoint.enabled";
|
|
public static final boolean HADOOP_PROMETHEUS_ENABLED_DEFAULT = false;
|
|
public static final boolean HADOOP_PROMETHEUS_ENABLED_DEFAULT = false;
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * @see
|
|
|
|
+ * <a href="{@docRoot}/../hadoop-project-dist/hadoop-common/core-default.xml">
|
|
|
|
+ * core-default.xml</a>
|
|
|
|
+ */
|
|
|
|
+ public static final String HADOOP_HTTP_IDLE_TIMEOUT_MS_KEY =
|
|
|
|
+ "hadoop.http.idle_timeout.ms";
|
|
|
|
+ public static final int HADOOP_HTTP_IDLE_TIMEOUT_MS_DEFAULT = 1000;
|
|
}
|
|
}
|
|
|
|
|