Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sephiroth-Lin committed Apr 16, 2015
1 parent 309679a commit 052e288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/submitting-applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ For Python, you can use the `--py-files` argument of `spark-submit` to add `.py`
files to be distributed with your application. If you depend on multiple Python files we recommend
packaging them into a `.zip` or `.egg`.

As Python can not read files from assembly jar which package by JDK1.7+, so packaging pyspark into a
As Python can not read files from assembly jar which packaged by JDK1.7+, so packaging pyspark into a
`.zip`(the name contains "spark-pyspark") and use `--py-files` argument of `spark-submit` to distribute it.

# Launching Applications with spark-submit
Expand Down

0 comments on commit 052e288

Please sign in to comment.