[ https://issues.apache.org/jira/browse/HADOOP-11600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14323149#comment-14323149 ]
Hadoop QA commented on HADOOP-11600: ------------------------------------ {color:red}-1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12699114/HADOOP-11600-003.patch against trunk revision 447bd7b. {color:green}+1 @author{color}. The patch does not contain any @author tags. {color:red}-1 tests included{color}. The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch. {color:green}+1 javac{color}. The applied patch does not increase the total number of javac compiler warnings. {color:green}+1 javadoc{color}. There were no new javadoc warning messages. {color:green}+1 eclipse:eclipse{color}. The patch built with eclipse:eclipse. {color:green}+1 findbugs{color}. The patch does not introduce any new Findbugs (version 2.0.3) warnings. {color:green}+1 release audit{color}. The applied patch does not increase the total number of release audit warnings. {color:green}+1 core tests{color}. The patch passed unit tests in hadoop-common-project/hadoop-common hadoop-hdfs-project/hadoop-hdfs. Test results: https://builds.apache.org/job/PreCommit-HADOOP-Build/5716//testReport/ Console output: https://builds.apache.org/job/PreCommit-HADOOP-Build/5716//console This message is automatically generated. > Fix up source codes to be compiled with Guava 17.0 > -------------------------------------------------- > > Key: HADOOP-11600 > URL: https://issues.apache.org/jira/browse/HADOOP-11600 > Project: Hadoop Common > Issue Type: Sub-task > Affects Versions: 2.6.0 > Reporter: Tsuyoshi OZAWA > Assignee: Tsuyoshi OZAWA > Fix For: 2.7.0 > > Attachments: HADOOP-11600-001.patch, HADOOP-11600-002.patch, > HADOOP-11600-003.patch > > > Removing usage of Guava's deprecated or missing methods in recent > version(17.0) without updating pom file. This JIRA targets branch-2. > In the latest release of Guava(18.0), following changes are done: > * Objects#ToStringHelper was removed and we need to use > MoreObjects#ToStringHelper. However, MoreObjects#ToStringHelper has been > introduced since 18.0. > * Enums.valueOfFunction was removed and need to be replaced with > Enums.stringConverter. However, MoreObjects#ToStringHelper has been > introduced since 16.0. > * MoreExecutors.sameThreadExecutor() was removed at 18.0 and need to be > replaced with MoreExecutors.newDirectExecutorService. However, > MoreExecutors.newDirectExecutorService has been introduced since 18.0. > We'll do these changes on HADOOP-10101. -- This message was sent by Atlassian JIRA (v6.3.4#6332)