Re: potential bug in InputSampler, hadoop 0.21.0

2010-11-23 Thread Eli Collins
File a jira? On Thursday, November 18, 2010, exception wrote: > > > > > > > > > > > > > > > > Hi all, > > > > I probably find a bug in InputSamper, under hadoop > 0.21.0. > > In the file InputSampler.java under package > org.apache.hadoop.mapreduce.lib.partition, > inside function getSample, a

potential bug in InputSampler, hadoop 0.21.0

2010-11-18 Thread exception
Hi all, I probably find a bug in InputSamper, under hadoop 0.21.0. In the file InputSampler.java under package org.apache.hadoop.mapreduce.lib.partition, inside function getSample, a record reader is created but not initialized. So when trying to use the record reader, an exception will be thro