public static class DistSum.MapSide.PartitionInputFormat extends DistSum.Machine.AbstractInputFormat
| Constructor and Description |
|---|
DistSum.MapSide.PartitionInputFormat() |
| Modifier and Type | Method and Description |
|---|---|
List<InputSplit> |
getSplits(JobContext context)
Partitions the summation into parts and then return them as splits
|
createRecordReaderpublic DistSum.MapSide.PartitionInputFormat()
public List<InputSplit> getSplits(JobContext context)
getSplits in class InputFormat<NullWritable,SummationWritable>context - job configuration.InputSplits for the job.Copyright © 2013 Apache Software Foundation. All rights reserved.