Package org.apache.hadoop.streaming.io
package org.apache.hadoop.streaming.io
-
ClassesClassDescriptionorg.apache.hadoop.streaming.io.IdentifierResolverThis class is used to resolve a string identifier into the required IO classes.org.apache.hadoop.streaming.io.InputWriter<K,
V> Abstract base for classes that write the client's input.org.apache.hadoop.streaming.io.KeyOnlyTextInputWriterorg.apache.hadoop.streaming.io.KeyOnlyTextOutputReaderOutputReader that reads the client's output as text, interpreting each line as a key and outputting NullWritables for values.org.apache.hadoop.streaming.io.OutputReader<K,V> Abstract base for classes that read the client's output.org.apache.hadoop.streaming.io.RawBytesInputWriterInputWriter that writes the client's input as raw bytes.org.apache.hadoop.streaming.io.RawBytesOutputReaderOutputReader that reads the client's output as raw bytes.org.apache.hadoop.streaming.io.TextInputWriterInputWriter that writes the client's input as text.org.apache.hadoop.streaming.io.TextOutputReaderOutputReader that reads the client's output as text.org.apache.hadoop.streaming.io.TypedBytesInputWriterInputWriter that writes the client's input as typed bytes.org.apache.hadoop.streaming.io.TypedBytesOutputReaderOutputReader that reads the client's output as typed bytes.