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 2015/07/16 18:26:19 UTC

[1/2] storm git commit: Cleanup extra ']' bracket in documentation markdown

Repository: storm
Updated Branches:
  refs/heads/master f079882b9 -> dc842c4df


Cleanup extra ']' bracket in documentation markdown

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

Branch: refs/heads/master
Commit: 5069e156a9d87d6e2ebfa14c915330b6f4c42fac
Parents: 30df970
Author: Charles Chan <ch...@users.noreply.github.com>
Authored: Sun Jul 5 07:55:09 2015 -0700
Committer: Charles Chan <ch...@users.noreply.github.com>
Committed: Sun Jul 5 07:55:09 2015 -0700

----------------------------------------------------------------------
 docs/documentation/Tutorial.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/5069e156/docs/documentation/Tutorial.md
----------------------------------------------------------------------
diff --git a/docs/documentation/Tutorial.md b/docs/documentation/Tutorial.md
index 88e77b5..6bbd193 100644
--- a/docs/documentation/Tutorial.md
+++ b/docs/documentation/Tutorial.md
@@ -33,7 +33,7 @@ storm jar all-my-code.jar backtype.storm.MyTopology arg1 arg2
 
 This runs the class `backtype.storm.MyTopology` with the arguments `arg1` and `arg2`. The main function of the class defines the topology and submits it to Nimbus. The `storm jar` part takes care of connecting to Nimbus and uploading the jar.
 
-Since topology definitions are just Thrift structs, and Nimbus is a Thrift service, you can create and submit topologies using any programming language. The above example is the easiest way to do it from a JVM-based language. See [Running topologies on a production cluster](Running-topologies-on-a-production-cluster.html)] for more information on starting and stopping topologies.
+Since topology definitions are just Thrift structs, and Nimbus is a Thrift service, you can create and submit topologies using any programming language. The above example is the easiest way to do it from a JVM-based language. See [Running topologies on a production cluster](Running-topologies-on-a-production-cluster.html) for more information on starting and stopping topologies.
 
 ## Streams
 
@@ -309,4 +309,4 @@ This tutorial showed how to do basic stream processing on top of Storm. There's
 
 ## Conclusion
 
-This tutorial gave a broad overview of developing, testing, and deploying Storm topologies. The rest of the documentation dives deeper into all the aspects of using Storm.
\ No newline at end of file
+This tutorial gave a broad overview of developing, testing, and deploying Storm topologies. The rest of the documentation dives deeper into all the aspects of using Storm.


[2/2] storm git commit: Merge branch 'patch-2' of https://github.com/charleswhchan/storm into PULL-619

Posted by bo...@apache.org.
Merge branch 'patch-2' of https://github.com/charleswhchan/storm into PULL-619

Cleanup extra ']' bracket in documentation markdown


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

Branch: refs/heads/master
Commit: dc842c4df51992316853fb1183654b9a663049fe
Parents: f079882 5069e15
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Thu Jul 16 11:25:39 2015 -0500
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Thu Jul 16 11:25:39 2015 -0500

----------------------------------------------------------------------
 docs/documentation/Tutorial.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------