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 <liy...@apache.org> Authored: Sat Nov 12 09:21:13 2016 +0800 Committer: Yang Li <liy...@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..."