To achieve data parallelism component used
-
a. Replicate
-
b. Gather
-
c. Broadcast
-
d.Reformat
C
Correct answer
Explanation
Broadcast sends the same data to all downstream partitions simultaneously, enabling parallel processing of identical datasets. This achieves data parallelism by allowing multiple operations on the same data concurrently.