EMRStepConfig | R Documentation |
Config for a Hadoop Jar step
jar
A path to a JAR file run during the step.
args
A list of command line arguments
main_class
The name of the main class in the specified Java file.
properties
A list of key-value pairs that are set when the step runs.
new()
Create a definition for input data used by an EMR cluster(job flow) step. See AWS documentation on the “StepConfig“ API for more details on the parameters.
EMRStepConfig$new(jar, args = NULL, main_class = NULL, properties = NULL)
jar
(str): A path to a JAR file run during the step.
args
(List[str]): A list of command line arguments passed to the JAR file's main function when executed.
main_class
(str): The name of the main class in the specified Java file.
properties
(List(dict)): A list of key-value pairs that are set when the step runs.
to_request()
Convert EMRStepConfig object to request list.
EMRStepConfig$to_request()
format()
format class
EMRStepConfig$format()
clone()
The objects of this class are cloneable with this method.
EMRStepConfig$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.