Quiz: PySpark RDDs
Test your knowledge of PySpark SQL.
We'll cover the following...
We'll cover the following...
PySpark RDDs
1.
Which is not a way to create an RDD in PySpark?
A.
Loading data from a text file
B.
Parallelizing an existing Python list
C.
Creating an RDD from a DataFrame
D.
Generating data programmatically using the RDD.generate()
function
1 / 5
...