GitHub user Fokko opened a pull request:
https://github.com/apache/spark/pull/21596
[SPARK-24601] Bump Jackson version
Hi all,
Jackson is incompatible with upstream versions, therefore bump the Jackson
version to a more recent one. I bumped into some issues with Azure CosmosDB
that is using a more recent version of Jackson. This can be fixed by adding
exclusions and then it works without any issues. So no breaking changes in the
API's.
I would also consider bumping the version of Jackson in Spark. I would
suggest to keep up to date with the dependencies, since in the future this
issue will pop up more frequently.
## What changes were proposed in this pull request?
Bump Jackson to 2.9.6
## How was this patch tested?
Compiled and tested it locally to see if anything broke.
Please review http://spark.apache.org/contributing.html before opening a
pull request.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Fokko/spark fd-bump-jackson
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/21596.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #21596
----
commit ba454b0e945fcb16a41fbb9eccc1ea2a6941ace5
Author: Fokko Driesprong <fokkodriesprong@...>
Date: 2018-06-20T08:15:59Z
[SPARK-24601] Bump Jackson version
Jackson is incompatible with upstream versions, therefore bump
the Jackson version to a more recent one.
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]