AWS SDK for .NET Documentation
HadoopStepConfig Class
AmazonAmazon.ElasticMapReduce.ModelHadoopStepConfig Did this page help you?   Yes   No    Tell us about it...
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.
Declaration Syntax
C#
public class HadoopStepConfig
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
HadoopStepConfig()()()()
Initializes a new instance of the HadoopStepConfig class

Args
Gets and sets the property Args.

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


Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Jar
Gets and sets the property Jar.

The path to the JAR file that runs during the step.


MainClass
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.


Properties
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.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithArgs(array<String>[]()[][]) Obsolete.
Sets the Args property

WithArgs(IEnumerable<(Of <<'(String>)>>)) Obsolete.
Sets the Args property

WithJar(String) Obsolete.
Sets the Jar property

WithMainClass(String) Obsolete.
Sets the MainClass property

WithProperties(array<KeyValuePair<(Of <<'(String, String>)>>)>[]()[][]) Obsolete.
Adds the KeyValuePairs to the Properties dictionary.

Inheritance Hierarchy
Object
HadoopStepConfig

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)