Skip to content

Commit

Permalink
Recommend disabling of speculative execution in defaults file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendan W. McAdams committed Jun 26, 2012
1 parent a73fb53 commit 4f425b6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions mongo-defaults.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
<name>mongo.job.verbose</name>
<value>false</value>
</property>
<!-- it is *strongly* recommended for consistent behavior that you disable speculative execution in hadoop -->
<property>
<name>mapred.map.tasks.speculative.execution</name>
<value>false</value>
</property>
<property>
<name>mapred.reduce.tasks.speculative.execution</name>
<value>false</value>
</property>
<property>
<!-- Run the job in the foreground and wait for response, or background it? -->
<name>mongo.job.background</name>
Expand Down

0 comments on commit 4f425b6

Please sign in to comment.