- All Implemented Interfaces:
- Serializable, org.apache.spark.api.java.function.Function<scala.Tuple2<org.apache.hadoop.io.Text,org.apache.hadoop.io.BytesWritable>,List<Writable>>
public class RecordReaderBytesFunction
extends Object
implements org.apache.spark.api.java.function.Function<scala.Tuple2<org.apache.hadoop.io.Text,org.apache.hadoop.io.BytesWritable>,List<Writable>>
RecordReaderBytesFunction: Converts binary data (in the form of a BytesWritable) to DataVec format data
(Collection<Writable>
) using a RecordReader
- Author:
- Alex Black
- See Also:
- Serialized Form