You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2015/10/23 09:51:43 UTC

incubator-kylin git commit: minor, alter kylin.sh, let default log file be kylin-log4j.properties for tool command

Repository: incubator-kylin
Updated Branches:
  refs/heads/1.x-staging 769ad281b -> 491692b4f


minor, alter kylin.sh, let default log file be kylin-log4j.properties for tool command


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

Branch: refs/heads/1.x-staging
Commit: 491692b4f2fb8418d6dde84a4d04540548494610
Parents: 769ad28
Author: Li, Yang <ya...@ebay.com>
Authored: Fri Oct 23 15:51:35 2015 +0800
Committer: Li, Yang <ya...@ebay.com>
Committed: Fri Oct 23 15:51:35 2015 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/491692b4/bin/kylin.sh
----------------------------------------------------------------------
diff --git a/bin/kylin.sh b/bin/kylin.sh
index 021e494..8ca3c91 100644
--- 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 "$@"
+    exec hbase -Dlog4j.configuration=kylin-log4j.properties "$@"
 
 else
     echo "usage: kylin.sh start or kylin.sh stop"