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 2014/07/24 23:09:37 UTC

[1/3] git commit: correct typo

Repository: incubator-storm
Updated Branches:
  refs/heads/master 7ac24b893 -> 2e7b1d454


correct typo


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

Branch: refs/heads/master
Commit: 92edcef1902a5376ce0ea5b4fff189ad421cfe38
Parents: 8da9572
Author: Dave Parfitt <dp...@getchef.com>
Authored: Mon Jul 7 11:21:20 2014 -0400
Committer: Dave Parfitt <dp...@getchef.com>
Committed: Mon Jul 7 11:22:52 2014 -0400

----------------------------------------------------------------------
 storm-core/src/jvm/backtype/storm/spout/ISpout.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/92edcef1/storm-core/src/jvm/backtype/storm/spout/ISpout.java
----------------------------------------------------------------------
diff --git a/storm-core/src/jvm/backtype/storm/spout/ISpout.java b/storm-core/src/jvm/backtype/storm/spout/ISpout.java
index 7851984..c421fed 100644
--- a/storm-core/src/jvm/backtype/storm/spout/ISpout.java
+++ b/storm-core/src/jvm/backtype/storm/spout/ISpout.java
@@ -28,7 +28,7 @@ import java.io.Serializable;
  * based on a tuple emitted by the spout. When Storm detects that every tuple in
  * that DAG has been successfully processed, it will send an ack message to the Spout.
  *
- * <p>If a tuple fails to be fully process within the configured timeout for the
+ * <p>If a tuple fails to be fully processed within the configured timeout for the
  * topology (see {@link backtype.storm.Config}), Storm will send a fail message to the spout
  * for the message.</p>
  *


[2/3] git commit: Merge branch 'dp_typo' of https://github.com/metadave/incubator-storm into fix-typo-pr-178

Posted by da...@apache.org.
Merge branch 'dp_typo' of https://github.com/metadave/incubator-storm into fix-typo-pr-178


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

Branch: refs/heads/master
Commit: 097a07204af215e813efebdb60fb079130056f98
Parents: 7ac24b8 92edcef
Author: Derek Dagit <de...@yahoo-inc.com>
Authored: Thu Jul 24 16:07:02 2014 -0500
Committer: Derek Dagit <de...@yahoo-inc.com>
Committed: Thu Jul 24 16:07:02 2014 -0500

----------------------------------------------------------------------
 storm-core/src/jvm/backtype/storm/spout/ISpout.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------



[3/3] git commit: Adding metadave to contributors list

Posted by da...@apache.org.
Adding metadave to contributors list


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

Branch: refs/heads/master
Commit: 2e7b1d454db004c51b846d4668ed7826843a4251
Parents: 097a072
Author: Derek Dagit <de...@yahoo-inc.com>
Authored: Thu Jul 24 16:08:27 2014 -0500
Committer: Derek Dagit <de...@yahoo-inc.com>
Committed: Thu Jul 24 16:08:27 2014 -0500

----------------------------------------------------------------------
 README.markdown | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/2e7b1d45/README.markdown
----------------------------------------------------------------------
diff --git a/README.markdown b/README.markdown
index 341b62c..64b8825 100644
--- a/README.markdown
+++ b/README.markdown
@@ -155,6 +155,7 @@ under the License.
 * Masatake Iwasaki ([@iwasakims](https://github.com/iwasakims))
 * Milad Fatenejad ([@icksa](https://github.com/icksa))
 * Ryan Liu ([@shell0dh](https://github.com/shell0dh))
+* Dave Parfitt ([@metadave](https://github.com/metadave))
 
 ## Acknowledgements