Uses of Class
com.baidubce.services.bmr.model.HiveStepConfig

Packages that use HiveStepConfig
com.baidubce.services.bmr.model   
 

Uses of HiveStepConfig in com.baidubce.services.bmr.model
 

Methods in com.baidubce.services.bmr.model that return HiveStepConfig
 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 © 2018. All rights reserved.