You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Venki Korukanti (JIRA)" <ji...@apache.org> on 2015/06/08 19:09:00 UTC

[jira] [Created] (DRILL-3260) Conflicting servlet-api jar causing web UI to be slow

Venki Korukanti created DRILL-3260:
--------------------------------------

             Summary: Conflicting servlet-api jar causing web UI to be slow
                 Key: DRILL-3260
                 URL: https://issues.apache.org/jira/browse/DRILL-3260
             Project: Apache Drill
          Issue Type: Bug
            Reporter: Venki Korukanti
            Assignee: Venki Korukanti


This is the same issue that we had sometime back. Recent changes to [pom|https://github.com/apache/drill/commit/1de6aed93efce8a524964371d96673b8ef192d89] files are pulling a problematic jar {{servlet-api-2.5.jar}}.

{code}
+- com.mapr.fs:mapr-hbase:jar:4.1.0-mapr:compile
        .....
[INFO] |  +- org.apache.hbase:hbase-server:jar:0.98.9-mapr-1503:compile
[INFO] |  |  +- (org.apache.hbase:hbase-common:jar:0.98.9-mapr-1503:compile - omitted for conflict with 0.98.9-mapr-1503-m7-4.1.0)
        .....
[INFO] |  |  +- org.mortbay.jetty:servlet-api-2.5:jar:6.1.14:compile
{code}

We already have an maven enforcer to detect servlet-api jars, but this one has a slightly different artifact id name {{servlet-api-2.5}} which is not detected by the maven enforcer.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)