AWS SDK for .NET Documentation
NewScriptRunnerStep Method (script, args)
AmazonAmazon.ElasticMapReduce.ModelStepFactoryNewScriptRunnerStep(String, array<String>[]()[][]) Did this page help you?   Yes   No    Tell us about it...
Runs a specified script on the master node of your cluster.
Declaration Syntax
C#
public HadoopJarStepConfig NewScriptRunnerStep(
	string script,
	params string[] args
)
Parameters
script (String)
The script to run
args (array<String>[]()[][])
Arguments to be passed to the script.
Return Value
HadoopJarStepConfig that can be passed to your job flow.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)