Data Source and Driver Classes
- Last Updated: November 23, 2020
- 1 minute read
- DataDirect Connectors
- JDBC
- Apache Spark SQL 6.0
- Documentation
The driver class for the driver is:
com.ddtek.jdbc.sparksql.SparkSQLDriver
Two data source classes are provided with the driver. Which data source class you use depends on the JDBC functionality your application requires. The following table shows the recommended data source class to use with different JDBC specifications.
| If your application requires... | JVM Version | Data Source Class |
|---|---|---|
| JDBC 4.0 functionality and higher | Java SE 8 or higher | com.ddtek.jdbcx.sparksql.SparkSQLDataSource40 |
| JDBC 3.x functionality and earlier specifications | Java SE 8 or higher | com.ddtek.jdbcx.sparksql.SparkSQLDataSource |