[
https://issues.apache.org/jira/browse/HADOOP-1214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12488711
]
Doug Cutting commented on HADOOP-1214:
--------------------------------------
> SequenceFileAsTextInputFormat
+1
> SequenceFileLineRecordReader
+0 I'd prefer this not mention "line" since this class does not in fact use a
line anywhere. It does produce output that's compatible with LineRecordReader,
so there is an analogy. My preference would be to name this something like
SequenceFileAsTextRecordReader and document the parallel with LineRecordReader
in the javadoc.
> the first step for streaming clean up
> -------------------------------------
>
> Key: HADOOP-1214
> URL: https://issues.apache.org/jira/browse/HADOOP-1214
> Project: Hadoop
> Issue Type: Improvement
> Components: contrib/streaming
> Reporter: Runping Qi
> Assigned To: Runping Qi
> Attachments: patch-1214.txt
>
>
> This is the first step for streaming clean up.
> This step will mainly replace various streaming classes related
> inputformat/output format, record readers, etc. with hadoop's counterparts.
> This step will maintain backward compatibility
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.