GitHub user Ethanlm opened a pull request:
https://github.com/apache/storm/pull/2899
flight.bash fall back to use java utils directly if $JAVA_HOME not set or
java not avaialble in $BINPATH
https://issues.apache.org/jira/browse/STORM-3265
If JAVA_HOME is not set, or `/usr/bin/java` not available, we should just
use java directly
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Ethanlm/storm STORM-3265
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2899.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2899
----
commit 686ef4b4063381c57ce71f05296fcb1ffe0badf9
Author: Ethan Li <ethanopensource@...>
Date: 2018-11-01T13:56:57Z
flight.bash fall back to use java utils directly if $JAVA_HOME not set or
java not avaialble in $BINPATH
----
---