HDInsightSparkActivity Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
HDInsight Spark activity.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.HDInsightSparkActivity+HDInsightSparkActivityConverter))]
public class HDInsightSparkActivity : Azure.Analytics.Synapse.Artifacts.Models.ExecutionActivity
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.HDInsightSparkActivity+HDInsightSparkActivityConverter))>]
type HDInsightSparkActivity = class
inherit ExecutionActivity
Public Class HDInsightSparkActivity
Inherits ExecutionActivity
- Inheritance
- Attributes
Constructors
HDInsightSparkActivity(String, Object, Object) |
Initializes a new instance of HDInsightSparkActivity. |
Properties
AdditionalProperties |
Additional Properties. (Inherited from Activity) |
Arguments |
The user-specified arguments to HDInsightSparkActivity. |
ClassName |
The application's Java/Spark main class. |
DependsOn |
Activity depends on condition. (Inherited from Activity) |
Description |
Activity description. (Inherited from Activity) |
EntryFilePath |
The relative path to the root folder of the code/package to be executed. Type: string (or Expression with resultType string). |
GetDebugInfo |
Debug info option. |
LinkedServiceName |
Linked service reference. (Inherited from ExecutionActivity) |
Name |
Activity name. (Inherited from Activity) |
OnInactiveMarkAs |
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default. (Inherited from Activity) |
Policy |
Activity policy. (Inherited from ExecutionActivity) |
ProxyUser |
The user to impersonate that will execute the job. Type: string (or Expression with resultType string). |
RootPath |
The root path in 'sparkJobLinkedService' for all the job’s files. Type: string (or Expression with resultType string). |
SparkConfig |
Spark configuration property. |
SparkJobLinkedService |
The storage linked service for uploading the entry file and dependencies, and for receiving logs. |
State |
Activity state. This is an optional property and if not provided, the state will be Active by default. (Inherited from Activity) |
UserProperties |
Activity user properties. (Inherited from Activity) |
Applies to
Azure SDK for .NET