SparkLinkedService interface

Spark Server linked service.

Extends

Properties

allowHostNameCNMismatch

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.

allowSelfSignedServerCert

Specifies whether to allow self-signed certificates from the server. The default value is false.

authenticationType

The authentication method used to access the Spark server.

enableSsl

Specifies whether the connections to the server are encrypted using SSL. The default value is false.

encryptedCredential

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.

host

IP address or host name of the Spark server

httpPath

The partial URL corresponding to the Spark server.

password

The password corresponding to the user name that you provided in the Username field

port

The TCP port that the Spark server uses to listen for client connections.

serverType

The type of Spark server.

thriftTransportProtocol

The transport protocol to use in the Thrift layer.

trustedCertPath

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.

type

Polymorphic discriminator, which specifies the different types this object can be

username

The user name that you use to access Spark Server.

useSystemTrustStore

Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false.

Inherited Properties

annotations

List of tags that can be used for describing the linked service.

connectVia

The integration runtime reference.

description

Linked service description.

parameters

Parameters for linked service.

version

Version of the linked service.

Property Details

allowHostNameCNMismatch

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.

allowHostNameCNMismatch?: any

Property Value

any

allowSelfSignedServerCert

Specifies whether to allow self-signed certificates from the server. The default value is false.

allowSelfSignedServerCert?: any

Property Value

any

authenticationType

The authentication method used to access the Spark server.

authenticationType: string

Property Value

string

enableSsl

Specifies whether the connections to the server are encrypted using SSL. The default value is false.

enableSsl?: any

Property Value

any

encryptedCredential

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.

encryptedCredential?: string

Property Value

string

host

IP address or host name of the Spark server

host: any

Property Value

any

httpPath

The partial URL corresponding to the Spark server.

httpPath?: any

Property Value

any

password

The password corresponding to the user name that you provided in the Username field

password?: SecretBaseUnion

Property Value

port

The TCP port that the Spark server uses to listen for client connections.

port: any

Property Value

any

serverType

The type of Spark server.

serverType?: string

Property Value

string

thriftTransportProtocol

The transport protocol to use in the Thrift layer.

thriftTransportProtocol?: string

Property Value

string

trustedCertPath

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.

trustedCertPath?: any

Property Value

any

type

Polymorphic discriminator, which specifies the different types this object can be

type: "Spark"

Property Value

"Spark"

username

The user name that you use to access Spark Server.

username?: any

Property Value

any

useSystemTrustStore

Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false.

useSystemTrustStore?: any

Property Value

any

Inherited Property Details

annotations

List of tags that can be used for describing the linked service.

annotations?: any[]

Property Value

any[]

Inherited From LinkedService.annotations

connectVia

The integration runtime reference.

connectVia?: IntegrationRuntimeReference

Property Value

Inherited From LinkedService.connectVia

description

Linked service description.

description?: string

Property Value

string

Inherited From LinkedService.description

parameters

Parameters for linked service.

parameters?: {[propertyName: string]: ParameterSpecification}

Property Value

{[propertyName: string]: ParameterSpecification}

Inherited From LinkedService.parameters

version

Version of the linked service.

version?: string

Property Value

string

Inherited From LinkedService.version