Skip to main content

Add the Spark SQL Connector

Authenticate to Spark SQL

After you add the connector, you need to set the required properties. Server: Enter the host name or IP of the server that hosts your instance of . supports authenticating to in several ways. Select your authentication method below to proceed to the relevant section that contains the authentication details.

Plain

NOSASL

To connect without authentication, select NOSASL for Auth Scheme. No additional properties are required.

LDAP

Kerberos

  • Sasl Qop: Select the quality-of-protection level for the SASL framework.
    • auth: Specifies authentication only.
    • auth-int: Specifies authentication plus integrity protection.
    • auth-conf: Specifies authentication plus integrity and confidentiality protection.

Complete Your Connection

To complete your connection:
  1. Specify the following properties:
    • Port: Enter the port number for your instance of . The default port value is 10000.
    • (Optional) Database: Enter the name of your database.
  2. Define advanced connection settings on the Advanced tab. (In most cases, though, you should not need these settings.)
  3. Click Create & Test to create your connection.

More Information