Uses of Class
com.azure.resourcemanager.datafactory.models.SynapseSparkJobDefinitionActivity
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of SynapseSparkJobDefinitionActivity in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionSynapseSparkJobDefinitionActivity.withArguments
(List<Object> arguments) Set the arguments property: User specified arguments to SynapseSparkJobDefinitionActivity.SynapseSparkJobDefinitionActivity.withClassName
(Object className) Set the className property: The fully-qualified identifier or the main class that is in the main definition file, which will override the 'className' of the spark job definition you provide.Set the conf property: Spark configuration properties, which will override the 'conf' of the spark job definition you provide.SynapseSparkJobDefinitionActivity.withConfigurationType
(ConfigurationType configurationType) Set the configurationType property: The type of the spark config.SynapseSparkJobDefinitionActivity.withDependsOn
(List<ActivityDependency> dependsOn) Set the dependsOn property: Activity depends on condition.SynapseSparkJobDefinitionActivity.withDescription
(String description) Set the description property: Activity description.SynapseSparkJobDefinitionActivity.withDriverSize
(Object driverSize) Set the driverSize property: Number of core and memory to be used for driver allocated in the specified Spark pool for the job, which will be used for overriding 'driverCores' and 'driverMemory' of the spark job definition you provide.SynapseSparkJobDefinitionActivity.withExecutorSize
(Object executorSize) Set the executorSize property: Number of core and memory to be used for executors allocated in the specified Spark pool for the job, which will be used for overriding 'executorCores' and 'executorMemory' of the spark job definition you provide.Set the file property: The main file used for the job, which will override the 'file' of the spark job definition you provide.Set the files property: (Deprecated.SynapseSparkJobDefinitionActivity.withFilesV2
(List<Object> filesV2) Set the filesV2 property: Additional files used for reference in the main definition file, which will override the 'jars' and 'files' of the spark job definition you provide.SynapseSparkJobDefinitionActivity.withLinkedServiceName
(LinkedServiceReference linkedServiceName) Set the linkedServiceName property: Linked service reference.Set the name property: Activity name.SynapseSparkJobDefinitionActivity.withNumExecutors
(Object numExecutors) Set the numExecutors property: Number of executors to launch for this job, which will override the 'numExecutors' of the spark job definition you provide.SynapseSparkJobDefinitionActivity.withPolicy
(ActivityPolicy policy) Set the policy property: Activity policy.SynapseSparkJobDefinitionActivity.withPythonCodeReference
(List<Object> pythonCodeReference) Set the pythonCodeReference property: Additional python code files used for reference in the main definition file, which will override the 'pyFiles' of the spark job definition you provide.SynapseSparkJobDefinitionActivity.withScanFolder
(Object scanFolder) Set the scanFolder property: Scanning subfolders from the root folder of the main definition file, these files will be added as reference files.SynapseSparkJobDefinitionActivity.withSparkConfig
(Map<String, Object> sparkConfig) Set the sparkConfig property: Spark configuration property.SynapseSparkJobDefinitionActivity.withSparkJob
(SynapseSparkJobReference sparkJob) Set the sparkJob property: Synapse spark job reference.SynapseSparkJobDefinitionActivity.withTargetBigDataPool
(BigDataPoolParametrizationReference targetBigDataPool) Set the targetBigDataPool property: The name of the big data pool which will be used to execute the spark batch job, which will override the 'targetBigDataPool' of the spark job definition you provide.SynapseSparkJobDefinitionActivity.withTargetSparkConfiguration
(SparkConfigurationParametrizationReference targetSparkConfiguration) Set the targetSparkConfiguration property: The spark configuration of the spark job.SynapseSparkJobDefinitionActivity.withUserProperties
(List<UserProperty> userProperties) Set the userProperties property: Activity user properties.