YARN-8612. Fix NM Collector Service Port issue in YarnConfiguration. Contributed by Prabha Manepalli.
(cherry picked from commit 1697a02306
)
This commit is contained in:
parent
5237bdfb5a
commit
3532bd5c8b
|
@ -1196,7 +1196,7 @@ public class YarnConfiguration extends Configuration {
|
|||
NM_PREFIX + "collector-service.address";
|
||||
public static final int DEFAULT_NM_COLLECTOR_SERVICE_PORT = 8048;
|
||||
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.*/
|
||||
public static final String NM_LOCALIZER_CACHE_CLEANUP_INTERVAL_MS =
|
||||
|
|
Loading…
Reference in New Issue