Skip to content

Commit

Permalink
Increase max-attempts
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpleiness committed May 27, 2020
1 parent 2d89dff commit 45939b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/imputation-server/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ EOF
"mapreduce.task.timeout": "10368000000",
"mapreduce.map.speculative": "false",
"mapreduce.reduce.speculative": "false",
"mapreduce.am.max-attempts": "100",
"mapreduce.am.max-attempts": "200",
"yarn.app.mapreduce.am.resource.mb": "5120",
"yarn.app.mapreduce.am.command-opts": "-Xmx4096m",
"yarn.app.mapreduce.am.resource.vcores": "2"
Expand All @@ -236,7 +236,7 @@ EOF
{
"Classification": "yarn-site",
"Properties": {
"yarn.resourcemanager.am.max-attempts": "100"
"yarn.resourcemanager.am.max-attempts": "200"
}
},
{
Expand Down

0 comments on commit 45939b2

Please sign in to comment.