GitHub user willb opened a pull request:
https://github.com/apache/incubator-spark/pull/582
SPARK-1078: Replace lift-json with json4s-jackson.
The aim of the Json4s project is to provide a common API for
Scala JSON libraries. It is Apache-licensed, easier for
downstream distributions to package, and mostly API-compatible
with lift-json. Furthermore, the Jackson-backed implementation
parses faster than lift-json on all but the smallest inputs.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/incubator-spark json4s
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-spark/pull/582.patch
----
commit 2c9f7f77849d83ab0b250c5fe80d8c599c2a8855
Author: William Benton <[email protected]>
Date: 2014-02-11T17:11:56Z
Replace lift-json with json4s-jackson.
The aim of the Json4s project is to provide a common API for
Scala JSON libraries. It is Apache-licensed, easier for
downstream distributions to package, and mostly API-compatible
with lift-json. Furthermore, the Jackson-backed implementation
parses faster than lift-json on all but the smallest inputs.
Squashed commit of the following:
commit d07b75538af5c8c4f698834aa4203ff8def69872
commit c54addda88cd9369aaeb22c5485630bf76450452
commit 2c1387f2f8e4798be9c8d4535cf2853ca3982a91
----