Package org.apache.hadoop.streaming.io


package org.apache.hadoop.streaming.io
  • Classes
    Class
    Description
    org.apache.hadoop.streaming.io.IdentifierResolver
    This 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.KeyOnlyTextInputWriter
     
    org.apache.hadoop.streaming.io.KeyOnlyTextOutputReader
    OutputReader 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.RawBytesInputWriter
    InputWriter that writes the client's input as raw bytes.
    org.apache.hadoop.streaming.io.RawBytesOutputReader
    OutputReader that reads the client's output as raw bytes.
    org.apache.hadoop.streaming.io.TextInputWriter
    InputWriter that writes the client's input as text.
    org.apache.hadoop.streaming.io.TextOutputReader
    OutputReader that reads the client's output as text.
    org.apache.hadoop.streaming.io.TypedBytesInputWriter
    InputWriter that writes the client's input as typed bytes.
    org.apache.hadoop.streaming.io.TypedBytesOutputReader
    OutputReader that reads the client's output as typed bytes.