GitHub user lw-lin opened a pull request:
https://github.com/apache/spark/pull/12650
[SPARK-14884][SQL][Streaming][WebUI] Fix call site for continuous queries
## What changes were proposed in this pull request?
Since we've been processing continuous queries in separate threads, the
call sites are then `run at <unknown>:0`. It's not wrong but provides very
little information; in addition, we can not distinguish two queries only from
their call sites.
This patch fixes this.
### Before
[Jobs Tab]

[SQL Tab]

### After
[Jobs Tab]

[SQL Tab]

## How was this patch tested?
Manually checks - see screenshots above.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lw-lin/spark fix-call-site
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/12650.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 #12650
----
commit db15de5661ba9f5dbf94caedd02f5fdd90a8fe61
Author: Liwei Lin <[email protected]>
Date: 2016-04-24T07:05:15Z
fix call site for continuous queries
commit 44d93c780cbeb97937f211b50c79bd0bf8291909
Author: Liwei Lin <[email protected]>
Date: 2016-04-24T07:10:19Z
fix style
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]