@InterfaceAudience.Private @InterfaceStability.Unstable public class Streaming extends Object
MapReduceAction.
Instances of this class should be built using the builder StreamingBuilder.
The properties of the builder can only be set once, an attempt to set them a second time will trigger
an IllegalStateException.
Builder instances can be used to build several elements, although properties already set cannot be changed after
a call to StreamingBuilder.build() either.| Modifier and Type | Method and Description |
|---|---|
List<String> |
getEnvs()
Returns the environment variables of this
Streaming object as a list. |
String |
getMapper()
Returns the mapper of this
Streaming object. |
String |
getRecordReader()
Returns the record reader of this
Streaming object. |
List<String> |
getRecordReaderMappings()
Returns the record reader mappings of this
Streaming object as a list. |
String |
getReducer()
Returns the reducer of this
Streaming object. |
public String getMapper()
Streaming object.Streaming object.public String getReducer()
Streaming object.Streaming object.public String getRecordReader()
Streaming object.Streaming object.public List<String> getRecordReaderMappings()
Streaming object as a list.Streaming object as a list.Copyright © 2021 Apache Software Foundation. All rights reserved.