Skip to content

Commit

Permalink
Updated link for pyspark examples in docs
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jyotiska authored and pwendell committed Feb 27, 2014
1 parent 0e40e2b commit 2645035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/python-programming-guide.md
Expand Up @@ -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
Expand Down

0 comments on commit 2645035

Please sign in to comment.