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 2016/11/10 10:27:37 UTC

kylin git commit: KYLIN-2170 fix java arguments error

Repository: kylin
Updated Branches:
  refs/heads/master 0aca5d5b7 -> 8f93945a3


KYLIN-2170 fix java arguments error

Signed-off-by: Li Yang <li...@apache.org>


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

Branch: refs/heads/master
Commit: 8f93945a3ec2283659ddcd36d380ba2b5d9200ce
Parents: 0aca5d5
Author: Roger Shi <ro...@kyligence.io>
Authored: Thu Nov 10 17:13:49 2016 +0800
Committer: Li Yang <li...@apache.org>
Committed: Thu Nov 10 18:27:32 2016 +0800

----------------------------------------------------------------------
 build/conf/kylin_job_conf_inmem.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/8f93945a/build/conf/kylin_job_conf_inmem.xml
----------------------------------------------------------------------
diff --git a/build/conf/kylin_job_conf_inmem.xml b/build/conf/kylin_job_conf_inmem.xml
index f229afc..d69435a 100644
--- a/build/conf/kylin_job_conf_inmem.xml
+++ b/build/conf/kylin_job_conf_inmem.xml
@@ -94,7 +94,7 @@
 
     <property>
         <name>mapreduce.map.java.opts</name>
-        <value>-Xmx2700m -XX:OnOutOfMemoryError="kill -9 %p"</value>
+        <value>-Xmx2700m -XX:OnOutOfMemoryError='kill -9 %p'</value>
         <description></description>
     </property>