[ 
https://issues.apache.org/jira/browse/KYLIN-914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14645418#comment-14645418
 ] 

hongbin ma commented on KYLIN-914:
----------------------------------

Here are the major branches, I'll further summarize them into a document

0.7-staging 
dev branch for 0.7 versions, this branch spawns releases like 0.7.1, 0.7.2, the 
next release would be 0.7.3.

0.8
dev branch for 0.8 versions, 0.8 is like the next generation Kylin (with 
streaming, spark support), it has fundamental difference with 0.7 version, 
which means any changes on 0.7 will not be merged to 0.8 anymore. So if your 
patch affects both of the branch, you should make patches for both branch.

master
always point to the latest stable release(stable, but not up to date)

For this patch's case, it would be best if you can work on 0.7-staging and 0.8. 
However, it's okay if you use  Kylin-0.7.2-Incubating, we committers can do the 
rest job.



> 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
>         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)

Reply via email to