Clean up unsymmetrical Job-API w.r.t DistributedCache -----------------------------------------------------
Key: MAPREDUCE-950 URL: https://issues.apache.org/jira/browse/MAPREDUCE-950 Project: Hadoop Map/Reduce Issue Type: Bug Reporter: Vinod K V Fix For: 0.21.0 MAPREDUCE-898 cleans up user facing APIs in DistributedCache by adding them to Job/JobContext. There are still some unsymmetric APIs. For e.g. getArchiveClassPaths() return Path objects while the corresponding setter API addCacheArchive() adds a URI. Same is the case with a missing setArchivesToClassPath()/setFilesToClassPathj() similar to setCacheArchives(). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.