AWS SDK for .NET Documentation
NewRunPigScriptStep Method (script, args)
AmazonAmazon.ElasticMapReduce.ModelStepFactoryNewRunPigScriptStep(String, array<String>[]()[][]) Did this page help you?   Yes   No    Tell us about it...
Step that runs a Pig script on your job flow.
Declaration Syntax
C#
public HadoopJarStepConfig NewRunPigScriptStep(
	string script,
	params string[] args
)
Parameters
script (String)
The script to run.
args (array<String>[]()[][])
Arguments that get 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)