Zhongwei Zhu created SPARK-32349:
------------------------------------
Summary: [UI] Reduce unnecessary allexecutors call when render
stage page executor summary
Key: SPARK-32349
URL: https://issues.apache.org/jira/browse/SPARK-32349
Project: Spark
Issue Type: Improvement
Components: Web UI
Affects Versions: 3.0.0
Reporter: Zhongwei Zhu
Currently, stage page executor summary table data are built by merge
/allexecutors response and stage.executorSummary. The data needed from
/allexecutor are only two fields: hostPort and executorLogs.
By adding both fields in v1.ExecutorStageSummary, we can save one /allexecutors
call and make frontend logic simpler
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]