33
edits
Changes
→Examples & Use Case
These examples and more are found at https://spark.apache.org/docs/latest/rdd-programming-guide.html
== Examples & Use Case ==
=== Word Count ===
[[File:4.PNG]]
Using transformations ( flatmap, map, reduceByKey ) to build a data set of string and int pairs. It is then saved into a file