AzureHDInsightMapReduceJobDefinition Class

Definition

Provides creation details for a new MapReduce jobDetails.

public class AzureHDInsightMapReduceJobDefinition : Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightJobDefinition
type AzureHDInsightMapReduceJobDefinition = class
    inherit AzureHDInsightJobDefinition
Public Class AzureHDInsightMapReduceJobDefinition
Inherits AzureHDInsightJobDefinition
Inheritance
AzureHDInsightMapReduceJobDefinition

Constructors

AzureHDInsightMapReduceJobDefinition()

Initializes a new instance of the AzureHDInsightMapReduceJobDefinition class.

Properties

Arguments

Gets the arguments for the jobDetails.

(Inherited from AzureHDInsightJobDefinition)
ClassName

Gets or sets the class name to use for the jobDetails.

Defines

Gets the parameters for the jobDetails.

Files

Gets the files to be copied to the cluster

(Inherited from AzureHDInsightJobDefinition)
JarFile

Gets or sets the jar file to use for the jobDetails.

JobName

Gets or sets the name of the jobDetails.

LibJars

Gets the libjars to use for the jobDetails.

StatusFolder

Gets or sets the status folder to use for the jobDetails.

(Inherited from AzureHDInsightJobDefinition)

Applies to