Hi, I am trying to upgrade my scripts to the new MapReduce API in org.apache.hadoop.mapreduce. I had a join operation that relied on the MultipleInputs.class in the mapred folder, but I see it is not in the mapreduce folder, despite this message: http://mail-archives.apache.org/mod_mbox/hadoop-common-user/200911.mbox/%[email protected]%3e
but the javadoc indicates differently. It looks like there is a patch, but it hasn't made its way into 20.2. https://issues.apache.org/jira/browse/MAPREDUCE-1170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel Any workarounds or other information that I haven't come across yet?
