Closed DomGarguilo closed 4 months ago
INFO Configuration.deprecation: mapred.map.tasks.speculative.execution is deprecated. Instead, use mapreduce.map.speculative gets logged when I run cingest verify.
INFO Configuration.deprecation: mapred.map.tasks.speculative.execution is deprecated. Instead, use mapreduce.map.speculative
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.
INFO Configuration.deprecation: mapred.map.tasks.speculative.execution is deprecated. Instead, use mapreduce.map.speculative
gets logged when I runcingest 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.