Installing a JDBC Driver
The credentials used to
authenticate with Amazon Redshift determine whether you need to install a JDBC driver:
- Instance profile
- When using an instance profile to authenticate with Redshift, you do not need to install a JDBC driver. The Amazon Redshift destination uses a JDBC driver included with the destination.
- AWS access keys
- When using AWS access keys to authenticate with Redshift, you must install an Amazon Redshift JDBC driver.
Transformer bundles a JDBC driver into the launched Spark application so that the driver is available on each node in the cluster.