You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Corinne Chandel (JIRA)" <ji...@apache.org> on 2009/03/30 21:53:50 UTC

[jira] Updated: (HADOOP-5592) Hadoop Streaming - GzipCodec

     [ https://issues.apache.org/jira/browse/HADOOP-5592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Corinne Chandel updated HADOOP-5592:
------------------------------------

    Attachment: streamingdoc.patch

Patch for streaming doc

Replaces this:
mapred.output.compression.codec=org.apache.hadoop.io.compress.GzipCode

With this:
mapred.output.compression.codec=org.apache.hadoop.io.compress.GzipCodec


Note: No new test code; changes to documentation only.

> Hadoop Streaming - GzipCodec
> ----------------------------
>
>                 Key: HADOOP-5592
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5592
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: documentation
>            Reporter: Corinne Chandel
>            Priority: Minor
>         Attachments: streamingdoc.patch
>
>
> Hadoop Streaming - How do I generate output files with gzip format
> This:
> mapred.output.compression.codec=org.apache.hadoop.io.compress.GzipCode
> Should be this:
> mapred.output.compression.codec=org.apache.hadoop.io.compress.GzipCodec

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