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/daeaf084 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/daeaf084 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/daeaf084 Branch: refs/heads/1.5.x-HBase1.1.3 Commit: daeaf08444ebd86a9de4e8addafa7541c25523be Parents: 2d4922d Author: lidongsjtu <[email protected]> Authored: Thu Mar 3 23:26:32 2016 +0800 Committer: lidongsjtu <[email protected]> Committed: Thu Mar 3 23:26:55 2016 +0800 ---------------------------------------------------------------------- build/bin/kylin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/daeaf084/build/bin/kylin.sh ---------------------------------------------------------------------- diff --git a/build/bin/kylin.sh b/build/bin/kylin.sh index a21928e..f4d9fac 100644 --- a/build/bin/kylin.sh +++ b/build/bin/kylin.sh @@ -206,7 +206,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"
