Class ImpalaLinkedService


  • public final class ImpalaLinkedService
    extends LinkedService
    Impala server linked service.
    • Constructor Detail

      • ImpalaLinkedService

        public ImpalaLinkedService()
    • Method Detail

      • withDescription

        public ImpalaLinkedService withDescription​(String description)
        Set the description property: Linked service description.
        Overrides:
        withDescription in class LinkedService
        Parameters:
        description - the description value to set.
        Returns:
        the LinkedService object itself.
      • withAnnotations

        public ImpalaLinkedService withAnnotations​(List<Object> annotations)
        Set the annotations property: List of tags that can be used for describing the linked service.
        Overrides:
        withAnnotations in class LinkedService
        Parameters:
        annotations - the annotations value to set.
        Returns:
        the LinkedService object itself.
      • host

        public Object host()
        Get the host property: The IP address or host name of the Impala server. (i.e. 192.168.222.160).
        Returns:
        the host value.
      • withHost

        public ImpalaLinkedService withHost​(Object host)
        Set the host property: The IP address or host name of the Impala server. (i.e. 192.168.222.160).
        Parameters:
        host - the host value to set.
        Returns:
        the ImpalaLinkedService object itself.
      • port

        public Object port()
        Get the port property: The TCP port that the Impala server uses to listen for client connections. The default value is 21050.
        Returns:
        the port value.
      • withPort

        public ImpalaLinkedService withPort​(Object port)
        Set the port property: The TCP port that the Impala server uses to listen for client connections. The default value is 21050.
        Parameters:
        port - the port value to set.
        Returns:
        the ImpalaLinkedService object itself.
      • authenticationType

        public ImpalaAuthenticationType authenticationType()
        Get the authenticationType property: The authentication type to use.
        Returns:
        the authenticationType value.
      • withAuthenticationType

        public ImpalaLinkedService withAuthenticationType​(ImpalaAuthenticationType authenticationType)
        Set the authenticationType property: The authentication type to use.
        Parameters:
        authenticationType - the authenticationType value to set.
        Returns:
        the ImpalaLinkedService object itself.
      • username

        public Object username()
        Get the username property: The user name used to access the Impala server. The default value is anonymous when using SASLUsername.
        Returns:
        the username value.
      • withUsername

        public ImpalaLinkedService withUsername​(Object username)
        Set the username property: The user name used to access the Impala server. The default value is anonymous when using SASLUsername.
        Parameters:
        username - the username value to set.
        Returns:
        the ImpalaLinkedService object itself.
      • password

        public SecretBase password()
        Get the password property: The password corresponding to the user name when using UsernameAndPassword.
        Returns:
        the password value.
      • withPassword

        public ImpalaLinkedService withPassword​(SecretBase password)
        Set the password property: The password corresponding to the user name when using UsernameAndPassword.
        Parameters:
        password - the password value to set.
        Returns:
        the ImpalaLinkedService object itself.
      • enableSsl

        public Object enableSsl()
        Get the enableSsl property: Specifies whether the connections to the server are encrypted using SSL. The default value is false.
        Returns:
        the enableSsl value.
      • withEnableSsl

        public ImpalaLinkedService withEnableSsl​(Object enableSsl)
        Set the enableSsl property: Specifies whether the connections to the server are encrypted using SSL. The default value is false.
        Parameters:
        enableSsl - the enableSsl value to set.
        Returns:
        the ImpalaLinkedService object itself.
      • trustedCertPath

        public Object trustedCertPath()
        Get the trustedCertPath property: 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.
        Returns:
        the trustedCertPath value.
      • withTrustedCertPath

        public ImpalaLinkedService 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. 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.
        Parameters:
        trustedCertPath - the trustedCertPath value to set.
        Returns:
        the ImpalaLinkedService object itself.
      • useSystemTrustStore

        public Object useSystemTrustStore()
        Get the useSystemTrustStore property: Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false.
        Returns:
        the useSystemTrustStore value.
      • withUseSystemTrustStore

        public ImpalaLinkedService 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. The default value is false.
        Parameters:
        useSystemTrustStore - the useSystemTrustStore value to set.
        Returns:
        the ImpalaLinkedService object itself.
      • allowHostnameCNMismatch

        public Object allowHostnameCNMismatch()
        Get 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. The default value is false.
        Returns:
        the allowHostnameCNMismatch value.
      • withAllowHostnameCNMismatch

        public ImpalaLinkedService 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. The default value is false.
        Parameters:
        allowHostnameCNMismatch - the allowHostnameCNMismatch value to set.
        Returns:
        the ImpalaLinkedService object itself.
      • allowSelfSignedServerCert

        public Object allowSelfSignedServerCert()
        Get the allowSelfSignedServerCert property: Specifies whether to allow self-signed certificates from the server. The default value is false.
        Returns:
        the allowSelfSignedServerCert value.
      • withAllowSelfSignedServerCert

        public ImpalaLinkedService withAllowSelfSignedServerCert​(Object allowSelfSignedServerCert)
        Set the allowSelfSignedServerCert property: Specifies whether to allow self-signed certificates from the server. The default value is false.
        Parameters:
        allowSelfSignedServerCert - the allowSelfSignedServerCert value to set.
        Returns:
        the ImpalaLinkedService object itself.
      • encryptedCredential

        public Object encryptedCredential()
        Get the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).
        Returns:
        the encryptedCredential value.
      • withEncryptedCredential

        public ImpalaLinkedService withEncryptedCredential​(Object encryptedCredential)
        Set the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).
        Parameters:
        encryptedCredential - the encryptedCredential value to set.
        Returns:
        the ImpalaLinkedService object itself.