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/03/11 05:46:00 UTC

kylin git commit: minor, enable some job configurations on mapper mem

Repository: kylin
Updated Branches:
  refs/heads/master 6836815b9 -> 18d4a5ecf


minor, enable some job configurations on mapper mem


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

Branch: refs/heads/master
Commit: 18d4a5ecf83e951c35bb628430d5da8d9707f857
Parents: 6836815
Author: lidongsjtu <li...@apache.org>
Authored: Fri Mar 11 12:43:23 2016 +0800
Committer: lidongsjtu <li...@apache.org>
Committed: Fri Mar 11 12:45:44 2016 +0800

----------------------------------------------------------------------
 build/conf/kylin_job_conf.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/18d4a5ec/build/conf/kylin_job_conf.xml
----------------------------------------------------------------------
diff --git a/build/conf/kylin_job_conf.xml b/build/conf/kylin_job_conf.xml
index f02004e..052021c 100644
--- a/build/conf/kylin_job_conf.xml
+++ b/build/conf/kylin_job_conf.xml
@@ -56,7 +56,6 @@
     </property>
 
     <!--Properties for calculating cube by splits (in-mem), with which each Mapper need more mem to hold a full cube segment -->
-    <!--
     <property>
         <name>mapreduce.map.java.opts</name>
         <value>-Xmx2500m</value>
@@ -69,7 +68,6 @@
         <name>mapreduce.task.io.sort.mb</name>
         <value>200</value>
     </property>
-    -->
     
     <property>
         <name>mapred.task.timeout</name>
@@ -77,4 +75,4 @@
         <description>Set task timeout to 1 hour</description>
     </property>
 
-</configuration>
\ No newline at end of file
+</configuration>