jiwq commented on a change in pull request #2390:
URL: https://github.com/apache/hadoop/pull/2390#discussion_r507177024
##########
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:
Remove this blank line, so that related configs can be group by.
----------------------------------------------------------------
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
|