HiveLinkedService interface

Hive 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 Hive 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 Hive server, separated by ';' for multiple hosts (only when serviceDiscoveryMode is enable).

httpPath

The partial URL corresponding to the Hive server.

password

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

port

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

serverType

The type of Hive server.

serviceDiscoveryMode

true to indicate using the ZooKeeper service, false not.

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

useNativeQuery

Specifies whether the driver uses native HiveQL queries,or converts them into an equivalent form in HiveQL.

username

The user name that you use to access Hive 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.

zooKeeperNameSpace

The namespace on ZooKeeper under which Hive Server 2 nodes are added.

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.

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 Hive 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 Hive server, separated by ';' for multiple hosts (only when serviceDiscoveryMode is enable).

host: any

Property Value

any

httpPath

The partial URL corresponding to the Hive 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 Hive server uses to listen for client connections.

port?: any

Property Value

any

serverType

The type of Hive server.

serverType?: string

Property Value

string

serviceDiscoveryMode

true to indicate using the ZooKeeper service, false not.

serviceDiscoveryMode?: any

Property Value

any

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: "Hive"

Property Value

"Hive"

useNativeQuery

Specifies whether the driver uses native HiveQL queries,or converts them into an equivalent form in HiveQL.

useNativeQuery?: any

Property Value

any

username

The user name that you use to access Hive 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

zooKeeperNameSpace

The namespace on ZooKeeper under which Hive Server 2 nodes are added.

zooKeeperNameSpace?: 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