HDInsightSparkActivity interface
HDInsight Spark activity.
- Extends
Properties
arguments | The user-specified arguments to HDInsightSparkActivity. |
class |
The application's Java/Spark main class. |
entry |
The relative path to the root folder of the code/package to be executed. Type: string (or Expression with resultType string). |
get |
Debug info option. |
proxy |
The user to impersonate that will execute the job. Type: string (or Expression with resultType string). |
root |
The root path in 'sparkJobLinkedService' for all the job’s files. Type: string (or Expression with resultType string). |
spark |
Spark configuration property. |
spark |
The storage linked service for uploading the entry file and dependencies, and for receiving logs. |
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
The user-specified arguments to HDInsightSparkActivity.
arguments?: any[]
Property Value
any[]
className
The application's Java/Spark main class.
className?: string
Property Value
string
entryFilePath
The relative path to the root folder of the code/package to be executed. Type: string (or Expression with resultType string).
entryFilePath: any
Property Value
any
getDebugInfo
Debug info option.
getDebugInfo?: string
Property Value
string
proxyUser
The user to impersonate that will execute the job. Type: string (or Expression with resultType string).
proxyUser?: any
Property Value
any
rootPath
The root path in 'sparkJobLinkedService' for all the job’s files. Type: string (or Expression with resultType string).
rootPath: any
Property Value
any
sparkConfig
Spark configuration property.
sparkConfig?: {[propertyName: string]: any}
Property Value
{[propertyName: string]: any}
sparkJobLinkedService
The storage linked service for uploading the entry file and dependencies, and for receiving logs.
sparkJobLinkedService?: LinkedServiceReference
Property Value
type
Polymorphic discriminator, which specifies the different types this object can be
type: "HDInsightSpark"
Property Value
"HDInsightSpark"
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