[ https://issues.apache.org/jira/browse/HADOOP-1357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arun C Murthy updated HADOOP-1357: ---------------------------------- Attachment: HADOOP-1357_1_20070515.patch Straight-forward fix... > Call to equals() comparing different types in CopyFiles.cleanup(Configuration, JobConf, String, String) > ------------------------------------------------------------------------------------------------------- > > Key: HADOOP-1357 > URL: https://issues.apache.org/jira/browse/HADOOP-1357 > Project: Hadoop > Issue Type: Bug > Components: util > Affects Versions: 0.12.3 > Reporter: Nigel Daley > Assigned To: Arun C Murthy > Priority: Minor > Fix For: 0.14.0 > > Attachments: HADOOP-1357_1_20070515.patch > > > CopyFiles.java line 369 > The call to equals is comparing a Path and a String, which will never be equal. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.