[
https://issues.apache.org/jira/browse/HADOOP-1214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12488581
]
Runping Qi commented on HADOOP-1214:
------------------------------------
I think SequenceFileAsTextInputFormat is a better name for
SequenceFileToLineInputFormat .
SequenceFileAsTextInputFormat is in parallel with TextInputFormat and
SequenceFileInputFormat.
In this spirit, I tink SequenceFileLineRecordReader is a good name, consider
we have
LineRecordReader for TextInputFormat abd SequenceFileRecordReader for
SequenceFileFormat.
Doug, how does that sound to you?
> 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.