Description
This patch reduces Hadoop's dependency on an old version of guava. Stopwatch.elapsedMillis() isn't part of guava past v16 and the tools I'm working on use v17.
To remedy this and also reduce Hadoop's reliance on old versions of guava, we can implement original StopWatch based on Guava's one and Apache's one.
Attachments
Attachments
Issue Links
- is duplicated by
-
HADOOP-10961 Use of deprecated Google Guava (v17) Stopwatch constructor in Hadoop FileInputFormat causes an exception
-
- Resolved
-
- is related to
-
HADOOP-10961 Use of deprecated Google Guava (v17) Stopwatch constructor in Hadoop FileInputFormat causes an exception
-
- Resolved
-
-
JENA-842 Elephas IO library does not build
-
- Closed
-
-
HADOOP-10101 Update guava dependency to the latest version
-
- Resolved
-
- links to
1.
|
Make Hadoop compatible with Guava 21.0 |
|
Resolved | Igor Dvorzhak |