Read SequenceFile from C++?

2008-02-06 Thread Ted Dziuba
Does anyone have experience reading a SequenceFile from C++?  I don't 
need to write, just read.  I have looked at the RecordIO C++ libraries, 
but can't connect this to a Hadoop InputFormat.  I'm using Hadoop 0.14.


Any suggestions would be appreciated.

Ted


Re: Read SequenceFile from C++?

2008-02-06 Thread Owen O'Malley


On Feb 6, 2008, at 2:52 PM, Ted Dziuba wrote:

Does anyone have experience reading a SequenceFile from C++?  I  
don't need to write, just read.  I have looked at the RecordIO C++  
libraries, but can't connect this to a Hadoop InputFormat.  I'm  
using Hadoop 0.14.


I don't think anyone has done it yet. If they have, it would be great  
to contribute it. If you don't want to support compression, it would  
be pretty easy. Block compression would be lots more work...


-- Owen