你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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