Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.7.0
-
None
-
None
-
Reviewed
Description
HadoopArchives#HArchivesReducer#close uses hard-coded replication factor. It should use repl instead, which is parsed from command line parameters.
// try increasing the replication fs.setReplication(index, (short) 5); fs.setReplication(masterIndex, (short) 5); }
Attachments
Attachments
Issue Links
- relates to
-
HADOOP-11021 Configurable replication factor in the hadoop archive command
- Closed