On Tue, Sep 2, 2008 at 3:53 AM, Juho Mäkinen <[EMAIL PROTECTED]> wrote:
> What's the current status of Thrift with Hadoop? Is there any
> documentation online or even some code in the SVN which I could look
> into?

I think you have two choices: 1) wrap your Thrift code in a class that
implements Writable, or 2) use Thrift to serialize your data to byte
arrays and store them as BytesWritable.
-Stuart

Reply via email to