[
https://issues.apache.org/jira/browse/HADOOP-7786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141331#comment-13141331
]
Hudson commented on HADOOP-7786:
--------------------------------
Integrated in Hadoop-Hdfs-trunk-Commit #1301 (See
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/1301/])
HADOOP-7786. Remove HDFS-specific config keys defined in FsConfig.
Contributed by Eli Collins
eli : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1196129
Files :
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
*
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/docs/src/documentation/content/xdocs/cluster_setup.xml
*
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileContext.java
*
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/TestFsShellReturnCode.java
> Remove HDFS-specific configuration keys defined in FsConfig
> -----------------------------------------------------------
>
> Key: HADOOP-7786
> URL: https://issues.apache.org/jira/browse/HADOOP-7786
> Project: Hadoop Common
> Issue Type: Improvement
> Affects Versions: 0.21.1
> Reporter: Eli Collins
> Assignee: Eli Collins
> Attachments: HDFS-1900.txt, hadoop-7786-1.patch, hadoop-7786-2.patch
>
>
> HADOOP-4952 added a couple HDFS-specific configuration values to common (the
> block size and the replication factor) that conflict with the HDFS values (eg
> have the wrong defaults, wrong key name), are not used by common or hdfs and
> should be removed. After removing these I noticed the rest of FsConfig is
> only used once outside a test, and isn't tagged as a public API, I think we
> can remove it entirely.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira