DatabricksSparkJarActivity |
DatabricksSparkJarActivity.withDependsOn(List<ActivityDependency> dependsOn) |
Set the dependsOn property: Activity depends on condition.
|
DatabricksSparkJarActivity |
DatabricksSparkJarActivity.withDescription(String description) |
Set the description property: Activity description.
|
DatabricksSparkJarActivity |
DatabricksSparkJarActivity.withLibraries(List<Map<String,Object>> libraries) |
Set the libraries property: A list of libraries to be installed on the cluster that will execute the job.
|
DatabricksSparkJarActivity |
DatabricksSparkJarActivity.withLinkedServiceName(LinkedServiceReference linkedServiceName) |
Set the linkedServiceName property: Linked service reference.
|
DatabricksSparkJarActivity |
DatabricksSparkJarActivity.withMainClassName(Object mainClassName) |
Set the mainClassName property: The full name of the class containing the main method to be executed.
|
DatabricksSparkJarActivity |
DatabricksSparkJarActivity.withName(String name) |
Set the name property: Activity name.
|
DatabricksSparkJarActivity |
DatabricksSparkJarActivity.withParameters(List<Object> parameters) |
Set the parameters property: Parameters that will be passed to the main method.
|
DatabricksSparkJarActivity |
DatabricksSparkJarActivity.withPolicy(ActivityPolicy policy) |
Set the policy property: Activity policy.
|
DatabricksSparkJarActivity |
DatabricksSparkJarActivity.withUserProperties(List<UserProperty> userProperties) |
Set the userProperties property: Activity user properties.
|