-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-15123] upgrade org.json4s to 3.2.11 version #12901
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
|
I think this will fail because this doesn't update the dependencies file. It doesn't look like there are any incompatible changes, so this seems OK. |
|
Jenkins test this please |
|
Test build #57783 has finished for PR 12901 at commit
|
|
pushed the changes: commit 23fb07f dev/deps/spark-deps-hadoop-2.2 On Wed, May 4, 2016 at 11:36 AM, Apache Spark QA [email protected]
|
|
I can tell you you'll need to update all of the deps files, not just one. You also don't have to post a message about the commits. |
|
should have pushed all deps files. thanks. On Wed, May 4, 2016 at 11:59 AM, Sean Owen [email protected] wrote:
|
|
Jenkins retest this please |
|
Test build #57789 has finished for PR 12901 at commit
|
|
Jenkins retest this please |
|
Test build #57792 has finished for PR 12901 at commit
|
## What changes were proposed in this pull request? We had the issue when using snowplow in our Spark applications. Snowplow requires json4s version 3.2.11 while Spark still use a few years old version 3.2.10. The change is to upgrade json4s jar to 3.2.11. ## How was this patch tested? We built Spark jar and successfully ran our applications in local and cluster modes. Author: Lining Sun <[email protected]> Closes #12901 from liningalex/master. (cherry picked from commit 592fc45) Signed-off-by: Sean Owen <[email protected]>
|
merged to master/2.0 |
What changes were proposed in this pull request?
We had the issue when using snowplow in our Spark applications. Snowplow requires json4s version 3.2.11 while Spark still use a few years old version 3.2.10. The change is to upgrade json4s jar to 3.2.11.
How was this patch tested?
We built Spark jar and successfully ran our applications in local and cluster modes.