Data Source and Driver Classes
- Last Updated: May 13, 2025
- 1 minute read
- DataDirect Connectors
- JDBC
- Cloudera Impala 5.1
- Documentation
The driver class for the Impala driver is:
com.ddtek.jdbc.impala.ImpalaDriver
The driver provides the following data source class that supports the functionality for all JDBC specifications and Java SE 8 or higher:
com.ddtek.jdbcx.impala.ImpalaDataSource
Note: For compatibility
purposes, the driver also provides a second data sources class,
com.ddtek.jdbcx.impala.ImpalaDataSource40. This data source class functions
identically to com.ddtek.jdbcx.impala.ImpalaDataSource; however, it is named after a
data source class provided in earlier releases, allowing applications that rely on
the older version to use the driver without changes.
See "Connecting Using Data Sources" for information about connecting using data sources.