Github user srowen commented on the pull request:
https://github.com/apache/spark/pull/5354#issuecomment-95514167
I don't see a Jackson-related failure, even when directly running
`org.apache.spark.mllib.regression.RidgeRegressionSuite`, with the changes in
this patch.
However I do see the HttpClient problem:
```
[info] Exception encountered when attempting to run a suite with class
name: org.apache.spark.streaming.UISeleniumSuite *** ABORTED *** (106
milliseconds)
[info] java.lang.NoSuchMethodError:
org.apache.http.impl.cookie.BrowserCompatSpecFactory.create(Lorg/apache/http/protocol/HttpContext;)Lorg/apache/http/cookie/CookieSpec;
```
The change here works, although I think it can be tightened up a little
bit. My last experiment will be to see if we can get away with `runtime` scope
instead; `test` scope didn't work. I'll post what I have in a branch for you to
take a look at after that.
---
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]