You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Sumit Kumar (JIRA)" <ji...@apache.org> on 2013/12/13 04:59:08 UTC

[jira] [Assigned] (DRILL-249) bin/runbit find java error

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

Sumit Kumar reassigned DRILL-249:
---------------------------------

    Assignee: Sumit Kumar

> bin/runbit find java error 
> ---------------------------
>
>                 Key: DRILL-249
>                 URL: https://issues.apache.org/jira/browse/DRILL-249
>             Project: Apache Drill
>          Issue Type: Bug
>            Reporter: zhang renzhong
>            Assignee: Sumit Kumar
>            Priority: Blocker
>         Attachments: DRILL-249.patch
>
>
> in my ubuntu, JAVA_HOME=/usr/local/java. and then exec `find -L $JAVA_HOME -name java | head -n 1` retrun three lines below
> /usr/local/java
> /usr/local/java/jre/bin/java
> /usr/local/java/bin/java
> In runbit
> JAVA=`find -L $JAVA_HOME -name java | head -n 1`, and then JAVA=/usr/loca/java, I think It's a bug, I think runbit want to use `find ..` set  JAVA to /usr/local/java/bin/java.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)