GitHub user guoxiaolongzte opened a pull request:

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

    [WEB-UI]Add the 'master' column to identify the type of resource management 
for the spark job, in the history server web ui.

    ## What changes were proposed in this pull request?
    Add the 'master' column to identify the type of resource management for the 
spark job, in the history server web ui.
    
    such as:
          --master yarn, which means that the resource type of the blurs 
job is yarn.
          --master ip: 7077, that the spark resource management type is 
standalone.
          --master local, which indicates that the resource type of the 
blurs job is local.
    
    Screenshots are as follows:
    
![1](https://user-images.githubusercontent.com/26266482/29700661-329e3516-8999-11e7-8ebc-479b7986c489.png)
    
    (Please fill in changes proposed in this fix)
    
    ## How was this patch tested?
    
    manual tests
    (If this patch involves UI changes, please attach a screenshot; otherwise, 
remove this)
    
    Please review http://spark.apache.org/contributing.html before opening a 
pull request.


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

    $ git pull https://github.com/guoxiaolongzte/spark historyserver_add_master

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

    https://github.com/apache/spark/pull/19049.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 #19049
    
----
commit bd8ab9c830eb032561ae14876ab905a46e4b2e32
Author: guoxiaolong <[email protected]>
Date:   2017-08-25T05:22:25Z

    [WEB-UI]Add the 'master' column to identify the type of resource management 
for the spark job, in the history server web ui.

----


---
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