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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]