aboutsummaryrefslogtreecommitdiff
path: root/docs/python-programming-guide.md
diff options
context:
space:
mode:
authorJyotiska NK <jyotiska123@gmail.com>2014-02-26 21:37:04 -0800
committerPatrick Wendell <pwendell@gmail.com>2014-02-26 21:37:04 -0800
commit26450351af8406704c6823ce88426bd3e579d4cb (patch)
treef893c8be26aa4782290c2a000a7b82b06fddf50e /docs/python-programming-guide.md
parent0e40e2b12692d37e35d75e8b495ecd181fbce7de (diff)
downloadspark-26450351af8406704c6823ce88426bd3e579d4cb.tar.gz
spark-26450351af8406704c6823ce88426bd3e579d4cb.tar.bz2
spark-26450351af8406704c6823ce88426bd3e579d4cb.zip
Updated link for pyspark examples in docs
Author: Jyotiska NK <jyotiska123@gmail.com> Closes #22 from jyotiska/pyspark_docs and squashes the following commits: 426136c [Jyotiska NK] Updated link for pyspark examples
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 7c5283fb0b..57ed54c9cf 100644
--- a/docs/python-programming-guide.md
+++ b/docs/python-programming-guide.md
@@ -157,7 +157,7 @@ some example applications.
# Where to Go from Here
-PySpark also includes several sample programs in the [`python/examples` folder](https://github.com/apache/incubator-spark/tree/master/python/examples).
+PySpark also includes several sample programs in the [`python/examples` folder](https://github.com/apache/spark/tree/master/python/examples).
You can run them by passing the files to `pyspark`; e.g.:
./bin/pyspark python/examples/wordcount.py