Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
2.2.0
-
None
-
None
Description
HADOOP-10101 updates hadoop project to using the latest version of google guava, so reduce conflict with other projects (including bookkeeper).
Two classes in HDFS don't compile, as google removed some classes
- NullableOutputStream gone: switch to using Hadoop's own NullableOutputStream
- Ranges class gone: switch to Range class
Attachments
Attachments
Issue Links
- is duplicated by
-
HADOOP-11600 Fix up source codes to be compiled with Guava 17.0
- Closed
-
HDFS-7040 HDFS dangerously uses @Beta methods from very old versions of Guava
- Resolved
- is part of
-
HADOOP-10101 Update guava dependency to the latest version
- Resolved