You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Rodrigo Schmidt (JIRA)" <ji...@apache.org> on 2010/02/19 03:43:27 UTC

[jira] Created: (MAPREDUCE-1509) Partition size of Hadoop Archives should be configurable

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.


[jira] Resolved: (MAPREDUCE-1509) Partition size of Hadoop Archives should be configurable

Posted by "Mahadev konar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mahadev konar resolved MAPREDUCE-1509.
--------------------------------------

    Resolution: Duplicate

resolving this as duplicate of MAPREDUCE-1428.

> 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.