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 2015/01/04 22:27:36 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:
---------------------------------
      Component/s: Tools, Build & Test
    Fix Version/s:     (was: Future)
                   0.8.0
         Assignee: Patrick Wong

> 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
>          Components: Tools, Build & Test
>    Affects Versions: m1
>         Environment: linux will affect most linux flavours
>            Reporter: Prasanna
>            Assignee: Patrick Wong
>             Fix For: 0.8.0
>
>
> 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.3.4#6332)