Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
ericschmid
Partner - Contributor II
Partner - Contributor II

Apache Spark Driver Version Built into ODBC Connector Package

I am trying to find out what version of Apache Spark driver is included in the ODBC Connector package. Does anyone know where this information is available?

I am not interested in the ODBC Connector package version itself, just the version of the Apache Spark driver thats running with in the package. I'm currently running QSEoW Februrary 2021 but interested to know how this could be found out in other versions.

Labels (2)
1 Solution

Accepted Solutions
Jay_Brown
Support
Support

I realize this is an older post but I want to answer for you (and provide the answer if someone searches).

If you go to the ODBCConnectorPackage folder:
C:\Program Files\Common Files\Qlik\Custom Data\QvOdbcConnectorPackage\spark\lib

If you right click on SparkODBC_sb64.dll and go to Properties > Details, you can see the driver version.  See attached.

Hope that helps!


To help users find verified answers, please don't forget to mark a correct resolution or answer to your problem or question as correct.

View solution in original post

2 Replies
Jay_Brown
Support
Support

I realize this is an older post but I want to answer for you (and provide the answer if someone searches).

If you go to the ODBCConnectorPackage folder:
C:\Program Files\Common Files\Qlik\Custom Data\QvOdbcConnectorPackage\spark\lib

If you right click on SparkODBC_sb64.dll and go to Properties > Details, you can see the driver version.  See attached.

Hope that helps!


To help users find verified answers, please don't forget to mark a correct resolution or answer to your problem or question as correct.
ericschmid
Partner - Contributor II
Partner - Contributor II
Author

Exactly what I was looking for.  Thank you very much!