[
https://issues.apache.org/jira/browse/HADOOP-11021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14116466#comment-14116466
]
Hudson commented on HADOOP-11021:
---------------------------------
FAILURE: Integrated in Hadoop-Mapreduce-trunk #1881 (See
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1881/])
HADOOP-11021. Configurable replication factor in the hadoop archive command.
Contributed by Zhe Zhang. (wang: rev ea1c6f31c2d2ea5b38ed57e2aa241d122103a721)
*
hadoop-tools/hadoop-archives/src/main/java/org/apache/hadoop/tools/HadoopArchives.java
*
hadoop-tools/hadoop-archives/src/test/java/org/apache/hadoop/tools/TestHadoopArchives.java
*
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/site/markdown/HadoopArchives.md.vm
Add CHANGES.txt for HADOOP-11021. (wang: rev
93010faf10fd6894704c033cbd730f05f8c5ffe7)
* hadoop-common-project/hadoop-common/CHANGES.txt
> Configurable replication factor 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
> Fix For: 2.6.0
>
> Attachments: HADOOP-11021.path, HDFS-6968-2.patch, 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)