Using PAT (Personal Access Token)
This authentication mechanism uses Personal access token as password and token as UID.
You provide this information to the connector in the connection URL. For more information about the syntax of the connection URL,
To configure PAT authentication:
- Set the
AuthMech
property to3
. - Set the
UID
property to token for accessing the Spark server. - Set the
PWD
property to personal access token.
For example, the following connection URL connects to a Spark server with authentication enabled:
jdbc:
In this example, PAT authentication is enabled for JDBC connections, the UID is token, the PWD(personal access token here) is simbadatabricksPAT and the server is listening on port for JDBC connections.