Repository: kylin
Updated Branches:
  refs/heads/1.5.x-HBase1.x cf4d2940b -> 15c1d3c73 (forced update)


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/1.5.x-HBase1.x
Commit: bac0aa15321f7235c1cb517af2b7b3b5b86dd8a3
Parents: c7a8b38
Author: lidongsjtu <lid...@apache.org>
Authored: Mon Jul 4 16:39:37 2016 +0800
Committer: lidongsjtu <lid...@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 "$@"
 

Reply via email to