Create a new DataInputStream from the split and context.
Create a new DataInputStream from the split and context. The user of this method is responsible for closing the stream after usage.
Read the file as a byte array
Closing the PortableDataStream is not needed anymore.
Closing the PortableDataStream is not needed anymore. The user either can use the PortableDataStream to get a DataInputStream (which the user needs to close after usage), or a byte array.
(Since version 1.6.0) Closing the PortableDataStream is not needed anymore.
A class that allows DataStreams to be serialized and moved around by not creating them until they need to be read
CombineFileSplit is not serializable resulting in the splitBytes construct
,TaskAttemptContext is not serializable resulting in the confBytes construct