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:26:01 UTC

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

Repository: storm
Updated Branches:
  refs/heads/1.x-branch 00e303fc9 -> 1a0309390


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/1a030939
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/1a030939
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/1a030939

Branch: refs/heads/1.x-branch
Commit: 1a030939094e154a6b6d9d6b7fdf4abafd14d5b6
Parents: 00e303f
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 13:25:49 2018 -0600

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


http://git-wip-us.apache.org/repos/asf/storm/blob/1a030939/examples/storm-starter/README.markdown
----------------------------------------------------------------------
diff --git a/examples/storm-starter/README.markdown b/examples/storm-starter/README.markdown
index ca0a253..f2871a6 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