Generated by
JDiff

Class org.apache.hadoop.mapred.lib.InputSampler.SplitSampler

Removed interface org.apache.hadoop.mapred.lib.InputSampler.Sampler.
Added interface org.apache.hadoop.mapred.lib.InputSampler.Sampler.

Changed Methods
Object[] getSample(InputFormat, JobConf) Change in return type from K[] to Object[].
Change in signature from (InputFormat, JobConf) to (InputFormat, JobConf).
From each split sampled take the first numSamples / numSplits records.