Where to download Vertica Connector for Apache Spark?
I am trying to use the Vertica Connector for Apache Spark following the documentation here:
https://my.vertica.com/docs/8.0.x/HTML/index.htm#Authoring/SparkConnector/InstallationAndDeployment.htm?TocPath=Integrating%20with%20Apache%20Spark|_____1
I am not able to find hpe-spark-connector-8.0.0-0.jar and vertica-jdbc-8.0.0-0.jar. Can anyone please help?
1
Comments
Hi,
You can find the download for spark on the same pages as the enterprise and community edition Vertica server downloads. You must be logged in to my.vertica to access these pages.
Downloads > Enterprise Edi
https://my.vertica.com/download/vertica/8-0-x/
https://my.vertica.com/download/vertica/community-edition/
The JDBC Downloads is available in Downloads > Client Drivers
https://my.vertica.com/download/vertica/client-drivers/
I don't see "hpe-spark-connector*.jar" on the suggested links, but instead I found "vertica-8.1.1_spark1.6_scala2.10-20170623.jar" [1] and hoping that would enable my spark to connect to the vertica database for the example [2].
[1] https://my.vertica.com/download/vertica/community-edition/
[2] https://my.vertica.com/docs/8.1.x/HTML/index.htm#Authoring/SparkConnector/LoadingVerticaDataToSparkUsingVerticaDataSource.htm?TocPath=Integrating%20with%20Apache%20Spark|Loading%20Vertica%20Data%20into%20a%20Spark%20DataFrame%20or%20RDD|_____1
I faced the same issue and downloaded the respective jar file from https://www.qzhou.com.cn/user/bdy/3477137749
After adding the jar file to my class path, i am able to connect Vertica