[
https://issues.apache.org/jira/browse/KYLIN-632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14624139#comment-14624139
]
Luke Han commented on KYLIN-632:
--------------------------------
Please backport to 0.7.3 version.
Thanks.
> "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.7.3
>
>
> "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)