Skip to content

Commit

Permalink
improved docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoudparsian committed Mar 12, 2015
1 parent 2a5b0d8 commit eb22f46
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@ pyspark-tutorials
=================
* wordcount: classic word count
* bigrams: find frequency of bigrams
* basicjoin: basic join of two relations R(K, V1), S(K,V2)

* basic-join: basic join of two relations R(K, V1), S(K,V2)
* 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

0 comments on commit eb22f46

Please sign in to comment.