Repository: kylin Updated Branches: refs/heads/2.x-staging 6678ae372 -> 4dd1b3438
KYLIN-1324 Update kylin.sh Signed-off-by: Li, Yang <[email protected]> This closes #20 Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/4dd1b343 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/4dd1b343 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/4dd1b343 Branch: refs/heads/2.x-staging Commit: 4dd1b3438f281b1d76ef4d5cab6232a392a8c1fc Parents: 6678ae3 Author: IT-DONG <[email protected]> Authored: Sat Jan 16 21:06:21 2016 +0800 Committer: Li, Yang <[email protected]> Committed: Tue Feb 23 11:47:19 2016 +0800 ---------------------------------------------------------------------- build/bin/kylin.sh | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/4dd1b343/build/bin/kylin.sh ---------------------------------------------------------------------- diff --git a/build/bin/kylin.sh b/build/bin/kylin.sh index f52f923..a21928e 100644 --- a/build/bin/kylin.sh +++ b/build/bin/kylin.sh @@ -18,6 +18,11 @@ # dir=$(dirname ${0}) + +# We should set KYLIN_HOME here for multiple tomcat instsances that are on the same node. +# In addition, we should set a KYLIN_HOME for the global use as normal. +export KYLIN_HOME=${dir}/../ + source ${dir}/check-env.sh mkdir -p ${KYLIN_HOME}/logs
