| Package | Description |
|---|---|
| com.baidubce.services.bmr.model |
| Modifier and Type | Method and Description |
|---|---|
HiveStepConfig |
HiveStepConfig.withActionOnFailure(String actionOnFailure)
Configure the action on failure for the hive step.
|
HiveStepConfig |
HiveStepConfig.withAdditionalFile(String remote,
String local)
Configure the additional file for the step.
|
HiveStepConfig |
HiveStepConfig.withArguments(String arguments)
Configure the arguments of the hive step.
|
HiveStepConfig |
HiveStepConfig.withInput(String input)
Configure the input path of the hive step.
|
HiveStepConfig |
HiveStepConfig.withName(String name)
Configure the name of the hive step.
|
HiveStepConfig |
HiveStepConfig.withOutput(String output)
Configure the output path of the hive step.
|
HiveStepConfig |
HiveStepConfig.withScript(String script)
Configure the script path of the hive step.
|
Copyright © 2023. All rights reserved.