[
https://issues.apache.org/jira/browse/HADOOP-11032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16302250#comment-16302250
]
ASF GitHub Bot commented on HADOOP-11032:
-----------------------------------------
GitHub user medb opened a pull request:
https://github.com/apache/hadoop/pull/318
[HADOOP-11032] Migrate Guava's Stopwatch to Hadoop's StopWatch
After this change Hadoop could build against Guava 21.0
Justification for migration is the same as previous migrations here:
https://issues.apache.org/jira/browse/HADOOP-11032
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/medb/hadoop hadoop_stopwatch
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/hadoop/pull/318.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #318
----
commit 2d87c26c224940a3600a46980e1fe963e703da1b
Author: Igor Dvorzhak <idv@...>
Date: 2017-12-23T07:08:05Z
Migrate from Guava's Stopwatch
----
> Replace use of Guava's Stopwatch with Hadoop's StopWatch
> --------------------------------------------------------
>
> Key: HADOOP-11032
> URL: https://issues.apache.org/jira/browse/HADOOP-11032
> Project: Hadoop Common
> Issue Type: Improvement
> Reporter: Gary Steelman
> Assignee: Tsuyoshi Ozawa
> Fix For: 2.7.0
>
> Attachments: HADOOP-11032.1.patch, HADOOP-11032.2.patch,
> HADOOP-11032.3.patch, HADOOP-11032.3.patch, HADOOP-11032.3.patch,
> HADOOP-11032.3.patch, HADOOP-11032.3.patch, HADOOP-11032.4.patch,
> HADOOP-11032.5.patch, HADOOP-11032.6.patch, HADOOP-11032.7.patch,
> HADOOP-11032.8.patch, HADOOP-11032.8.patch
>
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]