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:32 UTC

[09/13] git commit: STORM-205. Add REST API to Storm UI. fixed typo.

STORM-205. Add REST API to Storm UI.
fixed typo.


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

Branch: refs/heads/master
Commit: e538ffee70646a17d2d848e287da84c5098b92e7
Parents: 2a8f777
Author: Sriharsha Chintalapani <ma...@harsha.io>
Authored: Fri May 30 07:55:52 2014 -0700
Committer: Sriharsha Chintalapani <ma...@harsha.io>
Committed: Fri May 30 07:55:52 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/e538ffee/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 a25327b..be20b51 100644
--- a/storm-core/src/clj/backtype/storm/ui/core.clj
+++ b/storm-core/src/clj/backtype/storm/ui/core.clj
@@ -288,7 +288,7 @@
      (select-keys agg-spout-stats [:emitted :transferred :acked :failed :complete-latencies])
      )))
 
-(Defn stats-times [stats-map]
+(defn stats-times [stats-map]
   (sort-by #(Integer/parseInt %)
            (-> stats-map
                clojurify-structure