We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e75059 commit cdbb732Copy full SHA for cdbb732
README.md
@@ -13,7 +13,7 @@ PySpark Examples and Tutorials
13
==============================
14
* wordcount: classic word count
15
* 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>)
+* basic-join: basic join of two relations R(K, V<sub>1</sub>), S(K, V<sub>2</sub>)
17
* basic-map: basic mapping of RDD elements
18
* basic-add: how to add all RDD elements together
19
* basic-multiply: how to multiply all RDD elements together
0 commit comments