Skip to content

Commit

Permalink
turn on speculative execution
Browse files Browse the repository at this point in the history
  • Loading branch information
ycryptx committed Nov 13, 2023
1 parent 57e736f commit d074aeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sequencer/src/map-reduce/client/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,8 @@ export class MapReduceClient<RollupProof extends RollupProofBase> {
'mapreduce.reduce.memory.mb': `${YARN_CONTAINER_MEMORY}`,
'mapreduce.task.timeout': '0',
'mapreduce.task.stuck.timeout-ms': '0',
'mapreduce.map.speculative': 'false',
'mapreduce.reduce.speculative': 'false',
'mapreduce.map.speculative': 'true',
'mapreduce.reduce.speculative': 'true',
'mapreduce.map.output.compress': 'true',
'mapreduce.map.output.compress.codec':
'org.apache.hadoop.io.compress.SnappyCodec',
Expand Down

0 comments on commit d074aeb

Please sign in to comment.