[
https://issues.apache.org/jira/browse/KYLIN-914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
hongbin ma updated KYLIN-914:
-----------------------------
Fix Version/s: v0.7.3
v0.8.1
> 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.2, v0.7.1
> Reporter: Dayue Gao
> Priority: Minor
> Fix For: v0.8.1, v0.7.3
>
> Attachments: KYLIN-914.1.patch, KYLIN-914.2.patch
>
>
> 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)