You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2020/10/18 17:52:20 UTC

[GitHub] [hadoop] surendralilhore commented on a change in pull request #2390: YARN-10442. RM should make sure node label file highly available.

surendralilhore commented on a change in pull request #2390:
URL: https://github.com/apache/hadoop/pull/2390#discussion_r507192427



##########
File path: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/java/org/apache/hadoop/yarn/conf/YarnConfiguration.java
##########
@@ -4057,6 +4057,12 @@ public static boolean isAclEnabled(Configuration conf) {
   public static final String FS_NODE_LABELS_STORE_ROOT_DIR = NODE_LABELS_PREFIX
       + "fs-store.root-dir";
 
+  /** Node label file replication */
+  public static final String FS_NODE_LABELS_FILE_REPLICATION =
+      NODE_LABELS_PREFIX + "file.replication";
+

Review comment:
       Removed blank line




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org