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 cluster 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.HadoopStepConfig

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

Syntax

C#
public class HadoopStepConfig : Object

The HadoopStepConfig type exposes the following members

Constructors

NameDescription
Public Method HadoopStepConfig()

Properties

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

The list of command line arguments to pass to the JAR file's main function for execution.

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

The path to the JAR file that runs 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.Dictionary<System.String, System.String> Gets and sets the property Properties.

The 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