YARN-8612. Fix NM Collector Service Port issue in YarnConfiguration. Contributed by Prabha Manepalli.
This commit is contained in:
parent
edeb2a356a
commit
1697a02306
@ -1216,7 +1216,7 @@ public static boolean isAclEnabled(Configuration conf) {
|
|||||||
NM_PREFIX + "collector-service.address";
|
NM_PREFIX + "collector-service.address";
|
||||||
public static final int DEFAULT_NM_COLLECTOR_SERVICE_PORT = 8048;
|
public static final int DEFAULT_NM_COLLECTOR_SERVICE_PORT = 8048;
|
||||||
public static final String DEFAULT_NM_COLLECTOR_SERVICE_ADDRESS =
|
public static final String DEFAULT_NM_COLLECTOR_SERVICE_ADDRESS =
|
||||||
"0.0.0.0:" + DEFAULT_NM_LOCALIZER_PORT;
|
"0.0.0.0:" + DEFAULT_NM_COLLECTOR_SERVICE_PORT;
|
||||||
|
|
||||||
/** Interval in between cache cleanups.*/
|
/** Interval in between cache cleanups.*/
|
||||||
public static final String NM_LOCALIZER_CACHE_CLEANUP_INTERVAL_MS =
|
public static final String NM_LOCALIZER_CACHE_CLEANUP_INTERVAL_MS =
|
||||||
|
Loading…
Reference in New Issue
Block a user