[ http://issues.apache.org/jira/browse/HADOOP-779?page=comments#action_12455467 ] Hadoop QA commented on HADOOP-779: ----------------------------------
+1, http://issues.apache.org/jira/secure/attachment/12346382/GzipIn.patch applied and successfully tested against trunk revision 482415 > Hadoop streaming does not 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 > > Attachments: GzipIn.patch > > > 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
