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 "Dick King (JIRA)" <ji...@apache.org> on 2009/09/25 23:59:16 UTC

[jira] Created: (MAPREDUCE-1042) rumen should be able to output compressed trace files

rumen should be able to output compressed trace files
-----------------------------------------------------

                 Key: MAPREDUCE-1042
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1042
             Project: Hadoop Map/Reduce
          Issue Type: Improvement
            Reporter: Dick King
            Assignee: Dick King


rumen is used primarily to create job trace files which are then processed by other tools.

These trace files can exceed 100 gigabytes.  However, gzip compression normally achieves 15:1 compression on these traces.

I would like to modify rumen so it can output compressed files directly, rather than outputting unwieldy uncompressed files and letting me compress it later.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (MAPREDUCE-1042) rumen should be able to output compressed trace files

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

Dick King resolved MAPREDUCE-1042.
----------------------------------

    Fix Version/s: 0.22.0
       Resolution: Fixed

> rumen should be able to output compressed trace files
> -----------------------------------------------------
>
>                 Key: MAPREDUCE-1042
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1042
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: tools/rumen
>            Reporter: Dick King
>            Assignee: Dick King
>             Fix For: 0.22.0
>
>
> rumen is used primarily to create job trace files which are then processed by other tools.
> These trace files can exceed 100 gigabytes.  However, gzip compression normally achieves 15:1 compression on these traces.
> I would like to modify rumen so it can output compressed files directly, rather than outputting unwieldy uncompressed files and letting me compress it later.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.