This is a dedicated watch page for a single video.
A data engineer wants to optimize the following join operation by allowing the smaller dataFrame to be sent to all executor nodes in the cluster: largeDF . join ( smallerDF , [“ key ”], "inner" ) Which of the following functions can be used to mark a dataFrame as small enough to fit in memory on all executors ?