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 22:34:51 UTC

[1/3] git commit: Main class param should be quoted

Repository: incubator-storm
Updated Branches:
  refs/heads/master b5903d22b -> cf1ffe735


Main class param should be quoted

In windows, maven throws exception if mainclass parameter is not quoted

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

Branch: refs/heads/master
Commit: 1e23111f925d62f4f14e66293780ab3832f5165d
Parents: 38ea0ca
Author: aprooks <al...@gmail.com>
Authored: Wed Apr 9 13:12:34 2014 +0300
Committer: aprooks <al...@gmail.com>
Committed: Wed Apr 9 13:12:34 2014 +0300

----------------------------------------------------------------------
 examples/storm-starter/README.markdown | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/1e23111f/examples/storm-starter/README.markdown
----------------------------------------------------------------------
diff --git a/examples/storm-starter/README.markdown b/examples/storm-starter/README.markdown
index 13dd9e4..57bcba0 100644
--- a/examples/storm-starter/README.markdown
+++ b/examples/storm-starter/README.markdown
@@ -77,6 +77,10 @@ compile and run `WordCountTopology` in local mode, use the command:
 You can also run clojure topologies with Maven:
 
     $ mvn compile exec:java -Dstorm.topology=storm.starter.clj.word_count
+    
+In Windows parameter should be quoted, like this: 
+
+    $ mvn compile exec:java "-Dstorm.topology=storm.starter.clj.word_count"
 
 ## Packaging storm-starter for use on a Storm cluster
 


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

Posted by pt...@apache.org.
STORM-309: 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/cf1ffe73
Tree: http://git-wip-us.apache.org/repos/asf/incubator-storm/tree/cf1ffe73
Diff: http://git-wip-us.apache.org/repos/asf/incubator-storm/diff/cf1ffe73

Branch: refs/heads/master
Commit: cf1ffe735d618eac32d0364c34ca9ddbd446f3db
Parents: 599dd06
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Tue May 20 16:34:41 2014 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Tue May 20 16:34:41 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/cf1ffe73/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3b84669..0d5f9d7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.9.2-incubating (unreleased)
+ * STORM-309: storm-starter Readme: windows documentation update
  * STORM-318: update storm-kafka to use apache curator-2.4.0
  * STORM-303: storm-kafka reliability improvements
  * STORM-233: Removed inline heartbeat to nimbus to avoid workers being killed when under heavy ZK load


[2/3] git commit: Merge branch 'patch-1' of github.com:aprooks/incubator-storm

Posted by pt...@apache.org.
Merge branch 'patch-1' of github.com:aprooks/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/599dd066
Tree: http://git-wip-us.apache.org/repos/asf/incubator-storm/tree/599dd066
Diff: http://git-wip-us.apache.org/repos/asf/incubator-storm/diff/599dd066

Branch: refs/heads/master
Commit: 599dd0660f4b2af446f36bb37887debd45038b07
Parents: b5903d2 1e23111
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Tue May 20 16:33:18 2014 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Tue May 20 16:33:18 2014 -0400

----------------------------------------------------------------------
 examples/storm-starter/README.markdown | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/599dd066/examples/storm-starter/README.markdown
----------------------------------------------------------------------