Package version:

Interface HDInsightMapReduceActivity

HDInsight MapReduce activity type.

Hierarchy

Properties

arguments?: any[]

User specified arguments to HDInsightActivity.

className: any

Class name. Type: string (or Expression with resultType string).

defines?: {
    [propertyName: string]: any;
}

Allows user to specify defines for the MapReduce job request.

Type declaration

  • [propertyName: string]: any
dependsOn?: ActivityDependency[]

Activity depends on condition.

description?: string

Activity description.

getDebugInfo?: string

Debug info option.

jarFilePath: any

Jar path. Type: string (or Expression with resultType string).

jarLibs?: any[]

Jar libs.

jarLinkedService?: LinkedServiceReference

Jar linked service reference.

linkedServiceName?: LinkedServiceReference

Linked service reference.

name: string

Activity name.

Activity policy.

storageLinkedServices?: LinkedServiceReference[]

Storage linked service references.

type: "HDInsightMapReduce"

Polymorphic discriminator, which specifies the different types this object can be

userProperties?: UserProperty[]

Activity user properties.

Generated using TypeDoc