You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Stanley Zhang (JIRA)" <ji...@apache.org> on 2016/11/25 07:03:58 UTC

[jira] [Updated] (KYLIN-2230) can not catch kylin.sh path in linux resouce PATH setting

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

Stanley Zhang updated KYLIN-2230:
---------------------------------
    Description: 
my kylin home folder is /data/kap
here is my setting for my PATH variable:
[root@quickstart ~]# cat .bashrc
export PATH=/data/kap/bin:$PATH

the issue is that:
when I execute as the followings, it goes wrong which is  line 22 in build/kylin.sh on github.
[root@quickstart ~]# sh kylin.sh
/data/kap/bin/kylin.sh: line 5: /root/header.sh: no such file or directory.

  was:
my kylin home folder is /data/kap
here is my setting for my PATH variable:
[root@quickstart ~]# cat .bashrc
export PATH=/data/kap/bin:$PATH

the issue is that:
when I execute as the followings, it goes wrong which is  line 25 in build/kylin.sh on github.
[root@quickstart ~]# sh kylin.sh
/data/kap/bin/kylin.sh: line 5: /root/header.sh: no such file or directory.


> can not catch kylin.sh path in linux resouce PATH setting
> ---------------------------------------------------------
>
>                 Key: KYLIN-2230
>                 URL: https://issues.apache.org/jira/browse/KYLIN-2230
>             Project: Kylin
>          Issue Type: Improvement
>          Components: Environment 
>    Affects Versions: v1.5.4.1
>         Environment: minor issue.
> centos6 cloudera5.7 kylin1.5
>            Reporter: Stanley Zhang
>            Assignee: hongbin ma
>            Priority: Minor
>             Fix For: Future
>
>
> my kylin home folder is /data/kap
> here is my setting for my PATH variable:
> [root@quickstart ~]# cat .bashrc
> export PATH=/data/kap/bin:$PATH
> the issue is that:
> when I execute as the followings, it goes wrong which is  line 22 in build/kylin.sh on github.
> [root@quickstart ~]# sh kylin.sh
> /data/kap/bin/kylin.sh: line 5: /root/header.sh: no such file or directory.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)