| 程序包 | 说明 |
|---|---|
| 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 |
| 限定符和类型 | 类和说明 |
|---|---|
class |
PipeCombiner |
class |
PipeMapper
A generic Mapper bridge.
|
class |
PipeReducer
A generic Reducer bridge.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TypedBytesOutputReader.initialize(PipeMapRed pipeMapRed) |
void |
TypedBytesInputWriter.initialize(PipeMapRed pipeMapRed) |
void |
TextOutputReader.initialize(PipeMapRed pipeMapRed) |
void |
TextInputWriter.initialize(PipeMapRed pipeMapRed) |
void |
RawBytesOutputReader.initialize(PipeMapRed pipeMapRed) |
void |
RawBytesInputWriter.initialize(PipeMapRed pipeMapRed) |
void |
OutputReader.initialize(PipeMapRed pipeMapRed)
Initializes the OutputReader.
|
void |
InputWriter.initialize(PipeMapRed pipeMapRed)
Initializes the InputWriter.
|
Copyright © 2009 The Apache Software Foundation