Zhihong Yu created HADOOP-8417:
----------------------------------

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

        

Reply via email to