Hello everyone, I'd like to raise more visibility on YARN-11765 [1], which has a PR [2] aiming to consolidate some redundant class definitions related to reading the clock. It would declare as deprecated clock APIs in hadoop-yarn-common and replace them with equivalents in hadoop-common. The out-of-tree consumers of the hadoop-yarn-common API that I'm aware of are Hive and Tez, which have pre-existing dependencies on hadoop-common.
I think the patch makes sense, pending a few more small changes I requested. Since this is a public API change though, I want to make sure there is consensus. Please comment on the PR. Thank you! Chris Nauroth [1] https://issues.apache.org/jira/browse/YARN-11765 [2] https://github.com/apache/hadoop/pull/7352