HDInsightMapReduceActivity interface
HDInsight MapReduce activity type.
- Extends
Properties
arguments | User specified arguments to HDInsightActivity. |
class |
Class name. Type: string (or Expression with resultType string). |
defines | Allows user to specify defines for the MapReduce job request. |
get |
Debug info option. |
jar |
Jar path. Type: string (or Expression with resultType string). |
jar |
Jar libs. |
jar |
Jar linked service reference. |
storage |
Storage linked service references. |
type | Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
depends |
Activity depends on condition. |
description | Activity description. |
linked |
Linked service reference. |
name | Activity name. |
on |
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default. |
policy | Activity policy. |
state | Activity state. This is an optional property and if not provided, the state will be Active by default. |
user |
Activity user properties. |
Property Details
arguments
User specified arguments to HDInsightActivity.
arguments?: any[]
Property Value
any[]
className
Class name. Type: string (or Expression with resultType string).
className: any
Property Value
any
defines
Allows user to specify defines for the MapReduce job request.
defines?: {[propertyName: string]: any}
Property Value
{[propertyName: string]: any}
getDebugInfo
Debug info option.
getDebugInfo?: string
Property Value
string
jarFilePath
Jar path. Type: string (or Expression with resultType string).
jarFilePath: any
Property Value
any
jarLibs
Jar libs.
jarLibs?: any[]
Property Value
any[]
jarLinkedService
Jar linked service reference.
jarLinkedService?: LinkedServiceReference
Property Value
storageLinkedServices
Storage linked service references.
storageLinkedServices?: LinkedServiceReference[]
Property Value
type
Polymorphic discriminator, which specifies the different types this object can be
type: "HDInsightMapReduce"
Property Value
"HDInsightMapReduce"
Inherited Property Details
dependsOn
Activity depends on condition.
dependsOn?: ActivityDependency[]
Property Value
Inherited From ExecutionActivity.dependsOn
description
Activity description.
description?: string
Property Value
string
Inherited From ExecutionActivity.description
linkedServiceName
Linked service reference.
linkedServiceName?: LinkedServiceReference
Property Value
Inherited From ExecutionActivity.linkedServiceName
name
onInactiveMarkAs
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
onInactiveMarkAs?: string
Property Value
string
Inherited From ExecutionActivity.onInactiveMarkAs
policy
state
Activity state. This is an optional property and if not provided, the state will be Active by default.
state?: string
Property Value
string
Inherited From ExecutionActivity.state
userProperties
Activity user properties.
userProperties?: UserProperty[]
Property Value
Inherited From ExecutionActivity.userProperties