SparkLinkedService Class
Spark Server linked service.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.synapse.artifacts.models._models_py3.LinkedServiceSparkLinkedService
Constructor
SparkLinkedService(*, host: object, port: object, authentication_type: Union[str, azure.synapse.artifacts.models._artifacts_client_enums.SparkAuthenticationType], additional_properties: Optional[Dict[str, object]] = None, connect_via: Optional[azure.synapse.artifacts.models._models_py3.IntegrationRuntimeReference] = None, description: Optional[str] = None, parameters: Optional[Dict[str, azure.synapse.artifacts.models._models_py3.ParameterSpecification]] = None, annotations: Optional[List[object]] = None, server_type: Optional[Union[str, azure.synapse.artifacts.models._artifacts_client_enums.SparkServerType]] = None, thrift_transport_protocol: Optional[Union[str, azure.synapse.artifacts.models._artifacts_client_enums.SparkThriftTransportProtocol]] = None, username: Optional[object] = None, password: Optional[azure.synapse.artifacts.models._models_py3.SecretBase] = None, http_path: Optional[object] = None, enable_ssl: Optional[object] = None, trusted_cert_path: Optional[object] = None, use_system_trust_store: Optional[object] = None, allow_host_name_cn_mismatch: Optional[object] = None, allow_self_signed_server_cert: Optional[object] = None, encrypted_credential: Optional[object] = None, **kwargs)
Parameters
Unmatched properties from the message are deserialized to this collection.
- port
- object
Required. The TCP port that the Spark server uses to listen for client connections.
- server_type
- str or SparkServerType
The type of Spark server. Possible values include: "SharkServer", "SharkServer2", "SparkThriftServer".
- thrift_transport_protocol
- str or SparkThriftTransportProtocol
The transport protocol to use in the Thrift layer. Possible values include: "Binary", "SASL", "HTTP ".
- authentication_type
- str or SparkAuthenticationType
Required. The authentication method used to access the Spark server. Possible values include: "Anonymous", "Username", "UsernameAndPassword", "WindowsAzureHDInsightService".
- password
- SecretBase
The password corresponding to the user name that you provided in the Username field.
- enable_ssl
- object
Specifies whether the connections to the server are encrypted using SSL. The default value is false.
- trusted_cert_path
- object
The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file installed with the IR.
- use_system_trust_store
- object
Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false.
- allow_host_name_cn_mismatch
- object
Specifies whether to require a CA-issued SSL certificate name to match the host name of the server when connecting over SSL. The default value is false.
- allow_self_signed_server_cert
- object
Specifies whether to allow self-signed certificates from the server. The default value is false.
- encrypted_credential
- object
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).
Feedback
Submit and view feedback for