HiveLinkedService Class

Definition

Hive Server linked service.

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("Hive")]
public class HiveLinkedService : Microsoft.Azure.Management.DataFactory.Models.LinkedService
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("Hive")>]
type HiveLinkedService = class
    inherit LinkedService
Public Class HiveLinkedService
Inherits LinkedService
Inheritance
HiveLinkedService
Attributes
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

Constructors

HiveLinkedService()

Initializes a new instance of the HiveLinkedService class.

HiveLinkedService(Object, String, IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, Object, String, String, Object, Object, Object, Object, SecretBase, Object, Object, Object, Object, Object, Object, Object)

Initializes a new instance of the HiveLinkedService class.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

(Inherited from LinkedService)
AllowHostNameCNMismatch

Gets or sets 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

Gets or sets specifies whether to allow self-signed certificates from the server. The default value is false.

Annotations

Gets or sets list of tags that can be used for describing the linked service.

(Inherited from LinkedService)
AuthenticationType

Gets or sets the authentication method used to access the Hive server. Possible values include: 'Anonymous', 'Username', 'UsernameAndPassword', 'WindowsAzureHDInsightService'

ConnectVia

Gets or sets the integration runtime reference.

(Inherited from LinkedService)
Description

Gets or sets linked service description.

(Inherited from LinkedService)
EnableSsl

Gets or sets specifies whether the connections to the server are encrypted using SSL. The default value is false.

EncryptedCredential

Gets or sets the encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).

Host

Gets or sets IP address or host name of the Hive server, separated by ';' for multiple hosts (only when serviceDiscoveryMode is enable).

HttpPath

Gets or sets the partial URL corresponding to the Hive server.

Parameters

Gets or sets parameters for linked service.

(Inherited from LinkedService)
Password

Gets or sets the password corresponding to the user name that you provided in the Username field

Port

Gets or sets the TCP port that the Hive server uses to listen for client connections.

ServerType

Gets or sets the type of Hive server. Possible values include: 'HiveServer1', 'HiveServer2', 'HiveThriftServer'

ServiceDiscoveryMode

Gets or sets true to indicate using the ZooKeeper service, false not.

ThriftTransportProtocol

Gets or sets the transport protocol to use in the Thrift layer. Possible values include: 'Binary', 'SASL', 'HTTP '

TrustedCertPath

Gets or sets 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.

UseNativeQuery

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

Username

Gets or sets the user name that you use to access Hive Server.

UseSystemTrustStore

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

ZooKeeperNameSpace

Gets or sets the namespace on ZooKeeper under which Hive Server 2 nodes are added.

Methods

Validate()

Validate the object.

Applies to