Package version:

Interface HDInsightSparkActivity

HDInsight Spark activity.

Hierarchy

Properties

arguments?: any[]

The user-specified arguments to HDInsightSparkActivity.

className?: string

The application's Java/Spark main class.

dependsOn?: ActivityDependency[]

Activity depends on condition.

description?: string

Activity description.

entryFilePath: any

The relative path to the root folder of the code/package to be executed. Type: string (or Expression with resultType string).

getDebugInfo?: string

Debug info option.

linkedServiceName?: LinkedServiceReference

Linked service reference.

name: string

Activity name.

Activity policy.

proxyUser?: any

The user to impersonate that will execute the job. Type: string (or Expression with resultType string).

rootPath: any

The root path in 'sparkJobLinkedService' for all the job’s files. Type: string (or Expression with resultType string).

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

Spark configuration property.

Type declaration

  • [propertyName: string]: any
sparkJobLinkedService?: LinkedServiceReference

The storage linked service for uploading the entry file and dependencies, and for receiving logs.

type: "HDInsightSpark"

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

userProperties?: UserProperty[]

Activity user properties.

Generated using TypeDoc