[
https://issues.apache.org/jira/browse/HADOOP-11286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14203887#comment-14203887
]
Hudson commented on HADOOP-11286:
---------------------------------
FAILURE: Integrated in Hadoop-Yarn-trunk #738 (See
[https://builds.apache.org/job/Hadoop-Yarn-trunk/738/])
HADOOP-11286. Copied LimitInputStream from guava-0.14 to hadoop to avoid issues
with newer versions of guava in applications. Contributed by Christopher Tubbs.
(acmurthy: rev 6caa8100d5d2547e34356dc279fd5e65b81a925a)
*
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSImageFormatProtobuf.java
*
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/LimitInputStream.java
*
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/offlineImageViewer/FileDistributionCalculator.java
*
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/CryptoUtils.java
* hadoop-common-project/hadoop-common/CHANGES.txt
*
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/offlineImageViewer/PBImageXmlWriter.java
*
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/offlineImageViewer/FSImageLoader.java
> Map/Reduce dangerously adds Guava @Beta class to CryptoUtils
> ------------------------------------------------------------
>
> Key: HADOOP-11286
> URL: https://issues.apache.org/jira/browse/HADOOP-11286
> Project: Hadoop Common
> Issue Type: Bug
> Affects Versions: 2.6.0
> Reporter: Christopher Tubbs
> Priority: Blocker
> Labels: beta, deprecated, guava
> Attachments:
> 0001-MAPREDUCE-6083-Avoid-client-use-of-deprecated-LimitI.patch,
> 0001-MAPREDUCE-6083-and-HDFS-7040-Avoid-Guava-s-LimitInpu.patch
>
>
> See HDFS-7040 for more background/details.
> In recent 2.6.0-SNAPSHOTs, the use of LimitInputStream was added to
> CryptoUtils. This is part of the API components of Hadoop, which severely
> impacts users who were utilizing newer versions of Guava, where the @Beta and
> @Deprecated class, LimitInputStream, has been removed (removed in version 15
> and later), beyond the impact already experienced in 2.4.0 as identified in
> HDFS-7040.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)