[ 
http://issues.apache.org/jira/browse/HADOOP-175?page=comments#action_12377089 ] 

Andrzej Bialecki  commented on HADOOP-175:
------------------------------------------

Actually, I may have misled you by the poor choice of class names ... come to 
think of that, the subject is not too clear either. These two utilities started 
as readers of SequenceFile and MapFile, but now they read 
SequenceFileOutputFormat and MapFileOutputFormat ... so if anything I think 
their place is in the main methods of these classes.

I could add similar main() methods to SequenceFile.Reader and MapFile.Reader 
while I'm here ...

> Utilities for reading SequenceFile and MapFile
> ----------------------------------------------
>
>          Key: HADOOP-175
>          URL: http://issues.apache.org/jira/browse/HADOOP-175
>      Project: Hadoop
>         Type: Improvement

>   Components: io
>     Reporter: Andrzej Bialecki 
>     Priority: Minor
>  Attachments: patch.txt
>
> Most data in Hadoop is stored in SequenceFile-s and MapFile-s. Sometimes 
> there is a need to examine such files, but no specialized utilities exist ro 
> read them.
> These two classes provide a functionality to examine individual records in 
> such files, and also to dump the content of such files to a plain text output.

-- 
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

Reply via email to