HDInsightSparkActivity Class
HDInsight Spark activity.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.synapse.artifacts.models._models_py3.ExecutionActivityHDInsightSparkActivity
Constructor
HDInsightSparkActivity(*, name: str, root_path: object, entry_file_path: object, additional_properties: Optional[Dict[str, object]] = None, description: Optional[str] = None, depends_on: Optional[List[azure.synapse.artifacts.models._models_py3.ActivityDependency]] = None, user_properties: Optional[List[azure.synapse.artifacts.models._models_py3.UserProperty]] = None, linked_service_name: Optional[azure.synapse.artifacts.models._models_py3.LinkedServiceReference] = None, policy: Optional[azure.synapse.artifacts.models._models_py3.ActivityPolicy] = None, arguments: Optional[List[object]] = None, get_debug_info: Optional[Union[str, azure.synapse.artifacts.models._artifacts_client_enums.HDInsightActivityDebugInfoOption]] = None, spark_job_linked_service: Optional[azure.synapse.artifacts.models._models_py3.LinkedServiceReference] = None, class_name: Optional[str] = None, proxy_user: Optional[object] = None, spark_config: Optional[Dict[str, object]] = None, **kwargs)
Parameters
Unmatched properties from the message are deserialized to this collection.
- root_path
- object
Required. The root path in 'sparkJobLinkedService' for all the job's files. Type: string (or Expression with resultType string).
- entry_file_path
- object
Required. The relative path to the root folder of the code/package to be executed. Type: string (or Expression with resultType string).
- get_debug_info
- str or HDInsightActivityDebugInfoOption
Debug info option. Possible values include: "None", "Always", "Failure".
- spark_job_linked_service
- LinkedServiceReference
The storage linked service for uploading the entry file and dependencies, and for receiving logs.
- proxy_user
- object
The user to impersonate that will execute the job. Type: string (or Expression with resultType string).
Feedback
Submit and view feedback for