Repository: kylin
Updated Branches:
  refs/heads/master 371e3f4b3 -> cbd4dcc6d


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/cbd4dcc6
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/cbd4dcc6
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/cbd4dcc6

Branch: refs/heads/master
Commit: cbd4dcc6ddf62b8caaaf753fb38c24c6727d9f92
Parents: 371e3f4
Author: Yang Li <[email protected]>
Authored: Sat Nov 12 09:21:13 2016 +0800
Committer: Yang Li <[email protected]>
Committed: Sat Nov 12 09:24:07 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/cbd4dcc6/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/cbd4dcc6/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..."

Reply via email to