Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
DomGarguilo opened this issue Apr 11, 2024 · 0 comments · May be fixed by #277
Open

Comments

@DomGarguilo
Copy link
Member

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:

job.getConfiguration().setBoolean("mapred.map.tasks.speculative.execution", scanOffline);

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant