PigStepConfig |
PigStepConfig.withActionOnFailure(String actionOnFailure) |
Configure the action on failure for the pig step.
|
PigStepConfig |
PigStepConfig.withAdditionalFile(String remote,
String local) |
Configure the additional file for the step.
|
PigStepConfig |
PigStepConfig.withArguments(String arguments) |
Configure the arguments of the pig step.
|
PigStepConfig |
PigStepConfig.withInput(String input) |
Configure the input path of the pig step.
|
PigStepConfig |
PigStepConfig.withName(String name) |
Configure the name of the pig step.
|
PigStepConfig |
PigStepConfig.withOutput(String output) |
Configure the output path of the pig step.
|
PigStepConfig |
PigStepConfig.withScript(String script) |
Configure the script path of the pig step.
|