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/e177ef50 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/e177ef50 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/e177ef50 Branch: refs/heads/1.4-rc Commit: e177ef50ffbf9f7e10470e1241ebe44f553d9007 Parents: 081bf87 Author: lidongsjtu <lid...@apache.org> Authored: Thu Mar 3 23:26:32 2016 +0800 Committer: lidongsjtu <lid...@apache.org> Committed: Tue Mar 8 12:09:10 2016 +0800 ---------------------------------------------------------------------- build/bin/kylin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/e177ef50/build/bin/kylin.sh ---------------------------------------------------------------------- diff --git a/build/bin/kylin.sh b/build/bin/kylin.sh index f52f923..cb83015 100644 --- a/build/bin/kylin.sh +++ b/build/bin/kylin.sh @@ -201,7 +201,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"