You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by mi...@apache.org on 2014/10/02 09:43:11 UTC

[1/2] git commit: STORM-514: Refer to post-graduation Storm website and git repos

Repository: storm
Updated Branches:
  refs/heads/master 38367b0d4 -> 5aaea8460


STORM-514: Refer to post-graduation Storm website and git repos

Also, we highlight even more that users must `cd` into the storm-starter
sub-directory.


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

Branch: refs/heads/master
Commit: 9f682eb3c024d3742e905078c4065b0cbfadf163
Parents: 38367b0
Author: Michael G. Noll <mn...@verisign.com>
Authored: Thu Oct 2 09:24:03 2014 +0200
Committer: Michael G. Noll <mn...@verisign.com>
Committed: Thu Oct 2 09:32:01 2014 +0200

----------------------------------------------------------------------
 examples/storm-starter/README.markdown | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/9f682eb3/examples/storm-starter/README.markdown
----------------------------------------------------------------------
diff --git a/examples/storm-starter/README.markdown b/examples/storm-starter/README.markdown
index 276de99..8161a06 100644
--- a/examples/storm-starter/README.markdown
+++ b/examples/storm-starter/README.markdown
@@ -26,7 +26,7 @@ Next, make sure you have the storm-starter code available on your machine.  Git/
 following command to download the latest storm-starter code and change to the new directory that contains the downloaded
 code.
 
-    $ git clone git://github.com/apache/incubator-storm.git && cd incubator-storm/examples/storm-starter
+    $ git clone git://github.com/apache/storm.git && cd storm/examples/storm-starter
 
 
 ## storm-starter overview
@@ -45,7 +45,7 @@ After you have familiarized yourself with these topologies, take a look at the o
 for more advanced implementations.
 
 If you want to learn more about how Storm works, please head over to the
-[Storm project page](http://storm.incubator.apache.org).
+[Storm project page](http://storm.apache.org).
 
 
 <a name="maven"></a>
@@ -74,8 +74,7 @@ of Storm in this local Maven repository at `$HOME/.m2/repository`.
 
 ## Running topologies with Maven
 
-Note: All following examples require that you run `cd examples/storm-starter`
-beforehand.
+> Note: All following examples require that you run `cd examples/storm-starter` beforehand.
 
 storm-starter topologies can be run with the maven-exec-plugin. For example, to
 compile and run `WordCountTopology` in local mode, use the command:
@@ -143,7 +142,7 @@ The following instructions will import storm-starter as a new project in Intelli
 
 
 * Open _File > Import Project..._ and navigate to the storm-starter directory of your storm clone (e.g.
-  `~/git/incubator-storm/examples/storm-starter`).
+  `~/git/storm/examples/storm-starter`).
 * Select _Import project from external model_, select "Maven", and click _Next_.
 * In the following screen, enable the checkbox _Import Maven projects automatically_.  Leave all other values at their
   defaults.  Click _Next_.


[2/2] git commit: Add STORM-514 to changelog

Posted by mi...@apache.org.
Add STORM-514 to changelog


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

Branch: refs/heads/master
Commit: 5aaea8460878d3ad75cf1769381e5ab4052ec319
Parents: 9f682eb
Author: Michael G. Noll <mn...@verisign.com>
Authored: Thu Oct 2 09:42:35 2014 +0200
Committer: Michael G. Noll <mn...@verisign.com>
Committed: Thu Oct 2 09:42:35 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/storm/blob/5aaea846/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cbf4a38..9b28492 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -82,6 +82,7 @@
  * STORM-498: make ZK connection timeout configurable in Kafka spout
  * STORM-428: extracted ITuple interface
  * STORM-508: Update DEVELOPER.md now that Storm has graduated from Incubator
+ * STORM-514: Update storm-starter README now that Storm has graduated from Incubator
 
 ## 0.9.2-incubating
  * STORM-66: send taskid on initial handshake