Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
v0.7.1
-
None
-
Sprint 46, Sprint 47, Sprint 48
Description
"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