You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by ma...@apache.org on 2015/11/18 03:20:46 UTC

incubator-kylin git commit: minor: set mapreduce.job.reduce.slowstart.completedmaps to 1 for runing test cases, unset for binary release

Repository: incubator-kylin
Updated Branches:
  refs/heads/2.x-staging a89dc636f -> ccf020718


minor: set mapreduce.job.reduce.slowstart.completedmaps to 1 for runing test cases, unset for binary release


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

Branch: refs/heads/2.x-staging
Commit: ccf020718ddb90364f94fbc2e5b1b403d522c579
Parents: a89dc63
Author: honma <ho...@ebay.com>
Authored: Wed Nov 18 10:24:37 2015 +0800
Committer: honma <ho...@ebay.com>
Committed: Wed Nov 18 10:24:37 2015 +0800

----------------------------------------------------------------------
 build/conf/kylin_job_conf.xml                   | 6 ------
 examples/test_case_data/sandbox/mapred-site.xml | 3 ++-
 2 files changed, 2 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/ccf02071/build/conf/kylin_job_conf.xml
----------------------------------------------------------------------
diff --git a/build/conf/kylin_job_conf.xml b/build/conf/kylin_job_conf.xml
index 86715de..15ea683 100644
--- a/build/conf/kylin_job_conf.xml
+++ b/build/conf/kylin_job_conf.xml
@@ -48,12 +48,6 @@
         <value>2000</value>
         <description>No description</description>
     </property>
-    
-    <property>
-        <name>mapreduce.job.reduce.slowstart.completedmaps</name>
-        <value>0.05</value>
-        <description>Fraction of the number of maps in the job which should be complete before reduces are scheduled for the job.</description>
-    </property>
 
     <property>
         <name>dfs.replication</name>

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/ccf02071/examples/test_case_data/sandbox/mapred-site.xml
----------------------------------------------------------------------
diff --git a/examples/test_case_data/sandbox/mapred-site.xml b/examples/test_case_data/sandbox/mapred-site.xml
index 31d2a39..7b1a4be 100644
--- a/examples/test_case_data/sandbox/mapred-site.xml
+++ b/examples/test_case_data/sandbox/mapred-site.xml
@@ -81,9 +81,10 @@
         <value>false</value>
     </property>
 
+    <!--the default value on hdp is 0.05, however for test environments we need to be conservative on resource -->
     <property>
         <name>mapreduce.job.reduce.slowstart.completedmaps</name>
-        <value>0.05</value>
+        <value>1</value>
     </property>
 
     <property>