YARN-9469. Fix typo in YarnConfiguration.
This commit is contained in:
parent
7b03072fd4
commit
e2b79912c3
@ -1470,7 +1470,7 @@ public static boolean isAclEnabled(Configuration conf) {
|
||||
+ "pmem-check-enabled";
|
||||
public static final boolean DEFAULT_NM_PMEM_CHECK_ENABLED = true;
|
||||
|
||||
/** Specifies whether physical memory check is enabled. */
|
||||
/** Specifies whether virtual memory check is enabled. */
|
||||
public static final String NM_VMEM_CHECK_ENABLED = NM_PREFIX
|
||||
+ "vmem-check-enabled";
|
||||
public static final boolean DEFAULT_NM_VMEM_CHECK_ENABLED = true;
|
||||
|
Loading…
Reference in New Issue
Block a user