Description
It would be very useful in the stage ui to show aggregated task information similar in semantics to the following SQL:
SELECT sum(duration), count(tasks) count(failed tasks), count(succeeded tasks), sum(shuffle read), sum(shuffle write) FROM tasks GROUP BY executorId