Authenticating to SparkSQL
The service may be authenticated to using the PLAIN, LDAP, NOSASL, KERBEROS auth schemes.
Authenticating with PLAIN
To authenticate with PLAIN, set the following connection properties:
• AuthScheme: Set this to PLAIN.
• User: Set this to user to login as.
• Password: Set this to the password of the user.
To authenticate, set User and Password.
Authenticating with LDAP
To authenticate with LDAP, set the following connection properties:
• AuthScheme: Set this to LDAP.
• User: Set this to user to login as.
• Password: Set this to the password of the user.
To authenticate, set User, Password, and AuthScheme.
Authenticating with NOSASL
When using NOSASL, no authentication is performed. Set the following connection properties:
• AuthScheme: Set this to NOSASL.
Authenticating with Kerberos
Please see
Using Kerberos for details on how to authenticate with Kerberos.