Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What does the Spark UI light blue part of Tasks progress bar indicate?

Below is a screenshot of the Apache Spark UI showing the progress of Stage 0. Under the Tasks column there is a dark blue and a light blue part of the progress bar. The dark blue part corresponds to the number of tasks that have succeeded [1075/3200 in the screenshot below].

What does the light blue part of the progress bar indicate? Thanks!

enter image description here

like image 704
Yuri Brovman Avatar asked Nov 12 '15 23:11

Yuri Brovman


1 Answers

  • total size of the bar represents a number of tasks for a given stage
  • dark blue part of the part represents tasks which have already finished
  • light blue part of the bar represents currently running tasks
like image 109
zero323 Avatar answered Nov 08 '22 08:11

zero323



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!