You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kylin.apache.org by "hongbin ma (JIRA)" <ji...@apache.org> on 2015/07/29 07:37:04 UTC

[jira] [Resolved] (KYLIN-914) Scripts shebang should use /bin/bash

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

hongbin ma resolved KYLIN-914.
------------------------------
    Resolution: Fixed
      Assignee: hongbin ma

> 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
>            Assignee: hongbin ma
>            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)