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 <lid...@apache.org>
Authored: Thu Mar 3 23:24:38 2016 +0800
Committer: lidongsjtu <lid...@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"

Reply via email to