Re: Question on BytesWritable

2013-10-01 Thread John Meagher
https://issues.apache.org/jira/browse/HADOOP-6298 On Tue, Oct 1, 2013 at 12:39 AM, Chandra Mohan, Ananda Vel Murugan ananda.muru...@honeywell.com wrote: Hi, I am using Hadoop 1.0.2. I have written a map reduce job. I have a requirement to process the whole file without splitting. So I have

Question on BytesWritable

2013-09-30 Thread Chandra Mohan, Ananda Vel Murugan
Hi, I am using Hadoop 1.0.2. I have written a map reduce job. I have a requirement to process the whole file without splitting. So I have written a new input format to process the file as a whole by overriding the isSplittable() method. I have also created a new Record reader implementation to