[
https://issues.apache.org/jira/browse/HADOOP-11021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Wang moved HDFS-6968 to HADOOP-11021:
--------------------------------------------
Target Version/s: 2.6.0 (was: 2.6.0)
Affects Version/s: (was: 2.6.0)
2.6.0
Issue Type: Improvement (was: New Feature)
Key: HADOOP-11021 (was: HDFS-6968)
Project: Hadoop Common (was: Hadoop HDFS)
> Configurable replication degree in the hadoop archive command
> -------------------------------------------------------------
>
> Key: HADOOP-11021
> URL: https://issues.apache.org/jira/browse/HADOOP-11021
> Project: Hadoop Common
> Issue Type: Improvement
> Affects Versions: 2.6.0
> Reporter: Zhe Zhang
> Assignee: Zhe Zhang
> Priority: Minor
> Attachments: HDFS-6968.patch
>
>
> Due to be below hard-coded replication degree in {{HadoopArchives}}, the
> {{archive}} command will fail if HDFS maximum replication has already been
> configured to a number lower than 10.
> {code:java}
> //increase the replication of src files
> jobfs.setReplication(srcFiles, (short) 10);
> {code}
> This Jira will make the {{archive}} command configurable with desired
> replication degree.
--
This message was sent by Atlassian JIRA
(v6.2#6252)