GitHub user thegiive opened a pull request:

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

    [SPARK-8656][WebUI] Fix the webUI and JSON API number is not synced

    Spark standalone master web UI show "Alive workers" worker number, "Alive 
Workers" total core, total used cores and "Alive workers" total memory, memory 
used. 
    But the JSON API page "http://MASTERURL:8088/json"; shows "all workers" 
worker number, core, memory number. 
    This webUI data is not sync with the JSON API.
    The proper way is to sync the number with webUI and JSON API.

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

    $ git pull https://github.com/thegiive/spark SPARK-8656

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

    https://github.com/apache/spark/pull/7038.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 #7038
    
----
commit 8b3b8e8f830d1148e43f050b6b0011817ea1262e
Author: Wisely Chen <wiselyc...@appier.com>
Date:   2015-06-26T10:21:06Z

    [SPARK-8656] Fix the webUI and JSON API number is not synced

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to