See: Description
| Class | Description |
|---|---|
| HadoopInputFormatIO |
A
HadoopInputFormatIO is a Transform for reading data from any source which implements
Hadoop InputFormat. |
| HadoopInputFormatIO.HadoopInputFormatBoundedSource<K,V> |
Bounded source implementation for
HadoopInputFormatIO. |
| HadoopInputFormatIO.Read<K,V> |
A
PTransform that reads from any data source which implements Hadoop InputFormat. |
| HadoopInputFormatIO.SerializableSplit |
A wrapper to allow Hadoop
InputSplit to be serialized using
Java's standard serialization mechanisms. |
HadoopInputFormatIO