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 StreamingStepStreamingStep. withHadoopConfig(String key, String value)Add a Hadoop config override (-D value).StreamingStepStreamingStep. withInputs(String... inputs)Add more input paths to this step.StreamingStepStreamingStep. withMapper(String mapper)Set the mapperStreamingStepStreamingStep. withOutput(String output)Set the output path for this step.StreamingStepStreamingStep. withReducer(String reducer)Set the reducer
-