- All Implemented Interfaces:
- Serializable, org.apache.spark.api.java.function.Function<scala.Tuple2<org.apache.hadoop.io.Text,BytesPairWritable>,scala.Tuple2<Collection<Collection<Writable>>,Collection<Collection<Writable>>>>
public class PairSequenceRecordReaderBytesFunction
extends Object
implements org.apache.spark.api.java.function.Function<scala.Tuple2<org.apache.hadoop.io.Text,BytesPairWritable>,scala.Tuple2<Collection<Collection<Writable>>,Collection<Collection<Writable>>>>
SequenceRecordReaderBytesFunction: Converts two sets of binary data (in the form of a BytesPairWritable) to Canova format data
(Tuple2<Collection<Collection<<Writable>>,Collection<Collection<Writable>>) using two SequenceRecordReaders.
Used for example when network input and output data comes from different files
- Author:
- Alex Black
- See Also:
- Serialized Form