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 2015/07/16 15:57:24 UTC

[1/3] storm git commit: Remove the old webpage link

Repository: storm
Updated Branches:
  refs/heads/master e8f872ee8 -> d553005fc


Remove the old webpage link


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

Branch: refs/heads/master
Commit: dfc3cd9d9d96d5a0bf204b0a1389b2ba9da7367a
Parents: 30df970
Author: Thilina Rathnayake <th...@gmail.com>
Authored: Tue Jul 7 12:13:26 2015 +0530
Committer: Thilina Rathnayake <th...@gmail.com>
Committed: Tue Jul 7 12:13:26 2015 +0530

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


http://git-wip-us.apache.org/repos/asf/storm/blob/dfc3cd9d/README.markdown
----------------------------------------------------------------------
diff --git a/README.markdown b/README.markdown
index e8c1f8e..95678b1 100644
--- a/README.markdown
+++ b/README.markdown
@@ -4,7 +4,7 @@ Storm is a distributed realtime computation system. Similar to how Hadoop provid
 
 The [Rationale page](http://storm-project.net/documentation/Rationale.html) explains what Storm is and why it was built. [This presentation](http://vimeo.com/40972420) is also a good introduction to the project.
 
-Storm has a website at [storm-project.net](http://storm-project.net). Follow [@stormprocessor](https://twitter.com/stormprocessor) on Twitter for updates on the project.
+Storm has a website at [storm.apache.org](http://storm.apache.org). Follow [@stormprocessor](https://twitter.com/stormprocessor) on Twitter for updates on the project.
 
 ## Documentation
 


[2/3] storm git commit: Fix the link for thrift definition

Posted by bo...@apache.org.
Fix the link for thrift definition


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

Branch: refs/heads/master
Commit: fcf21238db6be31fef6b64845e5a2492e8b295c9
Parents: dfc3cd9
Author: Thilina Rathnayake <th...@gmail.com>
Authored: Tue Jul 7 16:35:36 2015 +0530
Committer: Thilina Rathnayake <th...@gmail.com>
Committed: Tue Jul 7 16:35:36 2015 +0530

----------------------------------------------------------------------
 docs/documentation/Structure-of-the-codebase.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/fcf21238/docs/documentation/Structure-of-the-codebase.md
----------------------------------------------------------------------
diff --git a/docs/documentation/Structure-of-the-codebase.md b/docs/documentation/Structure-of-the-codebase.md
index 2980dd9..5da6039 100644
--- a/docs/documentation/Structure-of-the-codebase.md
+++ b/docs/documentation/Structure-of-the-codebase.md
@@ -21,7 +21,7 @@ Storm uses [this fork](https://github.com/nathanmarz/thrift/tree/storm) of Thrif
 
 Every spout or bolt in a topology is given a user-specified identifier called the "component id". The component id is used to specify subscriptions from a bolt to the output streams of other spouts or bolts. A [StormTopology](https://github.com/apache/storm/blob/master/storm-core/src/storm.thrift#L91) structure contains a map from component id to component for each type of component (spouts and bolts).
 
-Spouts and bolts have the same Thrift definition, so let's just take a look at the [Thrift definition for bolts](https://github.com/apache/storm/blob/master/storm-core/src/storm.thrift#L79). It contains a `ComponentObject` struct and a `ComponentCommon` struct.
+Spouts and bolts have the same Thrift definition, so let's just take a look at the [Thrift definition for bolts](https://github.com/apache/storm/blob/master/storm-core/src/storm.thrift#L102). It contains a `ComponentObject` struct and a `ComponentCommon` struct.
 
 The `ComponentObject` defines the implementation for the bolt. It can be one of three types:
 


[3/3] storm git commit: Merge branch 'fix_web_link' of https://github.com/thilinarmtb/storm into PULL-622

Posted by bo...@apache.org.
Merge branch 'fix_web_link' of https://github.com/thilinarmtb/storm into PULL-622

Fix a few links in the documentation


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

Branch: refs/heads/master
Commit: d553005fc28feefaffd504b8adf606af14ed8443
Parents: e8f872e fcf2123
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Thu Jul 16 08:55:16 2015 -0500
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Thu Jul 16 08:55:16 2015 -0500

----------------------------------------------------------------------
 README.markdown                                 | 2 +-
 docs/documentation/Structure-of-the-codebase.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/d553005f/README.markdown
----------------------------------------------------------------------