aboutsummaryrefslogtreecommitdiff
path: root/docs/python-programming-guide.md
diff options
context:
space:
mode:
authorMatei Zaharia <matei@databricks.com>2014-05-14 21:45:20 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-05-14 21:45:20 -0700
commitf10de042b8e86adf51b70bae2d8589a5cbf02935 (patch)
tree2692816b28b8e9e40be8aa66426cf257314ef370 /docs/python-programming-guide.md
parentad4e60ee7e2c49c24a9972312915f7f7253c7679 (diff)
downloadspark-f10de042b8e86adf51b70bae2d8589a5cbf02935.tar.gz
spark-f10de042b8e86adf51b70bae2d8589a5cbf02935.tar.bz2
spark-f10de042b8e86adf51b70bae2d8589a5cbf02935.zip
Add language tabs and Python version to interactive part of quick-start
This is an addition of some stuff that was missed in https://issues.apache.org/jira/browse/SPARK-1567. I've also updated the doc to show submitting the Python application with spark-submit. Author: Matei Zaharia <matei@databricks.com> Closes #782 from mateiz/spark-1567-extra and squashes the following commits: 6f8f2aa [Matei Zaharia] tweaks 9ed9874 [Matei Zaharia] tweaks ae67c3e [Matei Zaharia] tweak b303ba3 [Matei Zaharia] tweak 1433a4d [Matei Zaharia] Add language tabs and Python version to interactive part of quick-start guide
Diffstat (limited to 'docs/python-programming-guide.md')
-rw-r--r--docs/python-programming-guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/python-programming-guide.md b/docs/python-programming-guide.md
index 2ce2c346d7..17675acba6 100644
--- a/docs/python-programming-guide.md
+++ b/docs/python-programming-guide.md
@@ -121,7 +121,7 @@ IPython also works on a cluster or on multiple cores if you set the `MASTER` env
# Standalone Programs
PySpark can also be used from standalone Python scripts by creating a SparkContext in your script and running the script using `bin/spark-submit`.
-The Quick Start guide includes a [complete example](quick-start.html#a-standalone-app-in-python) of a standalone Python application.
+The Quick Start guide includes a [complete example](quick-start.html#standalone-applications) of a standalone Python application.
Code dependencies can be deployed by passing .zip or .egg files in the `--py-files` option of `spark-submit`: