Partition size of Hadoop Archives should be configurable
--------------------------------------------------------
Key: MAPREDUCE-1509
URL: https://issues.apache.org/jira/browse/MAPREDUCE-1509
Project: Hadoop Map/Reduce
Issue Type: Improvement
Components: harchive
Reporter: Rodrigo Schmidt
Assignee: Rodrigo Schmidt
The size of partitions on Hadoop Archives is fixed to 2G:
static final long partSize = 2 * 1024 * 1024 * 1024l;
We should make it a configurable parameter so that users can define it at the
command line
$ hadoop archive -partsize 4 ....
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.