|
@@ -111,18 +111,18 @@ public class YarnConfiguration extends Configuration {
|
|
/** Miniumum memory request grant-able by the RM scheduler. */
|
|
/** Miniumum memory 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";
|
|
- public static final int DEFAULT_RM_SCHEDULER_MINIMUM_ALLOCATION_MB = 128;
|
|
|
|
|
|
+ public static final int DEFAULT_RM_SCHEDULER_MINIMUM_ALLOCATION_MB = 1024;
|
|
|
|
|
|
/** Maximum memory request grant-able by the RM scheduler. */
|
|
/** Maximum memory request grant-able by the RM scheduler. */
|
|
public static final String RM_SCHEDULER_MAXIMUM_ALLOCATION_MB =
|
|
public static final String RM_SCHEDULER_MAXIMUM_ALLOCATION_MB =
|
|
YARN_PREFIX + "scheduler.maximum-allocation-mb";
|
|
YARN_PREFIX + "scheduler.maximum-allocation-mb";
|
|
- public static final int DEFAULT_RM_SCHEDULER_MAXIMUM_ALLOCATION_MB = 10240;
|
|
|
|
|
|
+ public static final int DEFAULT_RM_SCHEDULER_MAXIMUM_ALLOCATION_MB = 8192;
|
|
|
|
|
|
/** Number of threads to handle scheduler interface.*/
|
|
/** Number of threads to handle scheduler interface.*/
|
|
public static final String RM_SCHEDULER_CLIENT_THREAD_COUNT =
|
|
public static final String RM_SCHEDULER_CLIENT_THREAD_COUNT =
|
|
RM_PREFIX + "scheduler.client.thread-count";
|
|
RM_PREFIX + "scheduler.client.thread-count";
|
|
public static final int DEFAULT_RM_SCHEDULER_CLIENT_THREAD_COUNT = 50;
|
|
public static final int DEFAULT_RM_SCHEDULER_CLIENT_THREAD_COUNT = 50;
|
|
-
|
|
|
|
|
|
+
|
|
/** The address of the RM web application.*/
|
|
/** The address of the RM web application.*/
|
|
public static final String RM_WEBAPP_ADDRESS =
|
|
public static final String RM_WEBAPP_ADDRESS =
|
|
RM_PREFIX + "webapp.address";
|
|
RM_PREFIX + "webapp.address";
|