On Mar 13, 2009, at 3:56 PM, Richa Khandelwal wrote:

You can initialize IntWritable with an empty constructor.
IntWritable i=new IntWritable();

NullWritable is better for that application than IntWritable. It doesn't consume any space when serialized. *smile*

-- Owen

Reply via email to