Login using Social Account
     Continue with GoogleLogin using your credentials
We have an RDD containing a list of words. Each record of this RDD is a word. You can assume that the RDD is similar to what gets created when we run the following code:
var rdd = sc.parallelize(Array("this", "this", "is", "good", "is"))
If we have to find the count of each unique word in an RDD having each word as a record. Which approach gives correct results?
Taking you to the next exercise in seconds...
Want to create exercises like this yourself? Click here.
No hints are availble for this assesment
Answer is not availble for this assesment
Loading comments...