Author: tomwhite
Date: Fri May 1 13:23:07 2009
New Revision: 770667
URL: http://svn.apache.org/viewvc?rev=770667&view=rev
Log:
HADOOP-5592. Fix typo in Streaming doc in reference to GzipCodec. Contributed
via Corinne Chandel.
Modified:
hadoop/core/trunk/CHANGES.txt
hadoop/core/trunk/src/docs/src/documentation/content/xdocs/streaming.xml
Modified: hadoop/core/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/core/trunk/CHANGES.txt?rev=770667&r1=770666&r2=770667&view=diff
==============================================================================
--- hadoop/core/trunk/CHANGES.txt (original)
+++ hadoop/core/trunk/CHANGES.txt Fri May 1 13:23:07 2009
@@ -471,6 +471,9 @@
HADOOP-5611. Fix C++ libraries to build on Debian Lenny. (Todd Lipcon
via tomwhite)
+ HADOOP-5592. Fix typo in Streaming doc in reference to GzipCodec.
+ (Corinne Chandel via tomwhite)
+
Release 0.20.1 - Unreleased
INCOMPATIBLE CHANGES
Modified:
hadoop/core/trunk/src/docs/src/documentation/content/xdocs/streaming.xml
URL:
http://svn.apache.org/viewvc/hadoop/core/trunk/src/docs/src/documentation/content/xdocs/streaming.xml?rev=770667&r1=770666&r2=770667&view=diff
==============================================================================
--- hadoop/core/trunk/src/docs/src/documentation/content/xdocs/streaming.xml
(original)
+++ hadoop/core/trunk/src/docs/src/documentation/content/xdocs/streaming.xml
Fri May 1 13:23:07 2009
@@ -623,7 +623,7 @@
<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>