You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Paul Rogers (JIRA)" <ji...@apache.org> on 2018/04/25 04:02:00 UTC

[jira] [Updated] (DRILL-6354) Errors from drill-config.sh on Mac

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

Paul Rogers updated DRILL-6354:
-------------------------------
    Description: 
Built Drill 1.14 from sources. Tried to start a Drillbit on my Mac and got errors from {{drill-config.sh}}:

{code}
apache-drill-1.14.0-SNAPSHOT$ bin/drillbit.sh --site ~/bin/site start
.../drill/distribution/target/apache-drill-1.14.0-SNAPSHOT/apache-drill-1.14.0-SNAPSHOT/bin/drill-config.sh: line 141: let: lineCount=: syntax error: operand expected (error token is "=")
...drill/distribution/target/apache-drill-1.14.0-SNAPSHOT/apache-drill-1.14.0-SNAPSHOT/bin/drill-config.sh: line 141: let: lineCount=: syntax error: operand expected (error token is "=")
Starting drillbit, logging to .../drill/distribution/target/apache-drill-1.14.0-SNAPSHOT/apache-drill-1.14.0-SNAPSHOT/log/drillbit.out
{code}

The Drillbit did appear to start. Got even more errors when I tried to check status:

{code}
apache-drill-1.14.0-SNAPSHOT $ bin/drillbit.sh status
.../drill/distribution/target/apache-drill-1.14.0-SNAPSHOT/apache-drill-1.14.0-SNAPSHOT/bin/drill-config.sh: line 141: let: lineCount=: syntax error: operand expected (error token is "=")
.../drill/distribution/target/apache-drill-1.14.0-SNAPSHOT/apache-drill-1.14.0-SNAPSHOT/bin/drill-config.sh: line 141: let: lineCount=: syntax error: operand expected (error token is "=")
.../drill/distribution/target/apache-drill-1.14.0-SNAPSHOT/apache-drill-1.14.0-SNAPSHOT/bin/drill-config.sh: line 141: let: lineCount=: syntax error: operand expected (error token is "=")
.../drill/distribution/target/apache-drill-1.14.0-SNAPSHOT/apache-drill-1.14.0-SNAPSHOT/bin/drill-config.sh: line 141: let: lineCount=: syntax error: operand expected (error token is "=")
drillbit is running.
{code}

Obviously, the error needs to be fixed. Secondly, why are we executing that same line two or four times?


  was:
Built Drill 1.14 from sources. Tried to start a Drillbit got errors from {{drill-config.sh}}:

{code}
apache-drill-1.14.0-SNAPSHOT$ bin/drillbit.sh --site ~/bin/site start
.../drill/distribution/target/apache-drill-1.14.0-SNAPSHOT/apache-drill-1.14.0-SNAPSHOT/bin/drill-config.sh: line 141: let: lineCount=: syntax error: operand expected (error token is "=")
...drill/distribution/target/apache-drill-1.14.0-SNAPSHOT/apache-drill-1.14.0-SNAPSHOT/bin/drill-config.sh: line 141: let: lineCount=: syntax error: operand expected (error token is "=")
Starting drillbit, logging to .../drill/distribution/target/apache-drill-1.14.0-SNAPSHOT/apache-drill-1.14.0-SNAPSHOT/log/drillbit.out
{code}

The Drillbit did appear to start. Got even more errors when I tried to check status:

{code}
apache-drill-1.14.0-SNAPSHOT $ bin/drillbit.sh status
.../drill/distribution/target/apache-drill-1.14.0-SNAPSHOT/apache-drill-1.14.0-SNAPSHOT/bin/drill-config.sh: line 141: let: lineCount=: syntax error: operand expected (error token is "=")
.../drill/distribution/target/apache-drill-1.14.0-SNAPSHOT/apache-drill-1.14.0-SNAPSHOT/bin/drill-config.sh: line 141: let: lineCount=: syntax error: operand expected (error token is "=")
.../drill/distribution/target/apache-drill-1.14.0-SNAPSHOT/apache-drill-1.14.0-SNAPSHOT/bin/drill-config.sh: line 141: let: lineCount=: syntax error: operand expected (error token is "=")
.../drill/distribution/target/apache-drill-1.14.0-SNAPSHOT/apache-drill-1.14.0-SNAPSHOT/bin/drill-config.sh: line 141: let: lineCount=: syntax error: operand expected (error token is "=")
drillbit is running.
{code}

Obviously, the error needs to be fixed. Secondly, why are we executing that same line two or four times?



> Errors from drill-config.sh on Mac
> ----------------------------------
>
>                 Key: DRILL-6354
>                 URL: https://issues.apache.org/jira/browse/DRILL-6354
>             Project: Apache Drill
>          Issue Type: Bug
>    Affects Versions: 1.14.0
>            Reporter: Paul Rogers
>            Priority: Minor
>
> Built Drill 1.14 from sources. Tried to start a Drillbit on my Mac and got errors from {{drill-config.sh}}:
> {code}
> apache-drill-1.14.0-SNAPSHOT$ bin/drillbit.sh --site ~/bin/site start
> .../drill/distribution/target/apache-drill-1.14.0-SNAPSHOT/apache-drill-1.14.0-SNAPSHOT/bin/drill-config.sh: line 141: let: lineCount=: syntax error: operand expected (error token is "=")
> ...drill/distribution/target/apache-drill-1.14.0-SNAPSHOT/apache-drill-1.14.0-SNAPSHOT/bin/drill-config.sh: line 141: let: lineCount=: syntax error: operand expected (error token is "=")
> Starting drillbit, logging to .../drill/distribution/target/apache-drill-1.14.0-SNAPSHOT/apache-drill-1.14.0-SNAPSHOT/log/drillbit.out
> {code}
> The Drillbit did appear to start. Got even more errors when I tried to check status:
> {code}
> apache-drill-1.14.0-SNAPSHOT $ bin/drillbit.sh status
> .../drill/distribution/target/apache-drill-1.14.0-SNAPSHOT/apache-drill-1.14.0-SNAPSHOT/bin/drill-config.sh: line 141: let: lineCount=: syntax error: operand expected (error token is "=")
> .../drill/distribution/target/apache-drill-1.14.0-SNAPSHOT/apache-drill-1.14.0-SNAPSHOT/bin/drill-config.sh: line 141: let: lineCount=: syntax error: operand expected (error token is "=")
> .../drill/distribution/target/apache-drill-1.14.0-SNAPSHOT/apache-drill-1.14.0-SNAPSHOT/bin/drill-config.sh: line 141: let: lineCount=: syntax error: operand expected (error token is "=")
> .../drill/distribution/target/apache-drill-1.14.0-SNAPSHOT/apache-drill-1.14.0-SNAPSHOT/bin/drill-config.sh: line 141: let: lineCount=: syntax error: operand expected (error token is "=")
> drillbit is running.
> {code}
> Obviously, the error needs to be fixed. Secondly, why are we executing that same line two or four times?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)