The ____ function in Spark is critical for performing wide transformations like groupBy.

  • Broadcast
  • Narrow
  • Shuffle
  • Transform
The Shuffle function in Spark is critical for performing wide transformations like groupBy. It involves redistributing and exchanging data across the partitions, typically occurring during operations that require data to be grouped or aggregated across the cluster.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *