Spark Linked Service Args
Spark Server linked service.
Constructors
Properties
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.
Specifies whether to allow self-signed certificates from the server. The default value is false.
List of tags that can be used for describing the linked service.
The authentication method used to access the Spark server.
The integration runtime reference.
Linked service description.
Specifies whether the connections to the server will validate server certificate, the default value is True. Only used for Version 2.0
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
Parameters for linked service.
The password corresponding to the user name that you provided in the Username field
The type of Spark server.
The transport protocol to use in the Thrift layer.
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.
Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false.