-
Notifications
You must be signed in to change notification settings - Fork 28.9k
SPARK-5039 [BUILD] Spark 1.0 2.0.0-mr1-cdh4.1.2 Maven build fails due to "javax.servlet.FilterRegistration's signer information" errors #3864
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…rRegistration signer error
|
Test build #24977 has started for PR 3864 at commit
|
|
Test build #24977 has finished for PR 3864 at commit
|
|
Test FAILed. |
|
Hmm, only one test failing now. Maybe it's flaky; let's see. |
|
Jenkins, retest this please. |
|
Test build #24980 has started for PR 3864 at commit
|
|
Test build #24980 has finished for PR 3864 at commit
|
|
Test FAILed. |
|
It looks like a few core tests are failing; I'll check out this branch locally to see if I can reproduce the issue. |
|
That ContextCleanerSuite fails locally on my machine, too: It turns out that this test uses Here's a log from Jenkins: In this case, it looks like the path to This suggests that SPARK_HOME may not be set properly for these tests:
We hit this same error at #3850, which suggests that maybe the SBT build for |
|
It turns out that we don't have Jenkins jobs to run the SBT tests for maintenance branches, so this bug could have been introduced weeks ago and we've only just noticed it now; I've opened https://issues.apache.org/jira/browse/SPARK-5053 to track progress towards adding SBT jobs for those branches. |
|
It looks like all of the failing tests use |
|
I'm going to merge this now, since it fixes the original issue in |
|
(You can close this PR now that I've merged it; GitHub won't auto-close against branch-1.0). |
… to "javax.servlet.FilterRegistration's signer information" errors Add servlet-api excludes from SPARK-1776 to avoid javax.servlet.FilterRegistration signer error in branch 1.0. Author: Sean Owen <[email protected]> Closes #3864 from srowen/SPARK-5039 and squashes the following commits: 4fcfd50 [Sean Owen] Add servlet-api excludes from SPARK-1776 to avoid javax.servlet.FilterRegistration signer error
Add servlet-api excludes from SPARK-1776 to avoid javax.servlet.FilterRegistration signer error in branch 1.0.