Spark Stages, Tasks, and Jobs
Jan 24, 2023 · 2 min read · There are mainly 3 components in spark UI Jobs A spark application can have multiple jobs based on the number of actions (#jobs =#actions) in the application. These jobs can have a common rdd somewhere in the execution map or they can be separate al...
Join discussion


