You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by pt...@apache.org on 2016/04/29 22:08:02 UTC

[2/4] storm git commit: make JAVA_HOME comment more descriptive

make JAVA_HOME comment more descriptive


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

Branch: refs/heads/1.x-branch
Commit: 30068e90abccb57a35e9f8baee0b9f4052359343
Parents: 862e468
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Fri Apr 29 11:37:06 2016 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Fri Apr 29 11:37:06 2016 -0400

----------------------------------------------------------------------
 conf/storm-env.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/30068e90/conf/storm-env.sh
----------------------------------------------------------------------
diff --git a/conf/storm-env.sh b/conf/storm-env.sh
index 33c5b9e..ff2f449 100644
--- a/conf/storm-env.sh
+++ b/conf/storm-env.sh
@@ -19,6 +19,6 @@
 # Set Storm specific environment variables here.
 
 # The java implementation to use.
-#export JAVA_HOME=${JAVA_HOME}
+#export JAVA_HOME=/path/to/jdk/home
 
 # export STORM_CONF_DIR=""