Zhe Zhang created HDFS-6968:
-------------------------------
Summary: 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
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)