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 2015/06/03 19:35:34 UTC

[20/50] [abbrv] storm git commit: use a better name

use a better name


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

Branch: refs/heads/master
Commit: ae305c722c6252cd33530ebb74e56ef991451aba
Parents: edc5744
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Wed Apr 8 00:00:51 2015 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Wed Apr 8 00:00:51 2015 -0400

----------------------------------------------------------------------
 flux-examples/src/main/resources/kafka_spout.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/ae305c72/flux-examples/src/main/resources/kafka_spout.yaml
----------------------------------------------------------------------
diff --git a/flux-examples/src/main/resources/kafka_spout.yaml b/flux-examples/src/main/resources/kafka_spout.yaml
index 136f62d..8ffddc5 100644
--- a/flux-examples/src/main/resources/kafka_spout.yaml
+++ b/flux-examples/src/main/resources/kafka_spout.yaml
@@ -20,7 +20,7 @@
 
 # topology definition
 # name to be used when submitting
-name: "shell-topology"
+name: "kafka-topology"
 
 # Components
 # Components are analagous to Spring beans. They are meant to be used as constructor,