You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by Ethanlm <gi...@git.apache.org> on 2018/11/01 14:02:30 UTC

[GitHub] storm pull request #2899: flight.bash fall back to use java utils directly i...

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 <et...@...>
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

----


---

[GitHub] storm pull request #2899: [STORM-3265] flight.bash fall back to use java uti...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/storm/pull/2899


---

[GitHub] storm issue #2899: [STORM-3265] flight.bash fall back to use java utils dire...

Posted by Ethanlm <gi...@git.apache.org>.
Github user Ethanlm commented on the issue:

    https://github.com/apache/storm/pull/2899
  
    Last commit prepended "[STORM-3265]" to the commit message


---