You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/04/19 10:38:25 UTC

[jira] [Commented] (TAJO-2125) Detect default java binary, if JAVA_HOME is not set

    [ https://issues.apache.org/jira/browse/TAJO-2125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15247377#comment-15247377 ] 

ASF GitHub Bot commented on TAJO-2125:
--------------------------------------

GitHub user jinossy opened a pull request:

    https://github.com/apache/tajo/pull/1002

    TAJO-2125: Detect default java binary, if JAVA_HOME is not set.

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jinossy/tajo TAJO-2125

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tajo/pull/1002.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 #1002
    
----
commit 90c662cb5f48dd4539c1d2450923da905573520a
Author: Jinho Kim <jh...@apache.org>
Date:   2016-04-19T08:36:55Z

    TAJO-2125: Detect default java binary, if JAVA_HOME is not set.

----


> Detect default java binary, if JAVA_HOME is not set
> ---------------------------------------------------
>
>                 Key: TAJO-2125
>                 URL: https://issues.apache.org/jira/browse/TAJO-2125
>             Project: Tajo
>          Issue Type: Improvement
>          Components: conf and scripts
>    Affects Versions: 0.11.2
>            Reporter: Jinho Kim
>            Assignee: Jinho Kim
>            Priority: Minor
>             Fix For: 0.12.0
>
>
> We should find the java binary, if JAVA_HOME is not set in tajo-evn.sh
> The detection order as following:
> 1. JAVA_HOME in tajo-env.sh 
> 2. System environment variable
> 3. OS default java binary



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)