Skip to content

Commit

Permalink
fix broken in link in python docs
Browse files Browse the repository at this point in the history
Author: Andy Konwinski <[email protected]>

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

a1f9d51 [Andy Konwinski] fix broken in link in python docs
  • Loading branch information
andyk authored and pwendell committed May 10, 2014
1 parent 7eefc9d commit c05d11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/python-programming-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit c05d11b

Please sign in to comment.