GitHub user iasandcb opened a pull request:
https://github.com/apache/zeppelin/pull/1324
Update AWS S3 library to avoid old Jackson
### What is this PR for?
Spark 2.0 remote requires Jackson 2.6 or later while Zeppelin uses
Jackson 2.5 from AWS S3 library. In order to resolve this, update AWS
S3 library to 1.11 which depends on Jackson 2.6.
### What type of PR is it?
Improvement
### Todos
* [ ] - Apply Patch
### What is the Jira issue?
No JIRA issue
### How should this be tested?
* Set Spark Interpreter not to use local.
* Run a simple Hello World notebook.
### Screenshots (if appropriate)
### Questions:
* Does the licenses files need update? NO
* Is there breaking changes for older versions? NO
* Does this needs documentation? NO
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/iasandcb/zeppelin zengine-s3-update
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/1324.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 #1324
----
commit 3a75ae9955afda0b232fc0c023cb84c524c93bcd
Author: Changshin Lee <[email protected]>
Date: 2016-08-12T04:43:36Z
Update AWS S3 library to avoid old Jackson
Spark 2.0 remote requires Jackson 2.6 or later while Zeppelin uses
Jackson 2.5 from AWS S3 library. In order to resolve this, update AWS
S3 library to 1.11 which depends on Jackson 2.6.
----
---
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.
---