K
- V
- public final class InputFormatDataSet<K extends org.apache.hadoop.io.WritableComparable<K>,V extends org.apache.hadoop.io.Writable> extends Object implements DataSet<K,V>
DataSet
that reads records using a RecordReader
encoded inside an InputSplit.
The input split is injected through an external constructor by deserializing the input split assigned to this evaluator.
Constructor and Description |
---|
InputFormatDataSet(org.apache.hadoop.mapred.InputSplit split,
org.apache.hadoop.mapred.JobConf jobConf) |
Modifier and Type | Method and Description |
---|---|
Iterator<Pair<K,V>> |
iterator() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
@Inject public InputFormatDataSet(org.apache.hadoop.mapred.InputSplit split, org.apache.hadoop.mapred.JobConf jobConf)
Copyright © 2016 The Apache Software Foundation. All rights reserved.