[GitHub] storm pull request #2794: STORM-3180 Total executors in Cluster Summary in m...

2018-08-10 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/storm/pull/2794


---


[GitHub] storm pull request #2794: STORM-3180 Total executors in Cluster Summary in m...

2018-08-06 Thread HeartSaVioR
GitHub user HeartSaVioR opened a pull request:

https://github.com/apache/storm/pull/2794

STORM-3180 Total executors in Cluster Summary in main UI page is not …

…exposed even a topology is running

* rename the field of /cluster/summary output: `totalExecutors` to 
`executorsTotal`

Please compare with doc regarding the output format of API:

https://github.com/apache/storm/blob/master/docs/STORM-UI-REST-API.md#apiv1clustersummary-get


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

$ git pull https://github.com/HeartSaVioR/storm STORM-3180

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

https://github.com/apache/storm/pull/2794.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 #2794


commit fdfeb14166301fed82b045f41934b693e95577c4
Author: Jungtaek Lim 
Date:   2018-08-06T13:07:53Z

STORM-3180 Total executors in Cluster Summary in main UI page is not 
exposed even a topology is running

* rename the field of /cluster/summary output: totalExecutors to 
executorsTotal




---