HiveLinkedService |
HiveLinkedService.withAllowHostnameCNMismatch(Object allowHostnameCNMismatch) |
Set the allowHostnameCNMismatch property: Specifies whether to require a CA-issued SSL certificate name to match
the host name of the server when connecting over SSL.
|
HiveLinkedService |
HiveLinkedService.withAllowSelfSignedServerCert(Object allowSelfSignedServerCert) |
Set the allowSelfSignedServerCert property: Specifies whether to allow self-signed certificates from the server.
|
HiveLinkedService |
HiveLinkedService.withAnnotations(List<Object> annotations) |
Set the annotations property: List of tags that can be used for describing the linked service.
|
HiveLinkedService |
HiveLinkedService.withAuthenticationType(HiveAuthenticationType authenticationType) |
Set the authenticationType property: The authentication method used to access the Hive server.
|
HiveLinkedService |
HiveLinkedService.withConnectVia(IntegrationRuntimeReference connectVia) |
Set the connectVia property: The integration runtime reference.
|
HiveLinkedService |
HiveLinkedService.withDescription(String description) |
Set the description property: Linked service description.
|
HiveLinkedService |
HiveLinkedService.withEnableSsl(Object enableSsl) |
Set the enableSsl property: Specifies whether the connections to the server are encrypted using SSL.
|
HiveLinkedService |
HiveLinkedService.withEncryptedCredential(Object encryptedCredential) |
Set the encryptedCredential property: The encrypted credential used for authentication.
|
HiveLinkedService |
HiveLinkedService.withHost(Object host) |
Set the host property: IP address or host name of the Hive server, separated by ';' for multiple hosts (only when
serviceDiscoveryMode is enable).
|
HiveLinkedService |
HiveLinkedService.withHttpPath(Object httpPath) |
Set the httpPath property: The partial URL corresponding to the Hive server.
|
HiveLinkedService |
HiveLinkedService.withParameters(Map<String,ParameterSpecification> parameters) |
Set the parameters property: Parameters for linked service.
|
HiveLinkedService |
HiveLinkedService.withPassword(SecretBase password) |
Set the password property: The password corresponding to the user name that you provided in the Username field.
|
HiveLinkedService |
HiveLinkedService.withPort(Object port) |
Set the port property: The TCP port that the Hive server uses to listen for client connections.
|
HiveLinkedService |
HiveLinkedService.withServerType(HiveServerType serverType) |
Set the serverType property: The type of Hive server.
|
HiveLinkedService |
HiveLinkedService.withServiceDiscoveryMode(Object serviceDiscoveryMode) |
Set the serviceDiscoveryMode property: true to indicate using the ZooKeeper service, false not.
|
HiveLinkedService |
HiveLinkedService.withThriftTransportProtocol(HiveThriftTransportProtocol thriftTransportProtocol) |
Set the thriftTransportProtocol property: The transport protocol to use in the Thrift layer.
|
HiveLinkedService |
HiveLinkedService.withTrustedCertPath(Object trustedCertPath) |
Set the trustedCertPath property: The full path of the .pem file containing trusted CA certificates for verifying
the server when connecting over SSL.
|
HiveLinkedService |
HiveLinkedService.withUseNativeQuery(Object useNativeQuery) |
Set the useNativeQuery property: Specifies whether the driver uses native HiveQL queries,or converts them into an
equivalent form in HiveQL.
|
HiveLinkedService |
HiveLinkedService.withUsername(Object username) |
Set the username property: The user name that you use to access Hive Server.
|
HiveLinkedService |
HiveLinkedService.withUseSystemTrustStore(Object useSystemTrustStore) |
Set the useSystemTrustStore property: Specifies whether to use a CA certificate from the system trust store or
from a specified PEM file.
|
HiveLinkedService |
HiveLinkedService.withZooKeeperNameSpace(Object zooKeeperNameSpace) |
Set the zooKeeperNameSpace property: The namespace on ZooKeeper under which Hive Server 2 nodes are added.
|