GitHub user rxin opened a pull request:
https://github.com/apache/spark/pull/23183
[SPARK-26226][SQL] Update query tracker to report timeline for phases
## What changes were proposed in this pull request?
This patch changes the query plan tracker added earlier to report phase
timeline, rather than just a duration for each phase. This way, we can easily
find time that's unaccounted for.
## How was this patch tested?
Updated test cases to reflect that.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rxin/spark SPARK-26226
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/23183.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #23183
----
commit d200be22afd83472c03a612a22e5b1fb4d4d80ab
Author: Reynold Xin <rxin@...>
Date: 2018-11-29T23:00:49Z
[SPARK-26226][SQL] Update query tracker to report timeline for phases
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]