AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
A job flow step consisting of a JAR file whose main function will be executed. The main function submits a job for Hadoop to execute and waits for the job to finish or fail.

Inheritance Hierarchy

System.Object
  Amazon.ElasticMapReduce.Model.HadoopJarStepConfig

Namespace: Amazon.ElasticMapReduce.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class HadoopJarStepConfig : Object

The HadoopJarStepConfig type exposes the following members

Constructors

NameDescription
Public Method HadoopJarStepConfig() Empty constructor used to set properties independently even when a simple constructor is available
Public Method HadoopJarStepConfig(string) Instantiates HadoopJarStepConfig with the parameterized properties

Properties

NameTypeDescription
Public Property Args System.Collections.Generic.List<System.String> Gets and sets the property Args.

A list of command line arguments passed to the JAR file's main function when executed.

Public Property Jar System.String Gets and sets the property Jar.

A path to a JAR file run during the step.

Public Property MainClass System.String Gets and sets the property MainClass.

The name of the main class in the specified Java file. If not specified, the JAR file should specify a Main-Class in its manifest file.

Public Property Properties System.Collections.Generic.List<Amazon.ElasticMapReduce.Model.KeyValue> Gets and sets the property Properties.

A list of Java properties that are set when the step runs. You can use these properties to pass key value pairs to your main function.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8