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/05/07 17:29:40 UTC

[1/3] storm git commit: fix storm.cmd to evaluate 'shift' correctly with 'storm jar'

Repository: storm
Updated Branches:
  refs/heads/master ea0fe124c -> ce49e1618


fix storm.cmd to evaluate 'shift' correctly with 'storm jar'


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

Branch: refs/heads/master
Commit: ad0d0d32dbfe06f8b7a40ba7205dddcfe0099a7b
Parents: e2e17e1
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Mon Apr 6 23:53:31 2015 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Mon Apr 6 23:53:31 2015 +0900

----------------------------------------------------------------------
 bin/storm.cmd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/ad0d0d32/bin/storm.cmd
----------------------------------------------------------------------
diff --git a/bin/storm.cmd b/bin/storm.cmd
index 3f1804d..ad1a81f 100644
--- a/bin/storm.cmd
+++ b/bin/storm.cmd
@@ -70,11 +70,11 @@
     set CLASSPATH=%CLASSPATH%;%2
     set CLASS=%3
     set args=%4
-    shift
+    goto start
     :start
+    shift
     if [%4] == [] goto done
     set args=%args% %4
-    shift
     goto start
 
     :done


[3/3] storm git commit: update changelog for STORM-745

Posted by pt...@apache.org.
update changelog for STORM-745


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

Branch: refs/heads/master
Commit: ce49e1618151c1846fd2e9b2c0b50c0499fde5f1
Parents: 171a8e6
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Thu May 7 11:29:19 2015 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Thu May 7 11:29:19 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/storm/blob/ce49e161/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bd4b8c3..b1b16c8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-745: fix storm.cmd to evaluate 'shift' correctly with 'storm jar'
  * STORM-603: Log errors when required kafka params are missing
  * STORM-607: storm-hbase HBaseMapState should support user to customize the hbase-key & hbase-qualifier
  * STORM-795: Update the user document for the extlib issue


[2/3] storm git commit: Merge branch 'STORM-745' of github.com:HeartSaVioR/storm

Posted by pt...@apache.org.
Merge branch 'STORM-745' of github.com:HeartSaVioR/storm


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

Branch: refs/heads/master
Commit: 171a8e66ae7332094df7c5ce36197d61f860fd92
Parents: ea0fe12 ad0d0d3
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Thu May 7 11:22:37 2015 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Thu May 7 11:22:37 2015 -0400

----------------------------------------------------------------------
 bin/storm.cmd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------