Google News
logo
PySpark - Quiz(MCQ)
Which of the following options help to see RDD contents?
A)
RDDread.Collect()
B)
RDDread.Content()
C)
RDD.CollectContent()
D)
RDDread.ContentCollect()

Correct Answer :   RDDread.Collect()

Advertisement