Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HDInsightSparkActivity

Package version

HDInsight Spark activity.

Hierarchy

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional arguments

arguments: any[]

The user-specified arguments to HDInsightSparkActivity.

Optional className

className: undefined | string

The application's Java/Spark main class.

Optional dependsOn

dependsOn: ActivityDependency[]

Activity depends on condition.

Optional description

description: undefined | string

Activity description.

entryFilePath

entryFilePath: any

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

Optional getDebugInfo

Debug info option.

Optional linkedServiceName

linkedServiceName: LinkedServiceReference

Linked service reference.

name

name: string

Activity name.

Optional policy

Activity policy.

Optional proxyUser

proxyUser: any

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

rootPath

rootPath: any

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

Optional sparkConfig

sparkConfig: undefined | {}

Spark configuration property.

Optional sparkJobLinkedService

sparkJobLinkedService: LinkedServiceReference

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

type

type: "HDInsightSpark"

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

Optional userProperties

userProperties: UserProperty[]

Activity user properties.

Generated using TypeDoc