Created
September 4, 2019 16:22
-
-
Save dgadiraju/803a98cc995eed42eed5ceea3699a7d5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Let us perform word count to understand | |
spark in detail. As part of word count | |
we will try to get how many times each | |
word is repeated. To get word count we | |
will use flatMap, map and then either | |
countByKey or reduceByKey to get count | |
by each word. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment