
Ultimate access to all questions.
Which of the following operations will consistently produce a new DataFrame with repartitioned data from DataFrame storesDF by triggering a shuffle operation?
A
storesDF.coalesce()
B
storesDF.rdd.getNumPartitions()
C
storesDF.repartition()
D
storesDF.union()
E
storesDF.intersect(otherDF)