From 9e750591b703ef43000f16e248055e284457f3e0 Mon Sep 17 00:00:00 2001 From: Mahmoud Parsian Date: Fri, 22 Jan 2016 13:46:44 -0800 Subject: [PATCH] added basic tutorial on pyspark --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca83cb2..81dcb31 100644 --- a/README.md +++ b/README.md @@ -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, 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