Steve Loughran created HADOOP-16093: ---------------------------------------
Summary: Move DurationInfo from hadoop-aws to hadoop-common org.apache.fs.impl Key: HADOOP-16093 URL: https://issues.apache.org/jira/browse/HADOOP-16093 Project: Hadoop Common Issue Type: Sub-task Components: fs/s3, util Reporter: Steve Loughran It'd be useful to have DurationInfo usable in other places (e.g. distcp, abfs, ...). But as it is in hadoop-aws under {{org.apache.hadoop.fs.s3a.commit.DurationInfo org.apache.hadoop.fs.s3a.commit.DurationInfo}} we can't do that Move it. We'll have to rename the Duration class in the process, as java 8 time has a class of that name too. Maybe "OperationDuration", with DurationInfo a subclass of that Probably need a test too, won't it? -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org