You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by kn...@apache.org on 2015/12/16 19:34:52 UTC

[1/3] storm git commit: fix url and email links in README file

Repository: storm
Updated Branches:
  refs/heads/master b89bbef90 -> 568908549


fix url and email links in README file

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

Branch: refs/heads/master
Commit: 9d2361577e1c44043436cb163b02c57fbd3c8d49
Parents: 8482026
Author: Xin Wang <be...@163.com>
Authored: Fri Dec 11 14:28:20 2015 +0800
Committer: Xin Wang <be...@163.com>
Committed: Fri Dec 11 14:28:20 2015 +0800

----------------------------------------------------------------------
 README.markdown | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/9d236157/README.markdown
----------------------------------------------------------------------
diff --git a/README.markdown b/README.markdown
index 1478208..393503b 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1,14 +1,14 @@
 Master Branch: [![Travis CI](https://travis-ci.org/apache/storm.svg?branch=master)](https://travis-ci.org/apache/storm)
 
-Storm is a distributed realtime computation system. Similar to how Hadoop provides a set of general primitives for doing batch processing, Storm provides a set of general primitives for doing realtime computation. Storm is simple, can be used with any programming language, [is used by many companies](http://storm-project.net/documentation/Powered-By.html), and is a lot of fun to use!
+Storm is a distributed realtime computation system. Similar to how Hadoop provides a set of general primitives for doing batch processing, Storm provides a set of general primitives for doing realtime computation. Storm is simple, can be used with any programming language, [is used by many companies](http://storm.apache.org/documentation/Powered-By.html), and is a lot of fun to use!
 
-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.
+The [Rationale page](http://storm.apache.org/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.apache.org](http://storm.apache.org). Follow [@stormprocessor](https://twitter.com/stormprocessor) on Twitter for updates on the project.
 
 ## Documentation
 
-Documentation and tutorials can be found on the [Storm website](http://storm-project.net/documentation/Home.html).
+Documentation and tutorials can be found on the [Storm website](http://storm.apache.org/documentation/Home.html).
 
 Developers and contributors should also take a look at our [Developer documentation](DEVELOPER.md).
 
@@ -32,9 +32,9 @@ You can subscribe to this list by sending an email to [dev-subscribe@storm.apach
 You can also [browse the archives of the storm-dev mailing list](http://mail-archives.apache.org/mod_mbox/storm-dev/).
 
 ### Which list should I send/subscribe to?
-If you are using a pre-built binary distribution of Storm, then chances are you should send questions, comments, storm-related announcements, etc. to [user@storm.apache.org](user@storm.apache.org).
+If you are using a pre-built binary distribution of Storm, then chances are you should send questions, comments, storm-related announcements, etc. to [user@storm.apache.org](mailto:user@storm.apache.org).
 
-If you are building storm from source, developing new features, or otherwise hacking storm source code, then [dev@storm.apache.org](dev@storm.apache.org) is more appropriate.
+If you are building storm from source, developing new features, or otherwise hacking storm source code, then [dev@storm.apache.org](mailto:dev@storm.apache.org) is more appropriate.
 
 ### What will happen with storm-user@googlegroups.com?
 All existing messages will remain archived there, and can be accessed/searched [here](https://groups.google.com/forum/#!forum/storm-user).


[3/3] storm git commit: Adding STORM-1388 to CHANGELOG

Posted by kn...@apache.org.
Adding STORM-1388 to CHANGELOG


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

Branch: refs/heads/master
Commit: 56890854997cca6b898073c9258f2df2d33a62bf
Parents: d6cca84
Author: Kyle Nusbaum <Ky...@gmail.com>
Authored: Wed Dec 16 12:34:28 2015 -0600
Committer: Kyle Nusbaum <Ky...@gmail.com>
Committed: Wed Dec 16 12:34:28 2015 -0600

----------------------------------------------------------------------
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/56890854/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c1917e9..c4acb4e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-1388: Fix url and email links in README file
  * STORM-1389: Removed creation of projection tuples as they are already available
  * STORM-1179: Create Maven Profiles for Integration Tests.
  * STORM-1387: workers-artifacts directory configurable, and default to be under storm.log.dir.


[2/3] storm git commit: Merge branch 'patch-11' of https://github.com/vesense/storm

Posted by kn...@apache.org.
Merge branch 'patch-11' of https://github.com/vesense/storm


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

Branch: refs/heads/master
Commit: d6cca84a6b931b69077cf24310e5195d4ddc3a07
Parents: b89bbef 9d23615
Author: Kyle Nusbaum <Ky...@gmail.com>
Authored: Wed Dec 16 12:30:31 2015 -0600
Committer: Kyle Nusbaum <Ky...@gmail.com>
Committed: Wed Dec 16 12:30:31 2015 -0600

----------------------------------------------------------------------
 README.markdown | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


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