Hadoop streaming does work with gzipped input
---------------------------------------------
Key: HADOOP-779
URL: http://issues.apache.org/jira/browse/HADOOP-779
Project: Hadoop
Issue Type: Bug
Components: contrib/streaming
Affects Versions: 0.9.0
Reporter: Hairong Kuang
Assigned To: Hairong Kuang
Fix For: 0.10.0
When input files are gzipped, StreamLineRecordReader does not take the corect
OutputStream to fetch the next record. Instead of using a GzipOutputStream, it
uses a FSOutputStream. So input files are read as uncompressed plain text.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira