GitHub user pgandhi999 opened a pull request:

    https://github.com/apache/spark/pull/21809

    [SPARK-24851] : Map a Stage ID to it's Associated Job ID in UI

    It would be nice to have a field in Stage Page UI which would show mapping 
of the current stage id to the job id's to which that stage belongs to. 
    
    ## What changes were proposed in this pull request?
    
    Added a field in Stage UI to display the corresponding job id for that 
particular stage.
    
    ## How was this patch tested?
    
    <img width="457" alt="screen shot 2018-05-30 at 1 57 34 pm" 
src="https://user-images.githubusercontent.com/22228190/42900762-47d1a6d2-8a8f-11e8-9dc5-45713eaac296.png";>
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/pgandhi999/spark SPARK-24851

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/21809.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 #21809
    
----
commit 7be05201239c9fec7133e8f09455224786e91b59
Author: pgandhi <pgandhi@...>
Date:   2018-07-18T18:31:20Z

    [SPARK-24851] : Map a Stage ID to it's Associated Job ID in UI
    
    Added a field in Stage UI to display the corresponding job id for that 
particular stage.

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to