minor, mapreduce speculative off by default

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

Branch: refs/heads/yang21-hbase1.x
Commit: 8006bb135414810efe6734054ad5e4c3ac9c95d5
Parents: e27f545
Author: Li Yang <liy...@apache.org>
Authored: Mon Oct 17 17:07:14 2016 +0800
Committer: Li Yang <liy...@apache.org>
Committed: Mon Oct 17 17:07:14 2016 +0800

----------------------------------------------------------------------
 build/conf/kylin_job_conf.xml       | 8 ++++++++
 build/conf/kylin_job_conf_inmem.xml | 8 ++++++++
 2 files changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/8006bb13/build/conf/kylin_job_conf.xml
----------------------------------------------------------------------
diff --git a/build/conf/kylin_job_conf.xml b/build/conf/kylin_job_conf.xml
index 96b806c..b17c54a 100644
--- a/build/conf/kylin_job_conf.xml
+++ b/build/conf/kylin_job_conf.xml
@@ -85,4 +85,12 @@
         <description>Set task timeout to 1 hour</description>
     </property>
 
+    <property>
+        <name>mapreduce.map.speculative</name>
+        <value>false</value>
+    </property>
+    <property>
+        <name>mapreduce.reduce.speculative</name>
+        <value>false</value>
+    </property>
 </configuration>

http://git-wip-us.apache.org/repos/asf/kylin/blob/8006bb13/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 fea2f68..73b5cc5 100644
--- a/build/conf/kylin_job_conf_inmem.xml
+++ b/build/conf/kylin_job_conf_inmem.xml
@@ -104,4 +104,12 @@
         <description></description>
     </property>
 
+    <property>
+        <name>mapreduce.map.speculative</name>
+        <value>false</value>
+    </property>
+    <property>
+        <name>mapreduce.reduce.speculative</name>
+        <value>false</value>
+    </property>
 </configuration>

Reply via email to