Dayue Gao created KYLIN-914:
-------------------------------
Summary: Scripts shebang should use /bin/bash
Key: KYLIN-914
URL: https://issues.apache.org/jira/browse/KYLIN-914
Project: Kylin
Issue Type: Bug
Components: General
Affects Versions: v0.7.1, v0.7.2
Reporter: Dayue Gao
Priority: Minor
On my ubuntu machine, running "./bin/kylin.sh start" will give the following
error:
{noformat}
./bin/kylin.sh: 20: [: unexpected operator
./bin/kylin.sh: 78: [: ==: unexpected operator
usage: kylin.sh start or kylin.sh stop
{noformat}
This is due to kylin's scripts use "#!/bin/sh", however ubuntu symlinks /bin/sh
to dash, which is not compatible with bash.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)