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 2015/10/26 10:07:51 UTC

[05/45] incubator-kylin git commit: minor, append kylin.log, don't overwrite

minor, append kylin.log, don't overwrite


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

Branch: refs/heads/master
Commit: d86829ae67a906080ecefd540806ae9fd501e010
Parents: ac10f5d
Author: Li, Yang <ya...@ebay.com>
Authored: Tue Sep 22 10:10:46 2015 +0800
Committer: Li, Yang <ya...@ebay.com>
Committed: Tue Sep 22 10:10:46 2015 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/d86829ae/bin/kylin.sh
----------------------------------------------------------------------
diff --git a/bin/kylin.sh b/bin/kylin.sh
index fbaff24..ea84f22 100644
--- a/bin/kylin.sh
+++ b/bin/kylin.sh
@@ -71,7 +71,7 @@ then
     -Dkylin.hive.dependency=${hive_dependency} \
     -Dkylin.hbase.dependency=${hbase_dependency} \
     -Dspring.profiles.active=${spring_profile} \
-    org.apache.hadoop.util.RunJar ${tomcat_root}/bin/bootstrap.jar  org.apache.catalina.startup.Bootstrap start > ${tomcat_root}/logs/kylin.log 2>&1 & echo $! > ${KYLIN_HOME}/pid &
+    org.apache.hadoop.util.RunJar ${tomcat_root}/bin/bootstrap.jar  org.apache.catalina.startup.Bootstrap start >> ${tomcat_root}/logs/kylin.log 2>&1 & echo $! > ${KYLIN_HOME}/pid &
     echo "A new Kylin instance is started by $USER, stop it using \"kylin.sh stop\""
     if [ "$useSandbox" = "true" ]
         then echo "Please visit http://<your_sandbox_ip>:7070/kylin to play with the cubes! (Useranme: ADMIN, Password: KYLIN)"