Question: What can we get by executing the following code? test.txt contains new line delimited texts. sc.textFile(test.txt).map(lambda line: line.split()) A. an RDD with each element being
What can we get by executing the following code? "test.txt" contains new line delimited texts. sc.textFile("test.txt").map(lambda line: line.split())
A. an RDD with each element being an array of words
B. an RDD with each element being a word
C. a pair RDD
D. a double RDD
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
