[
https://issues.apache.org/jira/browse/HADOOP-10101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297211#comment-14297211
]
Tsuyoshi OZAWA commented on HADOOP-10101:
-----------------------------------------
Thanks Steven and Sangjin for your review.
We can upgrade Guava to 14.0.1 without the patch because:
1. LimitInputStream is removed from 15.0:
http://docs.guava-libraries.googlecode.com/git-history/5e074af6a526af39a4410a836517e57c72aa50bb/javadoc/com/google/common/io/LimitInputStream.html
2. Enums.valueOfFunction is removed from 18.0:
http://docs.guava-libraries.googlecode.com/git-history/v16.0.1/javadoc/com/google/common/base/Enums.html
My understand is as follows:
1. For branch-2, we replace deprecated methods and en.toUpperCase() without
pom.xml change(, or should we upgrade the version to 14.0.1?).
2. For trunk, we replace deprecated methods and en.toUpperCase() with pom.xml
change(guava will be 18.0?).
Please let me know if I'm wrong. I'll update the patches soon.
> Update guava dependency to the latest version
> ---------------------------------------------
>
> Key: HADOOP-10101
> URL: https://issues.apache.org/jira/browse/HADOOP-10101
> Project: Hadoop Common
> Issue Type: Improvement
> Affects Versions: 2.2.0, 2.6.0
> Reporter: Rakesh R
> Assignee: Vinayakumar B
> Attachments: HADOOP-10101-002.patch, HADOOP-10101-004.patch,
> HADOOP-10101-005.patch, HADOOP-10101-006.patch, HADOOP-10101-007.patch,
> HADOOP-10101.patch, HADOOP-10101.patch
>
>
> The existing guava version is 11.0.2 which is quite old. This
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)