| Package | Description | 
|---|---|
| com.amazonaws.services.elasticmapreduce.util | 
| Modifier and Type | Method and Description | 
|---|---|
StreamingStep | 
StreamingStep.withHadoopConfig(String key,
                String value)
Add a Hadoop config override (-D value). 
 | 
StreamingStep | 
StreamingStep.withInputs(String... inputs)
Add more input paths to this step. 
 | 
StreamingStep | 
StreamingStep.withMapper(String mapper)
Set the mapper 
 | 
StreamingStep | 
StreamingStep.withOutput(String output)
Set the output path for this step. 
 | 
StreamingStep | 
StreamingStep.withReducer(String reducer)
Set the reducer 
 | 
Copyright © 2019. All rights reserved.