AzureHDInsightStreamingMapReduceJobDefinition Class

Definition

Provides creation details for a new Streaming jobDetails.

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

Constructors

AzureHDInsightStreamingMapReduceJobDefinition()

Initializes a new instance of the AzureHDInsightStreamingMapReduceJobDefinition class.

Properties

Arguments

Gets the arguments for the jobDetails.

(Inherited from AzureHDInsightJobDefinition)
CommandEnvironment

Gets the command line environment for the mappers or the reducers.

Defines

Gets the parameters for the jobDetails.

File

Gets or sets a file to add to the distributed cache.

Files

Gets the files to be copied to the cluster

(Inherited from AzureHDInsightJobDefinition)
Input

Gets or sets the location of the input data in Hadoop.

Mapper

Gets or sets the Mapper.

Output

Gets or sets the Location in which to store the output data.

Reducer

Gets or sets the Reducer.

StatusFolder

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

(Inherited from AzureHDInsightJobDefinition)

Applies to