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 2014/06/30 22:34:28 UTC

[1/3] git commit: Fix typo in storm_env.ini

Repository: incubator-storm
Updated Branches:
  refs/heads/master cc910b4e1 -> 5f2d05a43


Fix typo in storm_env.ini

pytyon -> python, and tense agreement.

Least-significant PR in the world, is it even worth opening a JIRA issue for it?

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

Branch: refs/heads/master
Commit: d79b423691100c05c0cb2906da458c85d3feaa7b
Parents: 9b6c0f6
Author: Adrian Petrescu <ap...@gmail.com>
Authored: Mon Jun 23 18:00:50 2014 -0400
Committer: Adrian Petrescu <ap...@gmail.com>
Committed: Mon Jun 23 18:00:50 2014 -0400

----------------------------------------------------------------------
 conf/storm_env.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/d79b4236/conf/storm_env.ini
----------------------------------------------------------------------
diff --git a/conf/storm_env.ini b/conf/storm_env.ini
index d7af930..5fc9356 100644
--- a/conf/storm_env.ini
+++ b/conf/storm_env.ini
@@ -18,7 +18,7 @@
 
 
 # Environment variables in the following section will be used
-# in storm pytyon script. It override the environment variables
+# in storm python script. They override the environment variables
 # set in the shell.
 [environment]
 


[2/3] git commit: Merge branch 'patch-2' of https://github.com/apetresc/incubator-storm into STORM-372

Posted by bo...@apache.org.
Merge branch 'patch-2' of https://github.com/apetresc/incubator-storm into STORM-372

STORM-372: Typo in storm_env.ini


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

Branch: refs/heads/master
Commit: 8fe5c77456fe3ea6a1367ca2d806e1c8b0baed3b
Parents: cc910b4 d79b423
Author: Robert (Bobby) Evans <bo...@apache.org>
Authored: Mon Jun 30 15:26:50 2014 -0500
Committer: Robert (Bobby) Evans <bo...@apache.org>
Committed: Mon Jun 30 15:26:50 2014 -0500

----------------------------------------------------------------------
 conf/storm_env.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------



[3/3] git commit: Added STORM-372 to Changelog

Posted by bo...@apache.org.
Added STORM-372 to 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/5f2d05a4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-storm/tree/5f2d05a4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-storm/diff/5f2d05a4

Branch: refs/heads/master
Commit: 5f2d05a4304716af857b157a3278ffaf502b2000
Parents: 8fe5c77
Author: Robert (Bobby) Evans <bo...@apache.org>
Authored: Mon Jun 30 15:29:42 2014 -0500
Committer: Robert (Bobby) Evans <bo...@apache.org>
Committed: Mon Jun 30 15:29:42 2014 -0500

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


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/5f2d05a4/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e041ce9..57cae29 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@
  * STORM-332: Enable Kryo serialization in storm-kafka
  * STORM-370: Add check for empty table before sorting dom in UI
  * STORM-359: add logviewer paging and download
+ * STORM-372: Typo in storm_env.ini
 
 ## 0.9.2-incubating
  * STORM-66: send taskid on initial handshake

http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/5f2d05a4/README.markdown
----------------------------------------------------------------------
diff --git a/README.markdown b/README.markdown
index e2890c0..de16a4c 100644
--- a/README.markdown
+++ b/README.markdown
@@ -147,6 +147,7 @@ under the License.
 * Albert Chu ([@chu11](https://github.com/chu11))
 * Krystian Nowak ([@krystiannowak](https://github.com/krystiannowak))
 * Parth-Brahmbhatt ([@Parth-Brahmbhatt](https://github.com/Parth-Brahmbhatt))
+* Adrian Petrescu ([@apetresc](https://github.com/apetresc))
 
 ## Acknowledgements