[
https://issues.apache.org/jira/browse/HDFS-6968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zhe Zhang updated HDFS-6968:
----------------------------
Attachment: HDFS-6968.patch
> Configurable replication degree in the hadoop archive command
> -------------------------------------------------------------
>
> Key: HDFS-6968
> URL: https://issues.apache.org/jira/browse/HDFS-6968
> Project: Hadoop HDFS
> Issue Type: New Feature
> 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)