|
@@ -240,7 +240,7 @@ public class YarnConfiguration extends Configuration {
|
|
|
public static final String DEFAULT_RM_SCHEDULER_ADDRESS = "0.0.0.0:" +
|
|
|
DEFAULT_RM_SCHEDULER_PORT;
|
|
|
|
|
|
- /** Miniumum request grant-able by the RM scheduler. */
|
|
|
+ /** Minimum request grant-able by the RM scheduler. */
|
|
|
public static final String RM_SCHEDULER_MINIMUM_ALLOCATION_MB =
|
|
|
YARN_PREFIX + "scheduler.minimum-allocation-mb";
|
|
|
public static final int DEFAULT_RM_SCHEDULER_MINIMUM_ALLOCATION_MB = 1024;
|