From common-issues-return-208787-apmail-hadoop-common-issues-archive=hadoop.apache.org@hadoop.apache.org Sun Oct 18 15:34:59 2020 Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@locus.apache.org Delivered-To: apmail-hadoop-common-issues-archive@locus.apache.org Received: from mailroute1-lw-us.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by minotaur.apache.org (Postfix) with ESMTP id D7C251A867 for ; Sun, 18 Oct 2020 15:34:58 +0000 (UTC) Received: from mail.apache.org (localhost [127.0.0.1]) by mailroute1-lw-us.apache.org (ASF Mail Server at mailroute1-lw-us.apache.org) with SMTP id 857DC1220E7 for ; Sun, 18 Oct 2020 15:34:58 +0000 (UTC) Received: (qmail 54373 invoked by uid 500); 18 Oct 2020 15:34:58 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 54343 invoked by uid 500); 18 Oct 2020 15:34:57 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 54327 invoked by uid 99); 18 Oct 2020 15:34:57 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Oct 2020 15:34:57 +0000 From: =?utf-8?q?GitBox?= To: common-issues@hadoop.apache.org Subject: =?utf-8?q?=5BGitHub=5D_=5Bhadoop=5D_jiwq_commented_on_a_change_in_pull_reque?= =?utf-8?q?st_=232390=3A__YARN-10442=2E_RM_should_make_sure_node_label_file_?= =?utf-8?q?highly_available=2E?= Message-ID: <160303529770.32230.2955850076542018219.asfpy@gitbox.apache.org> Date: Sun, 18 Oct 2020 15:34:57 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit In-Reply-To: References: 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