Description
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.
//increase the replication of src files jobfs.setReplication(srcFiles, (short) 10);
This Jira will make the archive command configurable with desired replication degree.
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-12017 Hadoop archives command should use configurable replication factor when closing
- Resolved