Generated by
JDiff

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

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).
Randomize the split order then take the specified number of keys from each split sampled where each key is selected with the specified probability and possibly replaced by a subsequently selected key when the quota of keys from that split is satisfied.