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 2018/01/09 19:25:21 UTC

[1/2] storm git commit: Updated how to get the storm-starter code

Repository: storm
Updated Branches:
  refs/heads/master e8dd1f7e2 -> 466a7ad74


Updated how to get the storm-starter code

A typical use case for somebody trying this is, first setting up a working storm installation and then running the example. If the storm-starter code is cloned from github directly, it may not match the version of storm they just installed, and giving rise to an error like `Error: Could not find or load main class org.apache.storm.starter.ExclamationTopology` when the topology is submitted.

The README doesn't make it clear that the storm-starter code is also available inside the version they had downloaded from http://storm.apache.org/downloads.html

Hopefully this edit will bring more clarity.

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

Branch: refs/heads/master
Commit: 9c9aee763c51d999fae50e09620180a51357cae7
Parents: e8dd1f7
Author: Aqeel Nazeer <aq...@gmail.com>
Authored: Tue Jan 9 23:54:35 2018 +0530
Committer: GitHub <no...@github.com>
Committed: Tue Jan 9 23:54:35 2018 +0530

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


http://git-wip-us.apache.org/repos/asf/storm/blob/9c9aee76/examples/storm-starter/README.markdown
----------------------------------------------------------------------
diff --git a/examples/storm-starter/README.markdown b/examples/storm-starter/README.markdown
index a57d4a2..c9696ec 100644
--- a/examples/storm-starter/README.markdown
+++ b/examples/storm-starter/README.markdown
@@ -22,9 +22,9 @@ Table of Contents
 First, you need `java` and `git` installed and in your user's `PATH`.  Also, two of the examples in storm-starter
 require Python and Ruby.
 
-Next, make sure you have the storm-starter code available on your machine.  Git/GitHub beginners may want to use the
+Next, make sure you have the storm-starter code available on your machine. If you have already downloaded storm from http://storm.apache.org/downloads.html then you will find the storm-starter code under your `apache-storm-<version>/examples/` directory. Alternatively, Git/GitHub beginners may want to use the
 following command to download the latest storm-starter code and change to the new directory that contains the downloaded
-code.
+code, but make sure you have the same version of `storm` running.
 
     $ git clone git://github.com/apache/storm.git && cd storm/examples/storm-starter
 


[2/2] storm git commit: Merge branch 'patch-1' of https://github.com/aqeelvn/storm into PULL-2508

Posted by bo...@apache.org.
Merge branch 'patch-1' of https://github.com/aqeelvn/storm into PULL-2508

Updated how to get the storm-starter code

This closes #2508


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

Branch: refs/heads/master
Commit: 466a7ad74da27c1250eedf412a487db409e42c19
Parents: e8dd1f7 9c9aee7
Author: Robert Evans <ev...@yahoo-inc.com>
Authored: Tue Jan 9 12:51:23 2018 -0600
Committer: Robert Evans <ev...@yahoo-inc.com>
Committed: Tue Jan 9 12:51:23 2018 -0600

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