Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6307719E8A for ; Mon, 4 Apr 2016 04:53:26 +0000 (UTC) Received: (qmail 76711 invoked by uid 500); 4 Apr 2016 04:53:26 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 76639 invoked by uid 500); 4 Apr 2016 04:53:25 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 76614 invoked by uid 99); 4 Apr 2016 04:53:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Apr 2016 04:53:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 868DF2C1F62 for ; Mon, 4 Apr 2016 04:53:25 +0000 (UTC) Date: Mon, 4 Apr 2016 04:53:25 +0000 (UTC) From: "Akira AJISAKA (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-8356) Document missing properties in hdfs-default.xml MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HDFS-8356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15223658#comment-15223658 ] Akira AJISAKA commented on HDFS-8356: ------------------------------------- Thanks [~rchiang] for the update! Additional comments: {code} // Fully deprecated properties? configurationPropsToSkipCompare .add("dfs.client.file-block-storage-locations.num-threads"); configurationPropsToSkipCompare .add("dfs.client.file-block-storage-locations.timeout.millis"); (snip) configurationPropsToSkipCompare .add("dfs.namenode.replication.max-streams-hard-limit"); {code} 1. These properties are not deprecated. They should be documented, or commented as {{TODO: document these properties}}. {code} configurationPropsToSkipCompare .add("dfs.namenode.hosts"); configurationPropsToSkipCompare .add("dfs.namenode.hosts.exclude"); {code} 2. These properties can be removed. > Document missing properties in hdfs-default.xml > ----------------------------------------------- > > Key: HDFS-8356 > URL: https://issues.apache.org/jira/browse/HDFS-8356 > Project: Hadoop HDFS > Issue Type: Bug > Components: documentation > Affects Versions: 2.7.0 > Reporter: Ray Chiang > Assignee: Ray Chiang > Labels: supportability, test > Attachments: HDFS-8356.001.patch, HDFS-8356.002.patch, HDFS-8356.003.patch, HDFS-8356.004.patch, HDFS-8356.005.patch, HDFS-8356.006.patch, HDFS-8356.007.patch, HDFS-8356.008.patch, HDFS-8356.009.patch, HDFS-8356.010.patch, HDFS-8356.011.patch, HDFS-8356.012.patch, HDFS-8356.013.patch > > > The following properties are currently not defined in hdfs-default.xml. These properties should either be > A) documented in hdfs-default.xml OR > B) listed as an exception (with comments, e.g. for internal use) in the TestHdfsConfigFields unit test -- This message was sent by Atlassian JIRA (v6.3.4#6332)