|
@@ -563,7 +563,8 @@ public class YarnConfiguration extends Configuration {
|
|
|
/** Container temp directory */
|
|
|
public static final String DEFAULT_CONTAINER_TEMP_DIR = "./tmp";
|
|
|
|
|
|
- public static final String IS_MINI_YARN_CLUSTER = YARN_PREFIX + ".is.minicluster";
|
|
|
+ public static final String IS_MINI_YARN_CLUSTER = YARN_PREFIX
|
|
|
+ + "is.minicluster";
|
|
|
|
|
|
/** Whether to use fixed ports with the minicluster. */
|
|
|
public static final String YARN_MINICLUSTER_FIXED_PORTS = YARN_PREFIX
|