Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
Description
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 ....
Attachments
Issue Links
- duplicates
-
MAPREDUCE-1428 Make block size and the size of archive created files configurable.
-
- Closed
-