Github user JoshRosen commented on the pull request:
https://github.com/apache/spark/pull/4454#issuecomment-73389329
Note that the actual dependency conflict here involves an old version of
`httpcomponets.httpclient` being pulled in via the `jets3t` dependency. I ran
into a variant of this problem when working on the original PR for the
UISeleniumSuite (#2474) but didn't have to add a workaround for it there since
some build changes in other PRs ended up fixing this issue.
I think we need version 4.2.3 or higher of `httpcomponents.httpclient`, but
jets3t 0.9.0 depends on 4.1.2, which is why the older version was causing a
problem here.
I guess we could fix this by adding an explicit test-scoped dependency on
the newer version of `httpcomponents`, but I thought this approach seemed
easier unless there's a strong motivation to not upgrade to 0.9.2.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]