You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Zhihong Yu (JIRA)" <ji...@apache.org> on 2012/05/20 03:32:40 UTC

[jira] [Updated] (HADOOP-8417) HADOOP-6963 didn't update hadoop-core-pom-template.xml

     [ https://issues.apache.org/jira/browse/HADOOP-8417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zhihong Yu updated HADOOP-8417:
-------------------------------

    Attachment: hadoop-8417.txt
    
> HADOOP-6963 didn't update hadoop-core-pom-template.xml
> ------------------------------------------------------
>
>                 Key: HADOOP-8417
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8417
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Zhihong Yu
>
> HADOOP-6963 introduced commons-io 2.1 in ivy.xml but forgot to update the hadoop-core-pom-template.xml.
> This has caused map reduce jobs in downstream projects to fail with:
> {code}
> Caused by: java.lang.ClassNotFoundException: org.apache.commons.io.FileUtils
> 	at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
> 	at java.security.AccessController.doPrivileged(Native Method)
> 	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
> 	at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
> 	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
> 	at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
> 	... 15 more
> {code}
> This caused a regression for 1.0.3 because downstream projects used to not directly depend on commons-io

--
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