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 2016/01/08 19:54:41 UTC

[1/3] storm git commit: STORM-1009: link on http://storm.apache.org/documentation/Kestrel-and-Storm.html is wrong

Repository: storm
Updated Branches:
  refs/heads/asf-site 2ba4f1799 -> b962d32e6


STORM-1009: link on http://storm.apache.org/documentation/Kestrel-and-Storm.html is wrong


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

Branch: refs/heads/asf-site
Commit: 975afdac0479d73d95a7fbbd547ee0c9a5e05990
Parents: de722cb
Author: Jayapriya Surendran <pr...@gmail.com>
Authored: Mon Nov 16 14:46:02 2015 -0600
Committer: Jayapriya Surendran <pr...@gmail.com>
Committed: Mon Nov 16 14:46:02 2015 -0600

----------------------------------------------------------------------
 documentation/Kestrel-and-Storm.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/975afdac/documentation/Kestrel-and-Storm.md
----------------------------------------------------------------------
diff --git a/documentation/Kestrel-and-Storm.md b/documentation/Kestrel-and-Storm.md
index d079b81..f8eea2c 100644
--- a/documentation/Kestrel-and-Storm.md
+++ b/documentation/Kestrel-and-Storm.md
@@ -7,7 +7,7 @@ This page explains how to use to Storm to consume items from a Kestrel cluster.
 
 ## Preliminaries
 ### Storm
-This tutorial uses examples from the [storm-kestrel](https://github.com/nathanmarz/storm-kestrel) project and the [storm-starter](http://github.com/apache/storm/blob/master/examples/storm-starter) project. It's recommended that you clone those projects and follow along with the examples. Read [Setting up development environment](https://github.com/apache/storm/wiki/Setting-up-development-environment) and [Creating a new Storm project](https://github.com/apache/storm/wiki/Creating-a-new-Storm-project) to get your machine set up.
+This tutorial uses examples from the [storm-kestrel](https://github.com/nathanmarz/storm-kestrel) project and the [storm-starter](http://github.com/apache/storm/blob/master/examples/storm-starter) project. It's recommended that you clone those projects and follow along with the examples. Read [Setting up development environment](Setting-up-development-environment.html) and [Creating a new Storm project](https://github.com/apache/storm/wiki/Creating-a-new-Storm-project) to get your machine set up.
 ### Kestrel
 It assumes you are able to run locally a Kestrel server as described [here](https://github.com/nathanmarz/storm-kestrel).
 
@@ -197,4 +197,4 @@ Than, wait about 5 seconds in order to avoid a ConnectException.
 
 Now execute the program to add items to the queue and launch the Storm topology. The order in which you launch the programs is of no importance.
 
-If you run the topology with TOPOLOGY_DEBUG you should see tuples being emitted in the topology.
\ No newline at end of file
+If you run the topology with TOPOLOGY_DEBUG you should see tuples being emitted in the topology.


[2/3] storm git commit: STORM-1009:link on http://storm.apache.org/documentation/Kestrel-and-Storm.html is wrong

Posted by bo...@apache.org.
STORM-1009:link on http://storm.apache.org/documentation/Kestrel-and-Storm.html is wrong


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

Branch: refs/heads/asf-site
Commit: 59d45a6fecd93ed205931e4a830f56e1025dad3e
Parents: 975afda
Author: Jayapriya Surendran <pr...@gmail.com>
Authored: Tue Nov 17 19:46:30 2015 -0600
Committer: Jayapriya Surendran <pr...@gmail.com>
Committed: Tue Nov 17 19:46:30 2015 -0600

----------------------------------------------------------------------
 documentation/Kestrel-and-Storm.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/59d45a6f/documentation/Kestrel-and-Storm.md
----------------------------------------------------------------------
diff --git a/documentation/Kestrel-and-Storm.md b/documentation/Kestrel-and-Storm.md
index f8eea2c..c947004 100644
--- a/documentation/Kestrel-and-Storm.md
+++ b/documentation/Kestrel-and-Storm.md
@@ -7,7 +7,7 @@ This page explains how to use to Storm to consume items from a Kestrel cluster.
 
 ## Preliminaries
 ### Storm
-This tutorial uses examples from the [storm-kestrel](https://github.com/nathanmarz/storm-kestrel) project and the [storm-starter](http://github.com/apache/storm/blob/master/examples/storm-starter) project. It's recommended that you clone those projects and follow along with the examples. Read [Setting up development environment](Setting-up-development-environment.html) and [Creating a new Storm project](https://github.com/apache/storm/wiki/Creating-a-new-Storm-project) to get your machine set up.
+This tutorial uses examples from the [storm-kestrel](https://github.com/nathanmarz/storm-kestrel) project and the [storm-starter](http://github.com/apache/storm/blob/master/examples/storm-starter) project. It's recommended that you clone those projects and follow along with the examples. Read [Setting up development environment](Setting-up-development-environment.html) and [Creating a new Storm project](Creating-a-new-Storm-project.html) to get your machine set up.
 ### Kestrel
 It assumes you are able to run locally a Kestrel server as described [here](https://github.com/nathanmarz/storm-kestrel).
 


[3/3] storm git commit: Merge branch 'asf-site' of github.com:jayapriya90/storm into STORM-1009

Posted by bo...@apache.org.
Merge branch 'asf-site' of github.com:jayapriya90/storm into STORM-1009

STORM-1009: link on http://storm.apache.org/documentation/Kestrel-and…

This closes #882 and #880


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

Branch: refs/heads/asf-site
Commit: b962d32e65029cf3a735363263d4b88c7dfcd5a2
Parents: 2ba4f17 59d45a6
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Fri Jan 8 12:53:21 2016 -0600
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Fri Jan 8 12:53:21 2016 -0600

----------------------------------------------------------------------
 documentation/Kestrel-and-Storm.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------