Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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!
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!
Exactly what I was looking for. Thank you very much!