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 2014/04/11 16:34:23 UTC

[2/4] git commit: Remove too verbose comment about JAR_JVM_OPTS being array

Remove too verbose comment about JAR_JVM_OPTS being array


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

Branch: refs/heads/master
Commit: 8a9c635f9ffe478f5937ba125201adbf8cb72162
Parents: 9368ac4
Author: yerenkow <ye...@gmail.com>
Authored: Fri Apr 11 08:49:11 2014 +0300
Committer: yerenkow <ye...@gmail.com>
Committed: Fri Apr 11 08:49:11 2014 +0300

----------------------------------------------------------------------
 bin/storm | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/8a9c635f/bin/storm
----------------------------------------------------------------------
diff --git a/bin/storm b/bin/storm
index 6100f88..002467b 100755
--- a/bin/storm
+++ b/bin/storm
@@ -46,8 +46,6 @@ if (not os.path.isfile(USER_CONF_DIR + "/storm.yaml")):
     USER_CONF_DIR = CLUSTER_CONF_DIR
 CONFIG_OPTS = []
 CONFFILE = ""
-
-#note that JAR_JVM_OPTS is now array instead of string
 JAR_JVM_OPTS = shlex.split(os.getenv('STORM_JAR_JVM_OPTS', ''))