Package version:

Interface DatabricksSparkJarActivity

DatabricksSparkJar activity.

Hierarchy

Properties

dependsOn?: ActivityDependency[]

Activity depends on condition.

description?: string

Activity description.

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

A list of libraries to be installed on the cluster that will execute the job.

linkedServiceName?: LinkedServiceReference

Linked service reference.

mainClassName: any

The full name of the class containing the main method to be executed. This class must be contained in a JAR provided as a library. Type: string (or Expression with resultType string).

name: string

Activity name.

parameters?: any[]

Parameters that will be passed to the main method.

Activity policy.

type: "DatabricksSparkJar"

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

userProperties?: UserProperty[]

Activity user properties.

Generated using TypeDoc