public class PigStepConfig extends StepConfig
| Constructor and Description |
|---|
PigStepConfig() |
| Modifier and Type | Method and Description |
|---|---|
PigStepConfig |
withActionOnFailure(String actionOnFailure)
Configure the action on failure for the pig step.
|
PigStepConfig |
withArguments(String arguments)
Configure the arguments of the pig step.
|
PigStepConfig |
withInput(String input)
Configure the input path of the pig step.
|
PigStepConfig |
withName(String name)
Configure the name of the pig step.
|
PigStepConfig |
withOutput(String output)
Configure the output path of the pig step.
|
PigStepConfig |
withScript(String script)
Configure the script path of the pig step.
|
addProperty, getActionOnFailure, getName, getProperties, getType, setActionOnFailure, setName, setProperties, setTypepublic PigStepConfig withInput(String input)
input - The input path of the pig step.public PigStepConfig withScript(String script)
script - The script path of the pig step.public PigStepConfig withOutput(String output)
output - The output path of the pig step.public PigStepConfig withArguments(String arguments)
arguments - The arguments of the pig step.public PigStepConfig withName(String name)
name - The name of the pig step.public PigStepConfig withActionOnFailure(String actionOnFailure)
actionOnFailure - The action on step's failure.Copyright © 2016. All rights reserved.