You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Pete MacKinnon (JIRA)" <ji...@apache.org> on 2014/06/30 22:22:25 UTC

[jira] [Updated] (SPARK-2332) add exclusion for old servlet-api on hadoop-client in core

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

Pete MacKinnon updated SPARK-2332:
----------------------------------

    Description: 
Maven tests are failing in jenkins using the following profile and label:
-Dhadoop.version=2.0.0-mr1-cdh4.1.2 -Dlabel=centos

This is due to the cdh4 hadoop-client dep leaking in a transitive dependency on javax.servlet:servlet-api:2.5. This results in the repeated exceptions in the test run of:

Exception encountered when invoking run on a nested suite - class "javax.servlet.FilterRegistration"'s signer information does not match signer information of other classes in the same package *** ABORTED ***

https://issues.apache.org/jira/browse/SPARK-2332

  was:
Maven tests are failing in jenkins using the following profile and label:
-Dhadoop.version=2.0.0-mr1-cdh4.1.2 -Dlabel=centos

This is due to the cdh4 hadoop-client dep leaking in a transitive dependency on javax.servlet:servlet-api:2.5. This results in the repeated exceptions in the test run of:

Exception encountered when invoking run on a nested suite - class "javax.servlet.FilterRegistration"'s signer information does not match signer information of other classes in the same package *** ABORTED ***


> add exclusion for old servlet-api on hadoop-client in core
> ----------------------------------------------------------
>
>                 Key: SPARK-2332
>                 URL: https://issues.apache.org/jira/browse/SPARK-2332
>             Project: Spark
>          Issue Type: Bug
>          Components: Build, Project Infra, Spark Core
>    Affects Versions: 1.0.0
>         Environment: Fedora 20
>            Reporter: Pete MacKinnon
>            Priority: Minor
>              Labels: build-failure, cloudera, jenkins
>
> Maven tests are failing in jenkins using the following profile and label:
> -Dhadoop.version=2.0.0-mr1-cdh4.1.2 -Dlabel=centos
> This is due to the cdh4 hadoop-client dep leaking in a transitive dependency on javax.servlet:servlet-api:2.5. This results in the repeated exceptions in the test run of:
> Exception encountered when invoking run on a nested suite - class "javax.servlet.FilterRegistration"'s signer information does not match signer information of other classes in the same package *** ABORTED ***
> https://issues.apache.org/jira/browse/SPARK-2332



--
This message was sent by Atlassian JIRA
(v6.2#6252)