You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2016/03/27 03:32:33 UTC

[30/50] [abbrv] kylin git commit: KYLIN-1466 Update kylin.sh and bring denpendencies to runnable classes

KYLIN-1466 Update kylin.sh and bring denpendencies to runnable classes


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

Branch: refs/heads/1.3.x
Commit: 80dc5da7ff805f5cae3c494e59a4d2c6b326dc0a
Parents: 4ee5f6c
Author: lidongsjtu <li...@apache.org>
Authored: Thu Mar 3 23:24:38 2016 +0800
Committer: lidongsjtu <li...@apache.org>
Committed: Thu Mar 3 23:24:48 2016 +0800

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


http://git-wip-us.apache.org/repos/asf/kylin/blob/80dc5da7/bin/kylin.sh
----------------------------------------------------------------------
diff --git a/bin/kylin.sh b/bin/kylin.sh
index 6b0a495..f38622d 100755
--- a/bin/kylin.sh
+++ b/bin/kylin.sh
@@ -127,7 +127,7 @@ then
 
     export HBASE_CLASSPATH=${KYLIN_HOME}/lib/*:$hive_dependency:${HBASE_CLASSPATH}
 
-    exec hbase -Dlog4j.configuration=kylin-log4j.properties "$@"
+    exec hbase ${KYLIN_EXTRA_START_OPTS} -Dkylin.hive.dependency=${hive_dependency} -Dkylin.hbase.dependency=${hbase_dependency} -Dlog4j.configuration=kylin-log4j.properties "$@"
 
 else
     echo "usage: kylin.sh start or kylin.sh stop"