[
https://issues.apache.org/jira/browse/MAPREDUCE-2024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12906035#action_12906035
]
Greg Roelofs commented on MAPREDUCE-2024:
-----------------------------------------
bq. Is this a duplicate of MAPREDUCE-1001? If so, we probably should keep only
one.
It certainly appears to be. Thanks, I'll close it as a dup.
> 5th JobTracker constructor (for simulator) uses outdated configs, duplicates
> code
> ---------------------------------------------------------------------------------
>
> Key: MAPREDUCE-2024
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-2024
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Components: jobtracker
> Affects Versions: 0.22.0
> Reporter: Greg Roelofs
> Priority: Minor
>
> The fifth JobTracker constructor (JobTracker(final JobConf conf, Clock clock,
> boolean ignoredForSimulation)) still uses the old "mapred.*" config settings
> and appears to duplicate much of the code in the fourth (main) ctor. It
> should be modernized and, ideally, share as much code as possible with the
> main one in order to minimize simulation drift and the potential for config
> errors.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.