Repository: kylin
Updated Branches:
  refs/heads/master c38def7b5 -> c2b2cead6


minor, remove check env in tools


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

Branch: refs/heads/master
Commit: 2998e11747ad960979355f15c80b3880de7b4111
Parents: bcb29fc
Author: Hongbin Ma <mahong...@apache.org>
Authored: Mon Jun 5 13:11:40 2017 +0800
Committer: Dong Li <lid...@apache.org>
Committed: Mon Jun 5 13:36:34 2017 +0800

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


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

http://git-wip-us.apache.org/repos/asf/kylin/blob/2998e117/build/bin/sample.sh
----------------------------------------------------------------------
diff --git a/build/bin/sample.sh b/build/bin/sample.sh
index babab86..b35584c 100755
--- a/build/bin/sample.sh
+++ b/build/bin/sample.sh
@@ -23,8 +23,6 @@ source $(cd -P -- "$(dirname -- "$0")" && pwd -P)/header.sh
 source ${dir}/find-hadoop-conf-dir.sh
 source ${dir}/load-hive-conf.sh
 
-source ${dir}/check-env.sh "if-not-yet"
-
 cd ${KYLIN_HOME}/sample_cube/data
 
 if [ -z "${kylin_hadoop_conf_dir}" ]; then

Reply via email to