public class StreamingStepConfig extends StepConfig
| Constructor and Description |
|---|
StreamingStepConfig() |
| Modifier and Type | Method and Description |
|---|---|
StreamingStepConfig |
withActionOnFailure(String actionOnFailure)
Configure the action on failure for the streaming step.
|
StreamingStepConfig |
withAdditionalFile(String remote,
String local)
Configure the additional file for the step.
|
StreamingStepConfig |
withArguments(String arguments)
Configure the arguments for the step.
|
StreamingStepConfig |
withInput(String input)
Configure the input for the step.
|
StreamingStepConfig |
withMapper(String mapper)
Configure the mapper program for the step.
|
StreamingStepConfig |
withName(String name)
Configure the name for the step.
|
StreamingStepConfig |
withOutput(String output)
Configure the output for the step.
|
StreamingStepConfig |
withReducer(String reducer)
Configure the reducer program for the step.
|
addAdditionalFile, addProperty, getActionOnFailure, getAdditionalFiles, getName, getProperties, getType, setActionOnFailure, setAdditionalFiles, setName, setProperties, setTypepublic StreamingStepConfig withInput(String input)
input - The input path for the step.public StreamingStepConfig withMapper(String mapper)
mapper - The mapper program for the step.public StreamingStepConfig withOutput(String output)
output - The output path for the step.public StreamingStepConfig withArguments(String arguments)
arguments - The arguments for the step.public StreamingStepConfig withReducer(String reducer)
reducer - The reducer program for the step.public StreamingStepConfig withName(String name)
name - The name for the step.public StreamingStepConfig withActionOnFailure(String actionOnFailure)
actionOnFailure - The action on step's failure.public StreamingStepConfig withAdditionalFile(String remote, String local)
remote - The remote file of the additional file.local - The local file of the additional file.Copyright © 2018. All rights reserved.