Re: what change to be done in OutputCollector to print custom writable object

2009-04-02 Thread Rasit OZDAS
There is also a good alternative, We use ObjectInputFormat and ObjectRecordReader. With it you can easily do File - Object translations. I can send a code sample to your mail if you want.

what change to be done in OutputCollector to print custom writable object

2009-04-01 Thread Deepak Diwakar
Hi, I am learning how to make custom-writable working. So I have implemented a simple MyWriitable class. And I can play with the MyWritable object within the Map-Reduce. but suppose in Reduce Values are a type of MyWritable object and I put them into OutputCollector to get final output. Since

Re: what change to be done in OutputCollector to print custom writable object

2009-04-01 Thread Enis Soztutar
Deepak Diwakar wrote: Hi, I am learning how to make custom-writable working. So I have implemented a simple MyWriitable class. And I can play with the MyWritable object within the Map-Reduce. but suppose in Reduce Values are a type of MyWritable object and I put them into OutputCollector to