Skip to content

Commit cdbb732

Browse files
added basic tutorial on pyspark
1 parent 9e75059 commit cdbb732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ PySpark Examples and Tutorials
1313
==============================
1414
* wordcount: classic word count
1515
* bigrams: find frequency of bigrams
16-
* basic-join: basic join of two relations R(K, V<sub>1</sub>), S(K,V<sub>2</sub>)
16+
* basic-join: basic join of two relations R(K, V<sub>1</sub>), S(K, V<sub>2</sub>)
1717
* basic-map: basic mapping of RDD elements
1818
* basic-add: how to add all RDD elements together
1919
* basic-multiply: how to multiply all RDD elements together

0 commit comments

Comments
 (0)