vertica / spark-connector

This component acts as a bridge between Spark and Vertica, allowing the user to either retrieve data from Vertica for processing in Spark, or store processed data from Spark into Vertica.
Apache License 2.0
20 stars 23 forks source link

Add Spark Connector example to Vertica demo repo #531

Closed jeremyprime closed 1 year ago

jeremyprime commented 1 year ago

Is your feature request related to a problem? Please describe.

Would be nice to have an example of how to use the Spark Connector, possibly in combination with VerticaPy, in the Vertica demo repo.

Describe the solution you'd like

Add Spark and HDFS to the repo and configure Jupyter to be able to use it. Then add at least one ML example that makes use of this environment.

jeremyprime commented 1 year ago

See merged PR here: https://github.com/vertica/vertica-demo/pull/155