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