Skip to content
Snippets Groups Projects
Commit c05d11bb authored by Andy Konwinski's avatar Andy Konwinski Committed by Patrick Wendell
Browse files

fix broken in link in python docs

Author: Andy Konwinski <andykonwinski@gmail.com>

Closes #650 from andyk/python-docs-link-fix and squashes the following commits:

a1f9d51 [Andy Konwinski] fix broken in link in python docs
parent 7eefc9d2
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ errors = logData.filter(is_error)
PySpark will automatically ship these functions to executors, along with any objects that they reference.
Instances of classes will be serialized and shipped to executors by PySpark, but classes themselves cannot be automatically distributed to executors.
The [Standalone Use](#standalone-use) section describes how to ship code dependencies to executors.
The [Standalone Use](#standalone-programs) section describes how to ship code dependencies to executors.
In addition, PySpark fully supports interactive use---simply run `./bin/pyspark` to launch an interactive shell.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment