You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2014/06/04 02:33:33 UTC

[10/13] git commit: STORM-205. Add REST API to Storm UI. removed empty topologies element from cluster-summary.

STORM-205. Add REST API to Storm UI.
removed empty topologies element from cluster-summary.


Project: http://git-wip-us.apache.org/repos/asf/incubator-storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-storm/commit/49a9a92f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-storm/tree/49a9a92f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-storm/diff/49a9a92f

Branch: refs/heads/master
Commit: 49a9a92f79546f8a44e8664e422e26c187b73ee2
Parents: e538ffe
Author: Sriharsha Chintalapani <ma...@harsha.io>
Authored: Sat May 31 14:14:13 2014 -0700
Committer: Sriharsha Chintalapani <ma...@harsha.io>
Committed: Sat May 31 14:14:13 2014 -0700

----------------------------------------------------------------------
 storm-core/src/clj/backtype/storm/ui/core.clj | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/49a9a92f/storm-core/src/clj/backtype/storm/ui/core.clj
----------------------------------------------------------------------
diff --git a/storm-core/src/clj/backtype/storm/ui/core.clj b/storm-core/src/clj/backtype/storm/ui/core.clj
index be20b51..f523d7a 100644
--- a/storm-core/src/clj/backtype/storm/ui/core.clj
+++ b/storm-core/src/clj/backtype/storm/ui/core.clj
@@ -331,7 +331,6 @@
        { "stormVersion" (read-storm-version)
          "nimbusUptime" (pretty-uptime-sec (.get_nimbus_uptime_secs summ))
          "supervisors" (count sups)
-         "topologies" ""
          "slotsTotal" total-slots
          "slotsUsed"  used-slots
          "slotsFree" free-slots