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]
    
![s1a](https://cloud.githubusercontent.com/assets/15843379/14766101/a47246b2-0a30-11e6-8d81-06a9a600113b.png)
    [SQL Tab]
    
![s1b](https://cloud.githubusercontent.com/assets/15843379/14766102/a4750226-0a30-11e6-9ada-773d977d902b.png)
    ### After
    [Jobs Tab]
    
![s2a](https://cloud.githubusercontent.com/assets/15843379/14766104/a89705b6-0a30-11e6-9830-0d40ec68527b.png)
    [SQL Tab]
    
![s2b](https://cloud.githubusercontent.com/assets/15843379/14766103/a8966728-0a30-11e6-8e4d-c2e326400478.png)
    
    
    ## 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]

Reply via email to