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

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

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

Methods in com.baidubce.services.bmr.model that return PigStepConfig
 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.
 



Copyright © 2018. All rights reserved.