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 21:09:00 UTC

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

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

Venki Korukanti resolved DRILL-3260.
------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.1.0

Fixed in [6796006|https://github.com/apache/drill/commit/6796006f2df5aa598f3715be9de2a724b5c338e3].

> 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
>             Fix For: 1.1.0
>
>         Attachments: DRILL-3260-1.patch
>
>
> 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)