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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related General Management Questions!