apache / accumulo-testing

Apache Accumulo Testing
https://accumulo.apache.org
Apache License 2.0
15 stars 40 forks source link

mapred.map.tasks.speculative.execution is deprecated. Instead, use mapreduce.map.speculative #274

Closed DomGarguilo closed 4 months ago

DomGarguilo commented 7 months ago

INFO Configuration.deprecation: mapred.map.tasks.speculative.execution is deprecated. Instead, use mapreduce.map.speculative gets logged when I run cingest verify.

This is set here: https://github.com/apache/accumulo-testing/blob/ce95056c57d3eff61400486b4a9da8fd73dbe67e/src/main/java/org/apache/accumulo/testing/continuous/ContinuousVerify.java#L193

It should be determined if the suggested replacement will work the way we expect and if it does, replace the deprecated field.