We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3292e2a commit a1f9d51Copy full SHA for a1f9d51
docs/python-programming-guide.md
@@ -45,7 +45,7 @@ errors = logData.filter(is_error)
45
46
PySpark will automatically ship these functions to executors, along with any objects that they reference.
47
Instances of classes will be serialized and shipped to executors by PySpark, but classes themselves cannot be automatically distributed to executors.
48
-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.
49
50
In addition, PySpark fully supports interactive use---simply run `./bin/pyspark` to launch an interactive shell.
51
0 commit comments