|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InputSampler.Sampler | |
---|---|
com.ebay.erl.mobius.core.mapred | Provides Mobius-specific Hadoop classes. |
org.apache.hadoop.mapred.lib | Contains the Mobius-specific DelegatingInputFormat. |
Uses of InputSampler.Sampler in com.ebay.erl.mobius.core.mapred |
---|
Classes in com.ebay.erl.mobius.core.mapred that implement InputSampler.Sampler | |
---|---|
class |
MobiusInputSampler
Performing sampling for total sort job. |
Uses of InputSampler.Sampler in org.apache.hadoop.mapred.lib |
---|
Classes in org.apache.hadoop.mapred.lib that implement InputSampler.Sampler | |
---|---|
static class |
InputSampler.IntervalSampler<K,V>
Sample from s splits at regular intervals. |
static class |
InputSampler.RandomSampler<K,V>
Sample from random points in the input. |
static class |
InputSampler.SplitSampler<K,V>
Samples the first n records from s splits. |
Methods in org.apache.hadoop.mapred.lib with parameters of type InputSampler.Sampler | ||
---|---|---|
static
|
InputSampler.writePartitionFile(org.apache.hadoop.mapred.JobConf job,
InputSampler.Sampler<K,V> sampler)
Write a partition file for the given job, using the Sampler provided. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |