Rungroj Maipradit created HADOOP-17064: ------------------------------------------
Summary: Drop MRv1 binary compatibility in 4.0.0 Key: HADOOP-17064 URL: https://issues.apache.org/jira/browse/HADOOP-17064 Project: Hadoop Common Issue Type: Sub-task Reporter: Rungroj Maipradit A code comment suggests making the setJobConf method deprecated along with mapred package HADOOP-1230. HADOOP-1230 has been closed a long time ago, but the method is still not annotated as deprecated. {code:java} /** * This code is to support backward compatibility and break the compile * time dependency of core on mapred. * This should be made deprecated along with the mapred package HADOOP-1230. * Should be removed when mapred package is removed. */ {code} Comment location: [https://github.com/apache/hadoop/blob/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/ReflectionUtils.java#L88] >From the previous discussion, it seems that this method is still required if >we ensure binary compatibility with MRv1. https://issues.apache.org/jira/browse/HADOOP-17047?focusedCommentId=17111702&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17111702 Mingliang Liu suggested to Drop MRv1 binary compatibility in 4.0.0 https://issues.apache.org/jira/browse/HADOOP-17047?focusedCommentId=17112442&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17112442 -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org