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

kylin git commit: minor, add kylin conf into tools classpath

Repository: kylin
Updated Branches:
  refs/heads/master 47d2d15c6 -> e82b62136


minor, add kylin conf into tools classpath


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

Branch: refs/heads/master
Commit: e82b62136783002b6c551d2ad53d5e7f91eadf21
Parents: 47d2d15
Author: sunyerui <su...@gmail.com>
Authored: Sat Aug 13 13:10:05 2016 +0800
Committer: sunyerui <su...@gmail.com>
Committed: Sat Aug 13 13:10:05 2016 +0800

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


http://git-wip-us.apache.org/repos/asf/kylin/blob/e82b6213/build/bin/kylin.sh
----------------------------------------------------------------------
diff --git a/build/bin/kylin.sh b/build/bin/kylin.sh
index 0098a0f..e7a0061 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/*:${KYLIN_HOME}/tool/*:$hive_dependency:${HBASE_CLASSPATH}
+    export HBASE_CLASSPATH=${KYLIN_HOME}/conf/:${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 "$@"