You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by pt...@apache.org on 2014/05/20 19:15:06 UTC

[1/3] git commit: STORM-267 - Corrected namespace for LoggingMetricsConsumer

Repository: incubator-storm
Updated Branches:
  refs/heads/master 773a33267 -> 52fe66e9f


STORM-267 - Corrected namespace for LoggingMetricsConsumer


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

Branch: refs/heads/master
Commit: b75e433b07b3459d31a67ce8b446333380078e48
Parents: 222c725
Author: Steven Phung <st...@gmail.com>
Authored: Wed May 14 21:30:26 2014 -0700
Committer: Steven Phung <st...@gmail.com>
Committed: Wed May 14 21:30:26 2014 -0700

----------------------------------------------------------------------
 conf/storm.yaml.example | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/b75e433b/conf/storm.yaml.example
----------------------------------------------------------------------
diff --git a/conf/storm.yaml.example b/conf/storm.yaml.example
index 88b3dfd..5fd35f8 100644
--- a/conf/storm.yaml.example
+++ b/conf/storm.yaml.example
@@ -40,7 +40,7 @@
 
 ## Metrics Consumers
 # topology.metrics.consumer.register:
-#   - class: "backtype.storm.metrics.LoggingMetricsConsumer"
+#   - class: "backtype.storm.metric.LoggingMetricsConsumer"
 #     parallelism.hint: 1
 #   - class: "org.mycompany.MyMetricsConsumer"
 #     parallelism.hint: 1


[2/3] git commit: Merge branch 'STORM-267' of github.com:stphung/incubator-storm

Posted by pt...@apache.org.
Merge branch 'STORM-267' of github.com:stphung/incubator-storm


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

Branch: refs/heads/master
Commit: 1099f8ada716a06180620e1c182f6c8488d69c75
Parents: 773a332 b75e433
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Tue May 20 13:12:47 2014 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Tue May 20 13:12:47 2014 -0400

----------------------------------------------------------------------
 conf/storm.yaml.example | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------



[3/3] git commit: STORM-267: update changelog

Posted by pt...@apache.org.
STORM-267: update changelog


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

Branch: refs/heads/master
Commit: 52fe66e9f5c5ce95c3de6121bbb68dcdcd01802f
Parents: 1099f8a
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Tue May 20 13:14:55 2014 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Tue May 20 13:14:55 2014 -0400

----------------------------------------------------------------------
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/52fe66e9/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 72aaccf..b3deae5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.9.2-incubating (unreleased)
+ * STORM-267: fix package name of LoggingMetricsConsumer in storm.yaml.example
  * STORM-265: upgrade to clojure 1.5.1
  * STORM-232: ship JNI dependencies with the topology jar
  * STORM-295: Add storm configuration to define JAVA_HOME