Class HDInsightSparkActivity
java.lang.Object
com.azure.resourcemanager.datafactory.models.Activity
com.azure.resourcemanager.datafactory.models.ExecutionActivity
com.azure.resourcemanager.datafactory.models.HDInsightSparkActivity
HDInsight Spark activity.
-
Constructor Summary
ConstructorDescriptionCreates an instance of HDInsightSparkActivity class. -
Method Summary
Modifier and TypeMethodDescriptionGet the arguments property: The user-specified arguments to HDInsightSparkActivity.Get the className property: The application's Java/Spark main class.Get the entryFilePath property: The relative path to the root folder of the code/package to be executed.Get the getDebugInfo property: Debug info option.Get the proxyUser property: The user to impersonate that will execute the job.rootPath()
Get the rootPath property: The root path in 'sparkJobLinkedService' for all the job’s files.Get the sparkConfig property: Spark configuration property.Get the sparkJobLinkedService property: The storage linked service for uploading the entry file and dependencies, and for receiving logs.void
validate()
Validates the instance.withArguments
(List<Object> arguments) Set the arguments property: The user-specified arguments to HDInsightSparkActivity.withClassName
(String className) Set the className property: The application's Java/Spark main class.withDependsOn
(List<ActivityDependency> dependsOn) Set the dependsOn property: Activity depends on condition.withDescription
(String description) Set the description property: Activity description.withEntryFilePath
(Object entryFilePath) Set the entryFilePath property: The relative path to the root folder of the code/package to be executed.withGetDebugInfo
(HDInsightActivityDebugInfoOption getDebugInfo) Set the getDebugInfo property: Debug info option.withLinkedServiceName
(LinkedServiceReference linkedServiceName) Set the linkedServiceName property: Linked service reference.Set the name property: Activity name.withPolicy
(ActivityPolicy policy) Set the policy property: Activity policy.withProxyUser
(Object proxyUser) Set the proxyUser property: The user to impersonate that will execute the job.withRootPath
(Object rootPath) Set the rootPath property: The root path in 'sparkJobLinkedService' for all the job’s files.withSparkConfig
(Map<String, Object> sparkConfig) Set the sparkConfig property: Spark configuration property.withSparkJobLinkedService
(LinkedServiceReference sparkJobLinkedService) Set the sparkJobLinkedService property: The storage linked service for uploading the entry file and dependencies, and for receiving logs.withUserProperties
(List<UserProperty> userProperties) Set the userProperties property: Activity user properties.Methods inherited from class com.azure.resourcemanager.datafactory.models.ExecutionActivity
linkedServiceName, policy
Methods inherited from class com.azure.resourcemanager.datafactory.models.Activity
additionalProperties, dependsOn, description, name, userProperties, withAdditionalProperties
-
Constructor Details
-
HDInsightSparkActivity
public HDInsightSparkActivity()Creates an instance of HDInsightSparkActivity class.
-
-
Method Details
-
withLinkedServiceName
Set the linkedServiceName property: Linked service reference.- Overrides:
withLinkedServiceName
in classExecutionActivity
- Parameters:
linkedServiceName
- the linkedServiceName value to set.- Returns:
- the ExecutionActivity object itself.
-
withPolicy
Set the policy property: Activity policy.- Overrides:
withPolicy
in classExecutionActivity
- Parameters:
policy
- the policy value to set.- Returns:
- the ExecutionActivity object itself.
-
withName
Set the name property: Activity name.- Overrides:
withName
in classExecutionActivity
- Parameters:
name
- the name value to set.- Returns:
- the Activity object itself.
-
withDescription
Set the description property: Activity description.- Overrides:
withDescription
in classExecutionActivity
- Parameters:
description
- the description value to set.- Returns:
- the Activity object itself.
-
withDependsOn
Set the dependsOn property: Activity depends on condition.- Overrides:
withDependsOn
in classExecutionActivity
- Parameters:
dependsOn
- the dependsOn value to set.- Returns:
- the Activity object itself.
-
withUserProperties
Set the userProperties property: Activity user properties.- Overrides:
withUserProperties
in classExecutionActivity
- Parameters:
userProperties
- the userProperties value to set.- Returns:
- the Activity object itself.
-
rootPath
Get the rootPath property: The root path in 'sparkJobLinkedService' for all the job’s files. Type: string (or Expression with resultType string).- Returns:
- the rootPath value.
-
withRootPath
Set the rootPath property: The root path in 'sparkJobLinkedService' for all the job’s files. Type: string (or Expression with resultType string).- Parameters:
rootPath
- the rootPath value to set.- Returns:
- the HDInsightSparkActivity object itself.
-
entryFilePath
Get the entryFilePath property: The relative path to the root folder of the code/package to be executed. Type: string (or Expression with resultType string).- Returns:
- the entryFilePath value.
-
withEntryFilePath
Set the entryFilePath property: The relative path to the root folder of the code/package to be executed. Type: string (or Expression with resultType string).- Parameters:
entryFilePath
- the entryFilePath value to set.- Returns:
- the HDInsightSparkActivity object itself.
-
arguments
Get the arguments property: The user-specified arguments to HDInsightSparkActivity.- Returns:
- the arguments value.
-
withArguments
Set the arguments property: The user-specified arguments to HDInsightSparkActivity.- Parameters:
arguments
- the arguments value to set.- Returns:
- the HDInsightSparkActivity object itself.
-
getDebugInfo
Get the getDebugInfo property: Debug info option.- Returns:
- the getDebugInfo value.
-
withGetDebugInfo
Set the getDebugInfo property: Debug info option.- Parameters:
getDebugInfo
- the getDebugInfo value to set.- Returns:
- the HDInsightSparkActivity object itself.
-
sparkJobLinkedService
Get the sparkJobLinkedService property: The storage linked service for uploading the entry file and dependencies, and for receiving logs.- Returns:
- the sparkJobLinkedService value.
-
withSparkJobLinkedService
public HDInsightSparkActivity withSparkJobLinkedService(LinkedServiceReference sparkJobLinkedService) Set the sparkJobLinkedService property: The storage linked service for uploading the entry file and dependencies, and for receiving logs.- Parameters:
sparkJobLinkedService
- the sparkJobLinkedService value to set.- Returns:
- the HDInsightSparkActivity object itself.
-
className
Get the className property: The application's Java/Spark main class.- Returns:
- the className value.
-
withClassName
Set the className property: The application's Java/Spark main class.- Parameters:
className
- the className value to set.- Returns:
- the HDInsightSparkActivity object itself.
-
proxyUser
Get the proxyUser property: The user to impersonate that will execute the job. Type: string (or Expression with resultType string).- Returns:
- the proxyUser value.
-
withProxyUser
Set the proxyUser property: The user to impersonate that will execute the job. Type: string (or Expression with resultType string).- Parameters:
proxyUser
- the proxyUser value to set.- Returns:
- the HDInsightSparkActivity object itself.
-
sparkConfig
Get the sparkConfig property: Spark configuration property.- Returns:
- the sparkConfig value.
-
withSparkConfig
Set the sparkConfig property: Spark configuration property.- Parameters:
sparkConfig
- the sparkConfig value to set.- Returns:
- the HDInsightSparkActivity object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classExecutionActivity
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-