
Explanation:
The correct answer is C: The Stage's detail screen and the Executor's log files.
UnsafeExternalSorter. Messages such as "Spilling data because number of spilledRecords crossed the threshold" provide definitive proof of spilling at the task level.Why other options are incorrect:
Ultimate access to all questions.
No comments yet.
During the execution of wide transformations in Apache Spark, data may 'spill' to disk if the executor's memory is insufficient. Which two locations in the Spark UI provide the primary indicators that partitions are spilling to disk?
A
The Driver's log files and the Executor's log files.
B
The Stage's detail screen and the Query's (SQL) detail screen.
C
The Stage's detail screen and the Executor's log files.
D
The Executor's detail screen and the Executor's log files.