-
Notifications
You must be signed in to change notification settings - Fork 28.9k
SPARK-1949. Servlet 2.5 vs 3.0 conflict in SBT build #906
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
|
Merged build triggered. |
|
Merged build started. |
|
Merged build finished. All automated tests passed. |
|
All automated tests passed. |
|
Kay's problem was with linking against the Spark poms that are published using Maven, so I don't see how a change in Spark's SBT build could help with that (?) |
|
Bah, I could be way off here. I see what you're saying but had wondered if somehow the SBT output was being used given the mention of SBT. Coincidentally perhaps then it appeared that the SBT output included conflicting versions of this API. Let me look again to see how this might occur with Maven, but when I checked today its dependency graph only has a conflict in the examples module, which doesn't matter. |
|
I just spoke with Kay, she was actually publishing locally with sbt rather than linking against the RC (which I though)... sorry, this could totally be relevant! |
|
Merged build triggered. |
|
Merged build started. |
|
Merged build finished. |
|
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/15621/ |
|
Jenkins, retest this please. |
|
Merged build triggered. |
|
Merged build started. |
|
Merged build finished. |
|
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/15663/ |
|
Jenkins, test this please. |
|
Merged build triggered. |
|
Merged build started. |
|
Merged build finished. |
|
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/15685/ |
|
I think this is good to go. The initial test passed, but recent ones errored out. Just to double-check: |
|
Jenkins, test this please. |
|
Merged build triggered. |
|
Merged build started. |
|
Merged build finished. |
|
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/15873/ |
|
Jenkins, retest this please. |
|
Merged build triggered. |
|
Merged build started. |
|
Hi, I encountered this kind of Servlet API conflict. |
|
See #1271. Sean, maybe close this PR? |
|
Close this? |
|
Ah, ok. I though you just had missed that other PR. |
|
Jenkins, retest this please. |
|
Build triggered. |
|
Build started. |
|
Build finished. |
|
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/16339/ |
|
Merged build triggered. |
|
Merged build started. |
|
Merged build finished. |
|
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/16343/ |
|
Jenkins, retest this please. |
|
Merged build triggered. |
|
Merged build started. |
|
Merged build finished. |
|
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/16405/ |
…h of the same stuff that's excluded from Hadoop
|
Merged build triggered. |
|
Merged build started. |
|
Merged build finished. All automated tests passed. |
|
All automated tests passed. |
|
Obsoleted by SBT build changes. |
MapR[SPARK-960] Update Hadoop in Spark-3.2.x
* [CARMEL-5854] Data Read DML concurrent conflict * retry per each path
Kay Ousterhout mentioned that:
This is a symptom of Servlet API conflict which we battled in the Maven build. The resolution is to nix Servlet 2.5 and odd old Jetty / Netty 3.x dependencies. It looks like the Hive part of the assembly in the SBT build doesn't exclude all these entirely.