| Package | Description |
|---|---|
| org.apache.hadoop.streaming.io |
| Modifier and Type | Class | Description |
|---|---|---|
class |
KeyOnlyTextOutputReader |
OutputReader that reads the client's output as text, interpreting each line
as a key and outputting NullWritables for values.
|
class |
RawBytesOutputReader |
OutputReader that reads the client's output as raw bytes.
|
class |
TextOutputReader |
OutputReader that reads the client's output as text.
|
class |
TypedBytesOutputReader |
OutputReader that reads the client's output as typed bytes.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Class<? extends OutputReader> |
IdentifierResolver.getOutputReaderClass() |
Returns the resolved
OutputReader class. |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
IdentifierResolver.setOutputReaderClass(java.lang.Class<? extends OutputReader> outputReaderClass) |
Sets the
OutputReader class. |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.