-
Notifications
You must be signed in to change notification settings - Fork 8.9k
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
HADOOP-16210. Update guava to 27.0-jre in hadoop-project trunk #674
Conversation
💔 -1 overall
This message was automatically generated. |
@@ -92,7 +92,7 @@ | |||
<spotbugs.version>3.1.0-RC1</spotbugs.version> | |||
<dnsjava.version>2.1.7</dnsjava.version> | |||
|
|||
<guava.version>11.0.2</guava.version> | |||
<guava.version>27.0-jre</guava.version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The latest available Guava version is 27.1-jre
. Is there a reason why 27.0-jre
was chosen instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we decided to update a while ago with other components to 27.0-jre
it's easier to do the upgrade, 27.1-jre includes many other deprecations which would be way harder to do from 11.0.2 - so this is easier, precommit jenkins won't time out. If we really need to update 27.1-jre we can do that after fixing the new deprecations: https://issues.apache.org/jira/browse/HADOOP-16222
b8ff8c4
to
3e991b2
Compare
💔 -1 overall
This message was automatically generated. |
+1 - also did some more local testing and verified findbugs (although weirdly, I need to bump to findbugs 3.0.5 to not get errors, but they're unrelated to this patch). I've squashed the 2 commits in this PR and pushed. |
Sean, there's a "close" button down below. If you don't see it, you may not be completely wired up ASF-permission wise |
This PR covers the following - Documentation work for case-studies (Slack and Linkedin use-case) - Documentation work for past release notes - Assigns priority to case studies - Removes unnecessary files from case-studies and release-notes - Adds assets for case studies. ![image](https://user-images.githubusercontent.com/1001798/46229101-455b2500-c319-11e8-9a1f-5a3d228ad555.png) ![image](https://user-images.githubusercontent.com/1001798/46229116-56a43180-c319-11e8-85fa-f1e0a2b6d67d.png) ![image](https://user-images.githubusercontent.com/1001798/46229134-6885d480-c319-11e8-991c-b00c33aeda52.png) Author: bharathkk <codin.martial@gmail.com> Reviewers: Jagadish<jagadish@apache.org> Closes apache#674 from bharathkk/documentation-1.0
This is without the hadoop-tools modification (it will timeout on jenkins yetus after 5 hours, so I tested it manually.)