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/01/14 17:05:44 UTC

[23/44] storm git commit: added to README the need to run mvn deploy

added to README the need to run mvn deploy


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

Branch: refs/heads/master
Commit: 40ab899fe3d67e77c9f1678dbc70d19dd2faf065
Parents: 36c5dc5
Author: Rick Kilgore <ri...@hbo.com>
Authored: Thu Sep 11 14:16:05 2014 -0700
Committer: Rick Kilgore <ri...@hbo.com>
Committed: Thu Sep 11 14:16:05 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/storm/blob/40ab899f/README.markdown
----------------------------------------------------------------------
diff --git a/README.markdown b/README.markdown
index ff6f8c7..2eaeacf 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1,4 +1,4 @@
-This is a forked version of incubator-storm maintained by [HBOCodeLabs](https://github.com/HBOCodeLabs).  The main apache project is [here](https://github.com/apache/incubator-storm).
+This is a forked version of incubator-storm maintained by [HBOCodeLabs](https://github.com/HBOCodeLabs).  The main apache project is [here](https://github.com/apache/incubator-storm).  In order to make changes take effect within HBO Hurley, you need to run "mvn deploy" in the root project folder from the branch that you want to be exported.
 
 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!