[
https://issues.apache.org/jira/browse/HADOOP-12017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vinayakumar B updated HADOOP-12017:
-----------------------------------
Resolution: Fixed
Hadoop Flags: Reviewed
Fix Version/s: 2.8.0
Status: Resolved (was: Patch Available)
Committed to trunk and branch-2.
Thanks [~zhz] for reporting the issue.
Thanks [~bibinchundatt] for the contribution
Thanks [~szetszwo] for reviews.
> Hadoop archives command should use configurable replication factor when
> closing
> -------------------------------------------------------------------------------
>
> Key: HADOOP-12017
> URL: https://issues.apache.org/jira/browse/HADOOP-12017
> Project: Hadoop Common
> Issue Type: Bug
> Affects Versions: 2.7.0
> Reporter: Zhe Zhang
> Assignee: Bibin A Chundatt
> Fix For: 2.8.0
>
> Attachments: 0002-HADOOP-12017.patch, 0003-HADOOP-12017.patch,
> 0003-HADOOP-12017.patch, 0004-HADOOP-12017.patch, 0005-HADOOP-12017.patch,
> 0006-HADOOP-12017.patch, 0007-HADOOP-12017.patch, 0008-HADOOP-12017.patch,
> 0009-HADOOP-12017.patch, 0010-HADOOP-12017.patch, 0011-HADOOP-12017.patch,
> 0012-HADOOP-12017.patch
>
>
> {{HadoopArchives#HArchivesReducer#close}} uses hard-coded replication factor.
> It should use {{repl}} instead, which is parsed from command line parameters.
> {code}
> // try increasing the replication
> fs.setReplication(index, (short) 5);
> fs.setReplication(masterIndex, (short) 5);
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)