[
https://issues.apache.org/jira/browse/TAJO-2125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15252198#comment-15252198
]
ASF GitHub Bot commented on TAJO-2125:
--------------------------------------
Github user hyunsik commented on the pull request:
https://github.com/apache/tajo/pull/1002#issuecomment-213015103
JDK can be easily varied in many environments. For example, some machines
in a cluster can use SUN JDK, and other machines can use open JDK or others.
Also, JDK 9 will be released in this year. This problem is about the trade-off
relationship between convenient and less mistake. If I should catch only one of
them, I'd like to choose less mistake.
> 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)