You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by om...@apache.org on 2011/03/04 05:03:35 UTC

svn commit: r1077324 - /hadoop/common/branches/branch-0.20-security-patches/src/docs/src/documentation/content/xdocs/streaming.xml

Author: omalley
Date: Fri Mar  4 04:03:35 2011
New Revision: 1077324

URL: http://svn.apache.org/viewvc?rev=1077324&view=rev
Log:
commit 9500a8d649c4845bca6cba05dede389fd1a9c9d7
Author: Hemanth Yamijala <yh...@yahoo-inc.com>
Date:   Wed Mar 17 11:57:13 2010 +0530

    HADOOP:5592 from https://issues.apache.org/jira/secure/attachment/12436671/patch-5592-ydist.txt
    
    +++ b/YAHOO-CHANGES.txt
    +    HADOOP-5592. Fix typo in Streaming doc in reference to GzipCodec.
    +    (Corinne Chandel via tomwhite)
    +

Modified:
    hadoop/common/branches/branch-0.20-security-patches/src/docs/src/documentation/content/xdocs/streaming.xml

Modified: hadoop/common/branches/branch-0.20-security-patches/src/docs/src/documentation/content/xdocs/streaming.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20-security-patches/src/docs/src/documentation/content/xdocs/streaming.xml?rev=1077324&r1=1077323&r2=1077324&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.20-security-patches/src/docs/src/documentation/content/xdocs/streaming.xml (original)
+++ hadoop/common/branches/branch-0.20-security-patches/src/docs/src/documentation/content/xdocs/streaming.xml Fri Mar  4 04:03:35 2011
@@ -728,7 +728,7 @@ You can specify multiple input directori
 <section>
 <title>How do I generate output files with gzip format? </title>
 <p>
-Instead of plain text files, you can generate gzip files as your generated output. Pass '-D mapred.output.compress=true -D  mapred.output.compression.codec=org.apache.hadoop.io.compress.GzipCode' as option to your streaming job.
+Instead of plain text files, you can generate gzip files as your generated output. Pass '-D mapred.output.compress=true -D  mapred.output.compression.codec=org.apache.hadoop.io.compress.GzipCodec' as option to your streaming job.
 </p>
 </section>