AWS SDK for .NET Documentation
NewRunHiveScriptStep Method (script, args)
AmazonAmazon.ElasticMapReduce.ModelStepFactoryNewRunHiveScriptStep(String, array<String>[]()[][]) Did this page help you?   Yes   No    Tell us about it...
Step that runs a Hive script on your job flow.
Declaration Syntax
C#
public HadoopJarStepConfig NewRunHiveScriptStep(
	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)