minrk / findspark

BSD 3-Clause "New" or "Revised" License
511 stars 72 forks source link

how do I add jars to the context created by findspark #10

Open lostinplace opened 8 years ago

lostinplace commented 8 years ago

I need to add the spark-csv (https://github.com/databricks/spark-csv) module to the pyspark context, how is this done when the pyspark module manages the execution of the submitter?

zbence commented 8 years ago

Just check out this one? https://github.com/minrk/findspark/pull/11