Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
2.6.0
-
None
Description
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.
Attachments
Attachments
Issue Links
- breaks
-
ACCUMULO-3100 Accumulo fails to test against recent Hadoop 2.6.0-SNAPSHOT
- Resolved
- is broken by
-
HADOOP-10150 Hadoop cryptographic file system
- Closed
-
HDFS-6134 Transparent data at rest encryption
- Closed
- relates to
-
HDFS-7040 HDFS dangerously uses @Beta methods from very old versions of Guava
- Resolved
-
HADOOP-11470 Remove some uses of obsolete guava APIs from the hadoop codebase
- Closed
-
HADOOP-10101 Update guava dependency to the latest version
- Resolved