Skip to content

Instantly share code, notes, and snippets.

@johnmuller87
Created January 29, 2018 10:23
Show Gist options
  • Save johnmuller87/ead0b6d1f2da1120d992ff4de124c413 to your computer and use it in GitHub Desktop.
Save johnmuller87/ead0b6d1f2da1120d992ff4de124c413 to your computer and use it in GitHub Desktop.
Create your jar and pass it to PySpark
# create the jar using SBT
sbt clean assembly
# Pass the jar to the PySpark session
pyspark --jars [path/to/jar/x.jar]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment