|
@@ -146,10 +146,6 @@ public class YarnConfiguration extends Configuration {
|
|
public static final String DEFAULT_RM_SCHEDULER_ADDRESS = "0.0.0.0:" +
|
|
public static final String DEFAULT_RM_SCHEDULER_ADDRESS = "0.0.0.0:" +
|
|
DEFAULT_RM_SCHEDULER_PORT;
|
|
DEFAULT_RM_SCHEDULER_PORT;
|
|
|
|
|
|
- /** The actual bind address or the RM scheduler.*/
|
|
|
|
- public static final String RM_SCHEDULER_BIND_HOST =
|
|
|
|
- RM_PREFIX + "scheduler.bind-host";
|
|
|
|
-
|
|
|
|
/** Miniumum request grant-able by the RM scheduler. */
|
|
/** Miniumum request grant-able by the RM scheduler. */
|
|
public static final String RM_SCHEDULER_MINIMUM_ALLOCATION_MB =
|
|
public static final String RM_SCHEDULER_MINIMUM_ALLOCATION_MB =
|
|
YARN_PREFIX + "scheduler.minimum-allocation-mb";
|
|
YARN_PREFIX + "scheduler.minimum-allocation-mb";
|
|
@@ -196,10 +192,6 @@ public class YarnConfiguration extends Configuration {
|
|
public static final String RM_WEBAPP_ADDRESS =
|
|
public static final String RM_WEBAPP_ADDRESS =
|
|
RM_PREFIX + "webapp.address";
|
|
RM_PREFIX + "webapp.address";
|
|
|
|
|
|
- /** The actual bind address of the RM web application.*/
|
|
|
|
- public static final String RM_WEBAPP_BIND_HOST =
|
|
|
|
- RM_PREFIX + "webapp.bind-host";
|
|
|
|
-
|
|
|
|
public static final int DEFAULT_RM_WEBAPP_PORT = 8088;
|
|
public static final int DEFAULT_RM_WEBAPP_PORT = 8088;
|
|
public static final String DEFAULT_RM_WEBAPP_ADDRESS = "0.0.0.0:" +
|
|
public static final String DEFAULT_RM_WEBAPP_ADDRESS = "0.0.0.0:" +
|
|
DEFAULT_RM_WEBAPP_PORT;
|
|
DEFAULT_RM_WEBAPP_PORT;
|
|
@@ -207,10 +199,6 @@ public class YarnConfiguration extends Configuration {
|
|
/** The https address of the RM web application.*/
|
|
/** The https address of the RM web application.*/
|
|
public static final String RM_WEBAPP_HTTPS_ADDRESS =
|
|
public static final String RM_WEBAPP_HTTPS_ADDRESS =
|
|
RM_PREFIX + "webapp.https.address";
|
|
RM_PREFIX + "webapp.https.address";
|
|
-
|
|
|
|
- /** The actual https bind address of the RM web application.*/
|
|
|
|
- public static final String RM_WEBAPP_HTTPS_BIND_HOST =
|
|
|
|
- RM_PREFIX + "webapp.https.bind-host";
|
|
|
|
|
|
|
|
public static final boolean YARN_SSL_CLIENT_HTTPS_NEED_AUTH_DEFAULT = false;
|
|
public static final boolean YARN_SSL_CLIENT_HTTPS_NEED_AUTH_DEFAULT = false;
|
|
public static final String YARN_SSL_SERVER_RESOURCE_DEFAULT = "ssl-server.xml";
|
|
public static final String YARN_SSL_SERVER_RESOURCE_DEFAULT = "ssl-server.xml";
|
|
@@ -225,10 +213,6 @@ public class YarnConfiguration extends Configuration {
|
|
public static final String DEFAULT_RM_RESOURCE_TRACKER_ADDRESS =
|
|
public static final String DEFAULT_RM_RESOURCE_TRACKER_ADDRESS =
|
|
"0.0.0.0:" + DEFAULT_RM_RESOURCE_TRACKER_PORT;
|
|
"0.0.0.0:" + DEFAULT_RM_RESOURCE_TRACKER_PORT;
|
|
|
|
|
|
- /** The actual bind address or the RM resource tracker.*/
|
|
|
|
- public static final String RM_RESOURCE_TRACKER_BIND_HOST =
|
|
|
|
- RM_PREFIX + "resource-tracker.bind-host";
|
|
|
|
-
|
|
|
|
/** The expiry interval for application master reporting.*/
|
|
/** The expiry interval for application master reporting.*/
|
|
public static final String RM_AM_EXPIRY_INTERVAL_MS =
|
|
public static final String RM_AM_EXPIRY_INTERVAL_MS =
|
|
YARN_PREFIX + "am.liveness-monitor.expiry-interval-ms";
|
|
YARN_PREFIX + "am.liveness-monitor.expiry-interval-ms";
|
|
@@ -259,9 +243,6 @@ public class YarnConfiguration extends Configuration {
|
|
public static final String DEFAULT_RM_ADMIN_ADDRESS = "0.0.0.0:" +
|
|
public static final String DEFAULT_RM_ADMIN_ADDRESS = "0.0.0.0:" +
|
|
DEFAULT_RM_ADMIN_PORT;
|
|
DEFAULT_RM_ADMIN_PORT;
|
|
|
|
|
|
- public static final String RM_ADMIN_BIND_HOST =
|
|
|
|
- RM_PREFIX + "admin.bind-host";
|
|
|
|
-
|
|
|
|
/**Number of threads used to handle RM admin interface.*/
|
|
/**Number of threads used to handle RM admin interface.*/
|
|
public static final String RM_ADMIN_CLIENT_THREAD_COUNT =
|
|
public static final String RM_ADMIN_CLIENT_THREAD_COUNT =
|
|
RM_PREFIX + "admin.client.thread-count";
|
|
RM_PREFIX + "admin.client.thread-count";
|
|
@@ -602,10 +583,6 @@ public class YarnConfiguration extends Configuration {
|
|
public static final String DEFAULT_NM_LOCALIZER_ADDRESS = "0.0.0.0:" +
|
|
public static final String DEFAULT_NM_LOCALIZER_ADDRESS = "0.0.0.0:" +
|
|
DEFAULT_NM_LOCALIZER_PORT;
|
|
DEFAULT_NM_LOCALIZER_PORT;
|
|
|
|
|
|
- /** The actual bind address for the localizer IPC.*/
|
|
|
|
- public static final String NM_LOCALIZER_BIND_HOST =
|
|
|
|
- NM_PREFIX + "localizer.bind-host";
|
|
|
|
-
|
|
|
|
/** 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 =
|
|
NM_PREFIX + "localizer.cache.cleanup.interval-ms";
|
|
NM_PREFIX + "localizer.cache.cleanup.interval-ms";
|
|
@@ -728,7 +705,6 @@ public class YarnConfiguration extends Configuration {
|
|
|
|
|
|
/** NM Webapp address.**/
|
|
/** NM Webapp address.**/
|
|
public static final String NM_WEBAPP_ADDRESS = NM_PREFIX + "webapp.address";
|
|
public static final String NM_WEBAPP_ADDRESS = NM_PREFIX + "webapp.address";
|
|
- public static final String NM_WEBAPP_BIND_HOST = NM_PREFIX + "webapp.bind-host";
|
|
|
|
public static final int DEFAULT_NM_WEBAPP_PORT = 8042;
|
|
public static final int DEFAULT_NM_WEBAPP_PORT = 8042;
|
|
public static final String DEFAULT_NM_WEBAPP_ADDRESS = "0.0.0.0:" +
|
|
public static final String DEFAULT_NM_WEBAPP_ADDRESS = "0.0.0.0:" +
|
|
DEFAULT_NM_WEBAPP_PORT;
|
|
DEFAULT_NM_WEBAPP_PORT;
|
|
@@ -736,8 +712,6 @@ public class YarnConfiguration extends Configuration {
|
|
/** NM Webapp https address.**/
|
|
/** NM Webapp https address.**/
|
|
public static final String NM_WEBAPP_HTTPS_ADDRESS = NM_PREFIX
|
|
public static final String NM_WEBAPP_HTTPS_ADDRESS = NM_PREFIX
|
|
+ "webapp.https.address";
|
|
+ "webapp.https.address";
|
|
- public static final String NM_WEBAPP_HTTPS_BIND_HOST = NM_PREFIX
|
|
|
|
- + "webapp.https.bind-host";
|
|
|
|
public static final int DEFAULT_NM_WEBAPP_HTTPS_PORT = 8044;
|
|
public static final int DEFAULT_NM_WEBAPP_HTTPS_PORT = 8044;
|
|
public static final String DEFAULT_NM_WEBAPP_HTTPS_ADDRESS = "0.0.0.0:"
|
|
public static final String DEFAULT_NM_WEBAPP_HTTPS_ADDRESS = "0.0.0.0:"
|
|
+ DEFAULT_NM_WEBAPP_HTTPS_PORT;
|
|
+ DEFAULT_NM_WEBAPP_HTTPS_PORT;
|
|
@@ -1152,9 +1126,9 @@ public class YarnConfiguration extends Configuration {
|
|
public static final String TIMELINE_SERVICE_WEBAPP_ADDRESS =
|
|
public static final String TIMELINE_SERVICE_WEBAPP_ADDRESS =
|
|
TIMELINE_SERVICE_PREFIX + "webapp.address";
|
|
TIMELINE_SERVICE_PREFIX + "webapp.address";
|
|
|
|
|
|
- /** The listening endpoint for the timeline service web application.*/
|
|
|
|
- public static final String TIMELINE_SERVICE_WEBAPP_BIND_HOST =
|
|
|
|
- TIMELINE_SERVICE_PREFIX + "webapp.bind-host";
|
|
|
|
|
|
+ /** The listening endpoint for the timeline service application.*/
|
|
|
|
+ public static final String TIMELINE_SERVICE_BIND_HOST =
|
|
|
|
+ TIMELINE_SERVICE_PREFIX + "bind-host";
|
|
|
|
|
|
public static final int DEFAULT_TIMELINE_SERVICE_WEBAPP_PORT = 8188;
|
|
public static final int DEFAULT_TIMELINE_SERVICE_WEBAPP_PORT = 8188;
|
|
public static final String DEFAULT_TIMELINE_SERVICE_WEBAPP_ADDRESS =
|
|
public static final String DEFAULT_TIMELINE_SERVICE_WEBAPP_ADDRESS =
|
|
@@ -1163,10 +1137,6 @@ public class YarnConfiguration extends Configuration {
|
|
/** The https address of the timeline service web application.*/
|
|
/** The https address of the timeline service web application.*/
|
|
public static final String TIMELINE_SERVICE_WEBAPP_HTTPS_ADDRESS =
|
|
public static final String TIMELINE_SERVICE_WEBAPP_HTTPS_ADDRESS =
|
|
TIMELINE_SERVICE_PREFIX + "webapp.https.address";
|
|
TIMELINE_SERVICE_PREFIX + "webapp.https.address";
|
|
-
|
|
|
|
- /** The listening endpoint for the timeline service web application.*/
|
|
|
|
- public static final String TIMELINE_SERVICE_WEBAPP_HTTPS_BIND_HOST =
|
|
|
|
- TIMELINE_SERVICE_PREFIX + "webapp.https.bind-host";
|
|
|
|
|
|
|
|
public static final int DEFAULT_TIMELINE_SERVICE_WEBAPP_HTTPS_PORT = 8190;
|
|
public static final int DEFAULT_TIMELINE_SERVICE_WEBAPP_HTTPS_PORT = 8190;
|
|
public static final String DEFAULT_TIMELINE_SERVICE_WEBAPP_HTTPS_ADDRESS =
|
|
public static final String DEFAULT_TIMELINE_SERVICE_WEBAPP_HTTPS_ADDRESS =
|