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/04/11 00:47:44 UTC

[07/34] incubator-kylin git commit: fix kylin.sh bug

fix kylin.sh bug


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

Branch: refs/heads/streaming-localdict
Commit: da0f9bf931b8a9d176e6f5f305acb245e327f0a3
Parents: b23e7e0
Author: honma <ho...@ebay.com>
Authored: Tue Apr 7 18:02:23 2015 +0800
Committer: honma <ho...@ebay.com>
Committed: Tue Apr 7 18:02:23 2015 +0800

----------------------------------------------------------------------
 bin/kylin.sh | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/da0f9bf9/bin/kylin.sh
----------------------------------------------------------------------
diff --git a/bin/kylin.sh b/bin/kylin.sh
index 9a2b199..e283a03 100644
--- a/bin/kylin.sh
+++ b/bin/kylin.sh
@@ -2,6 +2,7 @@
 
 dir=$(dirname ${0})
 source ${dir}/check-env.sh
+mkdir -p ${KYLIN_HOME}/logs
 
 if [ $1 == "start" ]
 then