Paul Rogers created DRILL-6354:
----------------------------------
Summary: 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
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?
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)