You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "hongbin ma (JIRA)" <ji...@apache.org> on 2015/09/02 11:06:45 UTC

[jira] [Resolved] (KYLIN-632) "kylin.sh stop" doesn't check whether KYLIN_HOME was set

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

hongbin ma resolved KYLIN-632.
------------------------------
       Resolution: Fixed
    Fix Version/s: v0.8.1

> "kylin.sh stop" doesn't check whether KYLIN_HOME was set
> --------------------------------------------------------
>
>                 Key: KYLIN-632
>                 URL: https://issues.apache.org/jira/browse/KYLIN-632
>             Project: Kylin
>          Issue Type: Bug
>          Components: Environment 
>    Affects Versions: v0.7.1
>            Reporter: Shaofeng SHI
>            Assignee: hongbin ma
>            Priority: Minor
>             Fix For: v0.8.1, v1.1
>
>
> "kylin.sh stop" will not work if KYLIN_HOME wasn't set, and its message is misleading: "kylin is not running, please check", while actually the kylin is running:
> -sh-4.1$ cd /export/home/b_kylin/kylin_ii/
> -sh-4.1$ pwd
> /export/home/b_kylin/kylin_ii
> -sh-4.1$ echo $KYLIN_HOME
> -sh-4.1$ ./bin/kylin.sh stop
> kylin is not running, please check
> -sh-4.1$ export KYLIN_HOME=/export/home/b_kylin/kylin_ii
> -sh-4.1$ ./bin/kylin.sh stop
> stopping kylin:20944



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