You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by ma...@apache.org on 2016/11/13 07:38:49 UTC

[2/5] kylin git commit: minor, check-env.sh enhance

minor, check-env.sh enhance


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

Branch: refs/heads/yang21-hbase1.x
Commit: d34af64f654a31236160ab298a16e08a08b8e00b
Parents: f5e6198
Author: Yang Li <li...@apache.org>
Authored: Sat Nov 12 09:21:13 2016 +0800
Committer: Yang Li <li...@apache.org>
Committed: Sat Nov 12 09:21:13 2016 +0800

----------------------------------------------------------------------
 build/bin/metastore.sh | 2 +-
 build/bin/sample.sh    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/d34af64f/build/bin/metastore.sh
----------------------------------------------------------------------
diff --git a/build/bin/metastore.sh b/build/bin/metastore.sh
index 72afbae..d045ca6 100755
--- a/build/bin/metastore.sh
+++ b/build/bin/metastore.sh
@@ -26,7 +26,7 @@
 
 source $(cd -P -- "$(dirname -- "$0")" && pwd -P)/header.sh
 
-source ${dir}/check-env.sh
+source ${dir}/check-env.sh "if-not-yet"
 
 if [ "$1" == "backup" ]
 then

http://git-wip-us.apache.org/repos/asf/kylin/blob/d34af64f/build/bin/sample.sh
----------------------------------------------------------------------
diff --git a/build/bin/sample.sh b/build/bin/sample.sh
index e420df7..cc731cf 100644
--- a/build/bin/sample.sh
+++ b/build/bin/sample.sh
@@ -19,7 +19,7 @@
 
 source $(cd -P -- "$(dirname -- "$0")" && pwd -P)/header.sh
 
-source ${dir}/check-env.sh
+source ${dir}/check-env.sh "if-not-yet"
 job_jar=`find -L ${KYLIN_HOME}/lib/ -name kylin-job*.jar`
 
 echo "Going to create sample tables in hive..."