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.
[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("HDInsightSpark")]
public class HDInsightSparkActivity : Microsoft.Azure.Management.DataFactory.Models.ExecutionActivity
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("HDInsightSpark")>]
type HDInsightSparkActivity = class
inherit ExecutionActivity
Public Class HDInsightSparkActivity
Inherits ExecutionActivity
- Inheritance
- Attributes
-
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute
Constructors
HDInsightSparkActivity() |
Initializes a new instance of the HDInsightSparkActivity class. |
HDInsightSparkActivity(String, Object, Object, IDictionary<String, Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, IList<Object>, String, LinkedServiceReference, String, Object, IDictionary<String,Object>) |
Initializes a new instance of the HDInsightSparkActivity class. |
Properties
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection (Inherited from Activity) |
Arguments |
Gets or sets the user-specified arguments to HDInsightSparkActivity. |
ClassName |
Gets or sets the application's Java/Spark main class. |
DependsOn |
Gets or sets activity depends on condition. (Inherited from Activity) |
Description |
Gets or sets activity description. (Inherited from Activity) |
EntryFilePath |
Gets or sets the relative path to the root folder of the code/package to be executed. Type: string (or Expression with resultType string). |
GetDebugInfo |
Gets or sets debug info option. Possible values include: 'None', 'Always', 'Failure' |
LinkedServiceName |
Gets or sets linked service reference. (Inherited from ExecutionActivity) |
Name |
Gets or sets activity name. (Inherited from Activity) |
Policy |
Gets or sets activity policy. (Inherited from ExecutionActivity) |
ProxyUser |
Gets or sets the user to impersonate that will execute the job. Type: string (or Expression with resultType string). |
RootPath |
Gets or sets the root path in 'sparkJobLinkedService' for all the job’s files. Type: string (or Expression with resultType string). |
SparkConfig |
Gets or sets spark configuration property. |
SparkJobLinkedService |
Gets or sets the storage linked service for uploading the entry file and dependencies, and for receiving logs. |
UserProperties |
Gets or sets activity user properties. (Inherited from Activity) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET