HadoopJarStepConfig.Builder |
HadoopJarStepConfig.Builder.args(String... args) |
A list of command line arguments passed to the JAR file's main function when executed.
|
HadoopJarStepConfig.Builder |
HadoopJarStepConfig.Builder.args(Collection<String> args) |
A list of command line arguments passed to the JAR file's main function when executed.
|
static HadoopJarStepConfig.Builder |
HadoopJarStepConfig.builder() |
|
HadoopJarStepConfig.Builder |
HadoopJarStepConfig.Builder.jar(String jar) |
A path to a JAR file run during the step.
|
HadoopJarStepConfig.Builder |
HadoopJarStepConfig.Builder.mainClass(String mainClass) |
The name of the main class in the specified Java file.
|
HadoopJarStepConfig.Builder |
HadoopJarStepConfig.Builder.properties(Collection<KeyValue> properties) |
A list of Java properties that are set when the step runs.
|
HadoopJarStepConfig.Builder |
HadoopJarStepConfig.Builder.properties(Consumer<KeyValue.Builder>... properties) |
A list of Java properties that are set when the step runs.
|
HadoopJarStepConfig.Builder |
HadoopJarStepConfig.Builder.properties(KeyValue... properties) |
A list of Java properties that are set when the step runs.
|
HadoopJarStepConfig.Builder |
HadoopJarStepConfig.toBuilder() |
|