You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2016/07/04 08:41:04 UTC

kylin git commit: minor, add tool to classpath

Repository: kylin
Updated Branches:
  refs/heads/master c7a8b389f -> bac0aa153


minor, add tool to classpath


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

Branch: refs/heads/master
Commit: bac0aa15321f7235c1cb517af2b7b3b5b86dd8a3
Parents: c7a8b38
Author: lidongsjtu <li...@apache.org>
Authored: Mon Jul 4 16:39:37 2016 +0800
Committer: lidongsjtu <li...@apache.org>
Committed: Mon Jul 4 16:39:43 2016 +0800

----------------------------------------------------------------------
 build/bin/kylin.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/bac0aa15/build/bin/kylin.sh
----------------------------------------------------------------------
diff --git a/build/bin/kylin.sh b/build/bin/kylin.sh
index bcdeb6b..0098a0f 100644
--- a/build/bin/kylin.sh
+++ b/build/bin/kylin.sh
@@ -230,7 +230,7 @@ then
         then source ${dir}/setenv-tool.sh
     fi
 
-    export HBASE_CLASSPATH=${KYLIN_HOME}/lib/*:$hive_dependency:${HBASE_CLASSPATH}
+    export HBASE_CLASSPATH=${KYLIN_HOME}/lib/*:${KYLIN_HOME}/tool/*:$hive_dependency:${HBASE_CLASSPATH}
 
     exec hbase ${KYLIN_EXTRA_START_OPTS} -Dkylin.hive.dependency=${hive_dependency} -Dkylin.hbase.dependency=${hbase_dependency} -Dlog4j.configuration=kylin-log4j.properties "$@"