Ray Chiang created HADOOP-12737:
-----------------------------------
Summary: Fix mismatch in default value for ftp.replication property
Key: HADOOP-12737
URL: https://issues.apache.org/jira/browse/HADOOP-12737
Project: Hadoop Common
Issue Type: Bug
Affects Versions: 2.7.1
Reporter: Ray Chiang
Assignee: Ray Chiang
Priority: Minor
This property exists in core-default.xml:
{quote}
<property>
<name>ftp.replication</name>
<value>3</value>
<description>Replication factor</description>
</property>
{quote}
The corresponding key/value in FtpConfigKeys is:
{quote}
public static final String REPLICATION_KEY = "ftp.replication";
public static final short REPLICATION_DEFAULT = 1;
{quote}
I'm not sure if this is still in use, but the defaults definitely don't match.
Any comments for what the proper value should be?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)