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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=14577503#comment-14577503 ] 

Jason Altekruse commented on DRILL-3260:
----------------------------------------

+1

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