Uses of Class
com.amazonaws.services.elasticmapreduce.util.StreamingStep
-
Packages that use StreamingStep Package Description com.amazonaws.services.elasticmapreduce.util -
-
Uses of StreamingStep in com.amazonaws.services.elasticmapreduce.util
Methods in com.amazonaws.services.elasticmapreduce.util that return StreamingStep Modifier and Type Method 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 mapperStreamingStep
StreamingStep. withOutput(String output)
Set the output path for this step.StreamingStep
StreamingStep. withReducer(String reducer)
Set the reducer
-