GitHub user squito opened a pull request:
https://github.com/apache/spark/pull/20047
[SPARK-22861][SQL] SQLAppStatusListener handles multi-job executions.
When one execution has multiple jobs, we need to append to the set of
stages, not replace them on every job.
Added unit test and ran existing tests on jenkins
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/squito/spark SPARK-22861
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/20047.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 #20047
----
commit 29d184c1e39c8c9203ff1b5988e7f429680fce2d
Author: Imran Rashid <irashid@...>
Date: 2017-12-21T16:54:14Z
[SPARK-22861][SQL] SQLAppStatusListener handles multi-job executions.
When one execution has multiple jobs, we need to append to the set of
stages, not replace them on every job.
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]