| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
PipeCombiner |
class |
PipeMapper
A generic Mapper bridge.
|
class |
PipeReducer
A generic Reducer bridge.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TypedBytesOutputReader.initialize(PipeMapRed pipeMapRed) |
void |
TypedBytesInputWriter.initialize(PipeMapRed pipeMapRed) |
void |
TextInputWriter.initialize(PipeMapRed pipeMapRed) |
void |
InputWriter.initialize(PipeMapRed pipeMapRed)
Initializes the InputWriter.
|
void |
RawBytesOutputReader.initialize(PipeMapRed pipeMapRed) |
void |
OutputReader.initialize(PipeMapRed pipeMapRed)
Initializes the OutputReader.
|
void |
KeyOnlyTextOutputReader.initialize(PipeMapRed pipeMapRed) |
void |
RawBytesInputWriter.initialize(PipeMapRed pipeMapRed) |
void |
TextOutputReader.initialize(PipeMapRed pipeMapRed) |
Copyright © 2015 Apache Software Foundation. All Rights Reserved.