Repository: spark Updated Branches: refs/heads/branch-0.9 ef74e44e0 -> 1dc1e988f
Updated link for pyspark examples in docs Author: Jyotiska NK <[email protected]> Closes #22 from jyotiska/pyspark_docs and squashes the following commits: 426136c [Jyotiska NK] Updated link for pyspark examples Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/e74e79a0 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/e74e79a0 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/e74e79a0 Branch: refs/heads/branch-0.9 Commit: e74e79a06fc17a4ea71c882de2549bbd4dbf76c5 Parents: ef74e44 Author: Jyotiska NK <[email protected]> Authored: Wed Feb 26 21:37:04 2014 -0800 Committer: Patrick Wendell <[email protected]> Committed: Sun Mar 16 22:12:51 2014 -0700 ---------------------------------------------------------------------- docs/python-programming-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/e74e79a0/docs/python-programming-guide.md ---------------------------------------------------------------------- diff --git a/docs/python-programming-guide.md b/docs/python-programming-guide.md index 7c5283f..57ed54c 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
