Paul Rogers created DRILL-6508:
----------------------------------
Summary: Syntax errors in drillbit.sh and dependents
Key: DRILL-6508
URL: https://issues.apache.org/jira/browse/DRILL-6508
Project: Apache Drill
Issue Type: Improvement
Affects Versions: 1.13.0
Reporter: Paul Rogers
Build the latest Drill master. Then, attempt to start Drill using a site
directory (not sure if the site directory matters). Two errors appear, but
Drill still starts:
{code}
$ bin/drillbit.sh --site ~/bin/site start
/Users/paulrogers/git/drill/distribution/target/apache-drill-1.14.0-SNAPSHOT/apache-drill-1.14.0-SNAPSHOT/bin/drill-config.sh:
line 144: let: lineCount=: syntax error: operand expected (error token is "=")
/Users/paulrogers/git/drill/distribution/target/apache-drill-1.14.0-SNAPSHOT/apache-drill-1.14.0-SNAPSHOT/bin/drill-config.sh:
line 144: let: lineCount=: syntax error: operand expected (error token is "=")
Starting drillbit, logging to
/Users/paulrogers/git/drill/distribution/target/apache-drill-1.14.0-SNAPSHOT/apache-drill-1.14.0-SNAPSHOT/log/drillbit.out
{code}
To avoid users having to track down problems that turn out to be known
problems, the scripts should run clean.
This is on a Mac.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)