HiveLinkedService Class
Hive Server linked service.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.LinkedServiceHiveLinkedService
Constructor
HiveLinkedService(*, host: Any, authentication_type: Union[str, _models.HiveAuthenticationType], additional_properties: Optional[Dict[str, Any]] = None, connect_via: Optional[_models.IntegrationRuntimeReference] = None, description: Optional[str] = None, parameters: Optional[Dict[str, _models.ParameterSpecification]] = None, annotations: Optional[List[Any]] = None, port: Optional[Any] = None, server_type: Optional[Union[str, _models.HiveServerType]] = None, thrift_transport_protocol: Optional[Union[str, _models.HiveThriftTransportProtocol]] = None, service_discovery_mode: Optional[Any] = None, zoo_keeper_name_space: Optional[Any] = None, use_native_query: Optional[Any] = None, username: Optional[Any] = None, password: Optional[_models.SecretBase] = None, http_path: Optional[Any] = None, enable_ssl: Optional[Any] = None, trusted_cert_path: Optional[Any] = None, use_system_trust_store: Optional[Any] = None, allow_host_name_cn_mismatch: Optional[Any] = None, allow_self_signed_server_cert: Optional[Any] = None, encrypted_credential: Optional[Any] = None, **kwargs)
Variables
Unmatched properties from the message are deserialized to this collection.
- type
- str
Required. Type of linked service.Constant filled by server.
- connect_via
- IntegrationRuntimeReference
The integration runtime reference.
- description
- str
Linked service description.
- parameters
- dict[str, ParameterSpecification]
Parameters for linked service.
- host
- any
Required. IP address or host name of the Hive server, separated by ';' for multiple hosts (only when serviceDiscoveryMode is enable).
- port
- any
The TCP port that the Hive server uses to listen for client connections.
- server_type
- str or HiveServerType
The type of Hive server. Known values are: "HiveServer1", "HiveServer2", "HiveThriftServer".
- thrift_transport_protocol
- str or HiveThriftTransportProtocol
The transport protocol to use in the Thrift layer. Known values are: "Binary", "SASL", "HTTP ".
- authentication_type
- str or HiveAuthenticationType
Required. The authentication method used to access the Hive server. Known values are: "Anonymous", "Username", "UsernameAndPassword", "WindowsAzureHDInsightService".
- service_discovery_mode
- any
true to indicate using the ZooKeeper service, false not.
- zoo_keeper_name_space
- any
The namespace on ZooKeeper under which Hive Server 2 nodes are added.
- use_native_query
- any
Specifies whether the driver uses native HiveQL queries,or converts them into an equivalent form in HiveQL.
- username
- any
The user name that you use to access Hive Server.
- password
- SecretBase
The password corresponding to the user name that you provided in the Username field.
- http_path
- <xref:http_path>)<xref: >(any
The partial URL corresponding to the Hive server.
- enable_ssl
- any
Specifies whether the connections to the server are encrypted using SSL. The default value is false.
- trusted_cert_path
- any
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
- any
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
- any
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
- any
Specifies whether to allow self-signed certificates from the server. The default value is false.
- encrypted_credential
- any
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