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/1.5.x-HBase1.1.3 Commit: 18d4a5ecf83e951c35bb628430d5da8d9707f857 Parents: 6836815 Author: lidongsjtu <[email protected]> Authored: Fri Mar 11 12:43:23 2016 +0800 Committer: lidongsjtu <[email protected]> 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>
