You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2015/03/14 01:02:03 UTC

[50/50] incubator-kylin git commit: KYLIN-638 kylin.sh stop not working

KYLIN-638 kylin.sh stop not working


Project: http://git-wip-us.apache.org/repos/asf/incubator-kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-kylin/commit/624c4347
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/624c4347
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/624c4347

Branch: refs/heads/streaming
Commit: 624c4347feee9e3bcfca5ae7e8538abe82fbf152
Parents: 0b13251
Author: honma <ho...@ebay.com>
Authored: Thu Mar 12 16:36:40 2015 -0700
Committer: honma <ho...@ebay.com>
Committed: Thu Mar 12 16:36:40 2015 -0700

----------------------------------------------------------------------
 bin/kylin.sh | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/624c4347/bin/kylin.sh
----------------------------------------------------------------------
diff --git a/bin/kylin.sh b/bin/kylin.sh
index 7981bb8..7941093 100644
--- a/bin/kylin.sh
+++ b/bin/kylin.sh
@@ -1,9 +1,11 @@
 #!/bin/sh
 
+dir=$(dirname ${0})
+source ${dir}/check-env.sh
+
 if [ $1 == "start" ]
 then
-    dir=$(dirname ${0})
-    source ${dir}/check-env.sh
+
     tomcat_root=${dir}/../tomcat
     export tomcat_root