Skip to content
This repository was archived by the owner on Jan 29, 2022. It is now read-only.

Commit 4f425b6

Browse files
author
Brendan W. McAdams
committed
Recommend disabling of speculative execution in defaults file.
1 parent a73fb53 commit 4f425b6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

mongo-defaults.xml

+9
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
<name>mongo.job.verbose</name>
66
<value>false</value>
77
</property>
8+
<!-- it is *strongly* recommended for consistent behavior that you disable speculative execution in hadoop -->
9+
<property>
10+
<name>mapred.map.tasks.speculative.execution</name>
11+
<value>false</value>
12+
</property>
13+
<property>
14+
<name>mapred.reduce.tasks.speculative.execution</name>
15+
<value>false</value>
16+
</property>
817
<property>
918
<!-- Run the job in the foreground and wait for response, or background it? -->
1019
<name>mongo.job.background</name>

0 commit comments

Comments
 (0)