Show / Hide Table of Contents

Class ClusterStepHadoopJarStep

Inheritance
System.Object
ClusterStepHadoopJarStep
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Emr.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ClusterStepHadoopJarStep

Fields

View Source

Args

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

Declaration
public readonly ImmutableArray<string> Args
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Jar

Path to a JAR file run during the step.

Declaration
public readonly string Jar
Field Value
Type Description
System.String
View Source

MainClass

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.

Declaration
public readonly string MainClass
Field Value
Type Description
System.String
View Source

Properties

Key-Value map of Java properties that are set when the step runs. You can use these properties to pass key value pairs to your main function.

Declaration
public readonly ImmutableDictionary<string, object> Properties
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.