Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The implementation of RemoteSparkJobStatus#getSparkStageProgress is a bit inefficient. There is one RPC call to get the SparkJobInfo and then for every stage there is another RPC call to get each SparkStageInfo. This could all be done in a single RPC call.
Attachments
Attachments
Issue Links
- links to