[ https://issues.apache.org/jira/browse/HADOOP-12017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14619718#comment-14619718 ]
Bibin A Chundatt commented on HADOOP-12017: ------------------------------------------- [~szetszwo] because the value of 5 is hardcoded for master and index and we don’t have an option to change that. So can we use *dfs.replication* to set the replication factor for Master and index files since we are running a job?? And also if *"-r"* argument is not given *why for source file the replication factor is 10* ? Could you please provide what all values we can give for replication and finalize on the same. # src_file=? dfs.replication or -r argument value # master and index=? dfs.replication or -r argument value > 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 > Attachments: 0002-HADOOP-12017.patch, 0003-HADOOP-12017.patch, > 0003-HADOOP-12017.patch, 0004-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)