You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Roman Shaposhnik (JIRA)" <ji...@apache.org> on 2013/02/13 02:34:11 UTC

[jira] [Created] (HADOOP-9301) hadoop client servlet/jsp/jetty/tomcat JARs creating conflicts in Oozie & HttpFS

Roman Shaposhnik created HADOOP-9301:
----------------------------------------

             Summary: hadoop client servlet/jsp/jetty/tomcat JARs creating conflicts in Oozie & HttpFS
                 Key: HADOOP-9301
                 URL: https://issues.apache.org/jira/browse/HADOOP-9301
             Project: Hadoop Common
          Issue Type: Bug
          Components: build
    Affects Versions: 2.0.3-alpha
            Reporter: Roman Shaposhnik
            Assignee: Alejandro Abdelnur
            Priority: Blocker
             Fix For: 2.0.3-alpha


Here's how to reproduce:

{noformat}
$ cd hadoop-client
$ mvn dependency:tree | egrep 'jsp|jetty'
[INFO] |  +- org.mortbay.jetty:jetty:jar:6.1.26.cloudera.2:compile
[INFO] |  +- org.mortbay.jetty:jetty-util:jar:6.1.26.cloudera.2:compile
[INFO] |  +- javax.servlet.jsp:jsp-api:jar:2.1:compile
{noformat}

This has a potential for completely screwing up clients like Oozie, etc – hence a blocker.

It seems that while common excludes those JARs, they are sneaking in via hdfs, we need to exclude them too.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira