You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by da...@apache.org on 2015/02/09 17:42:20 UTC

[1/3] storm git commit: Correct capitalization typo

Repository: storm
Updated Branches:
  refs/heads/master b920bae36 -> e57a6bd3f


Correct capitalization typo

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

Branch: refs/heads/master
Commit: 2033825ff89ea9d710f25a4edcc29bef9bcda6d3
Parents: 274317e
Author: Paul DelRe <pd...@gmail.com>
Authored: Fri Jan 16 11:18:06 2015 -0500
Committer: Paul DelRe <pd...@gmail.com>
Committed: Fri Jan 16 11:18:06 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/storm/blob/2033825f/docs/documentation/Multilang-protocol.md
----------------------------------------------------------------------
diff --git a/docs/documentation/Multilang-protocol.md b/docs/documentation/Multilang-protocol.md
index fa8b633..43afd32 100644
--- a/docs/documentation/Multilang-protocol.md
+++ b/docs/documentation/Multilang-protocol.md
@@ -233,7 +233,7 @@ One thing you have to take care of is, don't let subprocess sleep too much from
 
 * Bolt
 
-SHell bolts are asynchronous, so ShellBolt will send heartbeat tuple periodically.
+Shell bolts are asynchronous, so ShellBolt will send heartbeat tuple periodically.
 Heartbeat tuple looks like:
 
 ```
@@ -248,4 +248,4 @@ Heartbeat tuple looks like:
 }
 ```
 
-When subprocess receives heartbeat tuple, it should send 'sync' to ShellBolt.
\ No newline at end of file
+When subprocess receives heartbeat tuple, it should send 'sync' to ShellBolt.


[3/3] storm git commit: Update CHANGELOG and README for STORM-667

Posted by da...@apache.org.
Update CHANGELOG and README for STORM-667


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

Branch: refs/heads/master
Commit: e57a6bd3f49ccee17185ab35f9a5400ff18dae56
Parents: 74e8ffb
Author: Derek Dagit <de...@yahoo-inc.com>
Authored: Mon Feb 9 10:39:27 2015 -0600
Committer: Derek Dagit <de...@yahoo-inc.com>
Committed: Mon Feb 9 10:39:27 2015 -0600

----------------------------------------------------------------------
 CHANGELOG.md    | 1 +
 README.markdown | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/e57a6bd3/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 997927e..433f33f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -44,6 +44,7 @@
  * STORM-608: Storm UI CSRF escape characters not work correctly.
  * STORM-626: Add script to print out the merge command for a given pull request.
  * STORM-601: Make jira-github-join ignore case.
+ * STORM-667: Incorrect capitalization "SHell" in Multilang-protocol.md
 
 ## 0.9.3-rc2
  * STORM-558: change "swap!" to "reset!" to fix assignment-versions in supervisor

http://git-wip-us.apache.org/repos/asf/storm/blob/e57a6bd3/README.markdown
----------------------------------------------------------------------
diff --git a/README.markdown b/README.markdown
index ec06918..c0801a9 100644
--- a/README.markdown
+++ b/README.markdown
@@ -187,6 +187,7 @@ under the License.
 * 周向涛 ([@taojoe](https://github.com/taojoe))
 * Gianmarco De Francisci Morales ([@gdfm](https://github.com/gdfm))
 * zhangjinlong ([@BuDongDong](https://github.com/BuDongDong))
+* Paul DelRe ([@pdelre](https://github.com/pdelre))
 
 ## Acknowledgements
 


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

Posted by da...@apache.org.
Merge branch 'patch-1' of https://github.com/pdelre/storm


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

Branch: refs/heads/master
Commit: 74e8ffb4b5dc8afa0a0153506b9f1616d1080bd2
Parents: b920bae 2033825
Author: Derek Dagit <de...@yahoo-inc.com>
Authored: Mon Feb 9 10:34:06 2015 -0600
Committer: Derek Dagit <de...@yahoo-inc.com>
Committed: Mon Feb 9 10:34:06 2015 -0600

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