[ https://issues.apache.org/jira/browse/MAPREDUCE-4044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13235734#comment-13235734 ]
Alejandro Abdelnur commented on MAPREDUCE-4044: ----------------------------------------------- ConfigUtil has: Configuration.addDeprecation("mapred.job.tracker", new String[] {JTConfig.RM_ADDRESS}); It seems we should add: Configuration.addDeprecation(JTConfig.JT_IPC_ADDRESS, new String[] {YarnConfiguration.RM_ADDRESS}); And also we may need to change Configuration logic to do a transitive closure of deprecated keys. This is becoming a mess. Thoughts? > YarnClientProtocolProvider does not honor mapred.job.tracker property > --------------------------------------------------------------------- > > Key: MAPREDUCE-4044 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-4044 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: mrv2 > Affects Versions: 0.24.0, 0.23.3 > Reporter: Alejandro Abdelnur > Fix For: 0.23.3 > > > The YarnClientProtocolProvider/YARNRunner/ResourceMgrDelegate bootstrap only > looks for 'yarn.resourcemanager.address', they ignore 'mapred.job.tracker' > This breaks backward compatibility and creates issues in Oozie. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira