(Choose 1 answer)
What does the following line of code do?words = lines.flatMap(lambda line: line.split(" "))
A. Each line in the document is split up into words.
B. Each line in the document is split into various Spark partitions.
C. Each word in each line is counted.
D. Each word is merged into lines to be counted later.
Exit (56