Skip to content

Commit

Permalink
added basic tutorial on pyspark
Browse files Browse the repository at this point in the history
  • Loading branch information
pyspark-in-action committed Jan 22, 2016
1 parent 26a92fb commit 9e75059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PySpark Examples and Tutorials
==============================
* wordcount: classic word count
* bigrams: find frequency of bigrams
* basic-join: basic join of two relations R(K, V1), S(K,V2)
* basic-join: basic join of two relations R(K, V<sub>1</sub>), S(K,V<sub>2</sub>)
* basic-map: basic mapping of RDD elements
* basic-add: how to add all RDD elements together
* basic-multiply: how to multiply all RDD elements together
Expand Down

0 comments on commit 9e75059

Please sign in to comment.