Skip to content

Commit

Permalink
added more tutorial references...
Browse files Browse the repository at this point in the history
  • Loading branch information
pyspark-in-action committed May 5, 2016
1 parent 4f5ae85 commit d05a07d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,18 @@ PySpark Examples and Tutorials
* [Cartesian Product: rdd1.cartesian(rdd2)](./tutorial/cartesian)
* [Sort By Key: sortByKey() ascending/descending](./tutorial/basic-sort)
* [How to Add Indices](./tutorial/add-indices)
* [mapPartitions() by Examples](./tutorial/map-partitions/README.md)
* [Map Partitions: mapPartitions() by Examples](./tutorial/map-partitions/README.md)

[How to Minimize the Verbosity of Spark](./howto/minimize_verbosity.md)
=======================================================================

More PySpark Tutorial References...
PySpark Tutorial and References...
===================================
* [Getting started with PySpark - Part 1](http://www.mccarroll.net/blog/pyspark/)
* [Getting started with PySpark - Part 2](http://www.mccarroll.net/blog/pyspark2/index.html)
* [A really really fast introduction to PySpark](http://www.slideshare.net/hkarau/a-really-really-fast-introduction-to-py-spark-lightning-fast-cluster-computing-with-python-1)
* [PySpark](http://www.slideshare.net/thegiivee/pysaprk?qid=81cf1b31-8b19-4570-89a5-21d03cad6ecd&v=default&b=&from_search=9)
* [Basic Big Data Manipulation with PySpark](http://bigdatasciencebootcamp.com/posts/Part_3/basic_big_data.html)

Questions/Comments
==================
Expand Down

0 comments on commit d05a07d

Please sign in to comment.