You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ka...@apache.org on 2016/09/23 01:27:42 UTC

[1/2] storm git commit: Minor typos in documentation

Repository: storm
Updated Branches:
  refs/heads/1.0.x-branch 78d693f68 -> ffcd615b6


Minor typos in documentation


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

Branch: refs/heads/1.0.x-branch
Commit: 9155c8d30141081144a5e5c70135359156d372ab
Parents: 78d693f
Author: Bruno P. Kinoshita <br...@yahoo.com.br>
Authored: Mon Sep 12 13:44:52 2016 +1200
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Fri Sep 23 10:27:33 2016 +0900

----------------------------------------------------------------------
 docs/Guaranteeing-message-processing.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/9155c8d3/docs/Guaranteeing-message-processing.md
----------------------------------------------------------------------
diff --git a/docs/Guaranteeing-message-processing.md b/docs/Guaranteeing-message-processing.md
index 0e40536..4c2314c 100644
--- a/docs/Guaranteeing-message-processing.md
+++ b/docs/Guaranteeing-message-processing.md
@@ -3,7 +3,7 @@ title: Guaranteeing Message Processing
 layout: documentation
 documentation: true
 ---
-Storm offers several different levels of guaranteed message processing, includeing best effort, at least once, and exactly once through [Trident](Trident-tutorial.html). 
+Storm offers several different levels of guaranteed message processing, including best effort, at least once, and exactly once through [Trident](Trident-tutorial.html).
 This page describes how Storm can guarantee at least once processing.
 
 ### What does it mean for a message to be "fully processed"?
@@ -54,7 +54,7 @@ Let's use `KestrelSpout` again to see what a `Spout` needs to do to guarantee me
 
 ### What is Storm's reliability API?
 
-There's two things you have to do as a user to benefit from Storm's reliability capabilities. First, you need to tell Storm whenever you're creating a new link in the tree of tuples. Second, you need to tell Storm when you have finished processing an individual tuple. By doing both these things, Storm can detect when the tree of tuples is fully processed and can ack or fail the spout tuple appropriately. Storm's API provides a concise way of doing both of these tasks. 
+There are two things you have to do as a user to benefit from Storm's reliability capabilities. First, you need to tell Storm whenever you're creating a new link in the tree of tuples. Second, you need to tell Storm when you have finished processing an individual tuple. By doing both these things, Storm can detect when the tree of tuples is fully processed and can ack or fail the spout tuple appropriately. Storm's API provides a concise way of doing both of these tasks.
 
 Specifying a link in the tuple tree is called _anchoring_. Anchoring is done at the same time you emit a new tuple. Let's use the following bolt as an example. This bolt splits a tuple containing a sentence into a tuple for each word:
 


[2/2] storm git commit: Merge branch 'STORM-2088-1.0.x' into 1.0.x-branch

Posted by ka...@apache.org.
Merge branch 'STORM-2088-1.0.x' into 1.0.x-branch


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

Branch: refs/heads/1.0.x-branch
Commit: ffcd615b6f796e37cf0926b9a4b09add0cfdd366
Parents: 78d693f 9155c8d
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Fri Sep 23 10:27:36 2016 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Fri Sep 23 10:27:36 2016 +0900

----------------------------------------------------------------------
 docs/Guaranteeing-message-processing.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------