Uses of Class
org.apache.hadoop.streaming.PipeMapRed

Packages that use PipeMapRed
org.apache.hadoop.streaming Hadoop Streaming is a utility which allows users to create and run Map-Reduce jobs with any executables (e.g. 
org.apache.hadoop.streaming.io   
 

Uses of PipeMapRed in org.apache.hadoop.streaming
 

Subclasses of PipeMapRed in org.apache.hadoop.streaming
 class PipeMapper
          A generic Mapper bridge.
 class PipeReducer
          A generic Reducer bridge.
 

Uses of PipeMapRed in org.apache.hadoop.streaming.io
 

Methods in org.apache.hadoop.streaming.io with parameters of type PipeMapRed
 void TextOutputReader.initialize(PipeMapRed pipeMapRed)
           
 void RawBytesOutputReader.initialize(PipeMapRed pipeMapRed)
           
 void RawBytesInputWriter.initialize(PipeMapRed pipeMapRed)
           
 void OutputReader.initialize(PipeMapRed pipeMapRed)
          Initializes the OutputReader.
 void TypedBytesOutputReader.initialize(PipeMapRed pipeMapRed)
           
 void TextInputWriter.initialize(PipeMapRed pipeMapRed)
           
 void InputWriter.initialize(PipeMapRed pipeMapRed)
          Initializes the InputWriter.
 void TypedBytesInputWriter.initialize(PipeMapRed pipeMapRed)
           
 



Copyright © 2008 The Apache Software Foundation