You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Eli Collins (JIRA)" <ji...@apache.org> on 2012/07/12 21:35:36 UTC

[jira] [Created] (MAPREDUCE-4433) Use Time#now and Time#monotonicNow instead of System#currentTimeMillis

Eli Collins created MAPREDUCE-4433:
--------------------------------------

             Summary: Use Time#now and Time#monotonicNow instead of System#currentTimeMillis
                 Key: MAPREDUCE-4433
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4433
             Project: Hadoop Map/Reduce
          Issue Type: Improvement
    Affects Versions: 2.0.0-alpha
            Reporter: Eli Collins
            Priority: Minor


hadoop-auth should be updated per HDFS-3641, I didn't do so in that patch as hadoop-common depends on hadoop-auth so we can't introduce a dependency on a common method. Given it's two one-line methods that we won't update let's just create a small Util (or Time) class in hadoop-auth and copy the methods into there.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira