You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Jacques Nadeau (JIRA)" <ji...@apache.org> on 2014/06/09 07:35:10 UTC

[jira] [Updated] (DRILL-530) drill-config.sh detects java executable incorrectly

     [ https://issues.apache.org/jira/browse/DRILL-530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Nadeau updated DRILL-530:
---------------------------------

    Fix Version/s: Future

> drill-config.sh detects java executable incorrectly
> ---------------------------------------------------
>
>                 Key: DRILL-530
>                 URL: https://issues.apache.org/jira/browse/DRILL-530
>             Project: Apache Drill
>          Issue Type: Bug
>    Affects Versions: 1.0.0-milestone-1
>         Environment: linux will affect most linux flavours
>            Reporter: Prasanna
>             Fix For: Future
>
>
> if JAVA_HOME = /work/platform/java
> and JAVA_BIN = /work/platform/java/bin/java
> Then the following in drill-config.sh line [156 java executable detection line] 
> JAVA=`find -L "$JAVA_HOME" -name $JAVA_BIN | head -n 1`
> evaluates to "/work/platform/java" which is not a binary java executable.
> I recommend the line to be changed to:
> JAVA=`find -L "$JAVA_HOME" -name $JAVA_BIN -type f | sort -n -k2 | head -n 1`



--
This message was sent by Atlassian JIRA
(v6.2#6252)