AWS SDK Version 3 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.

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.ElasticMapReduce.dll
Version: 3.x.y.z

Syntax

C#
public class HadoopStepConfig

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 Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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