[ https://issues.apache.org/jira/browse/HADOOP-11612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Robert Kanter updated HADOOP-11612: ----------------------------------- Resolution: Fixed Fix Version/s: 2.7.0 Target Version/s: 2.7.0 (was: 2.8.0) Hadoop Flags: Reviewed Status: Resolved (was: Patch Available) Thanks for the review [~ste...@apache.org] and [~ozawa]; and the suggestion [~kasha]. Committed to trunk and branch-2! > Workaround for Curator's ChildReaper requiring Guava 15+ > -------------------------------------------------------- > > Key: HADOOP-11612 > URL: https://issues.apache.org/jira/browse/HADOOP-11612 > Project: Hadoop Common > Issue Type: Task > Affects Versions: 2.8.0 > Reporter: Robert Kanter > Assignee: Robert Kanter > Fix For: 2.7.0 > > Attachments: HADOOP-11612.001.patch, HADOOP-11612.002.patch, > HADOOP-11612.003.patch > > > HADOOP-11492 upped the Curator version to 2.7.1, which makes the > {{ChildReaper}} class use a method that only exists in newer versions of > Guava (we have 11.0.2, and it needs 15+). As a workaround, we can copy the > {{ChildReaper}} class into hadoop-common and make a minor modification to > allow it to work with Guava 11. > The {{ChildReaper}} is used by Curator to cleanup old lock znodes. Curator > locks are needed by YARN-2942. -- This message was sent by Atlassian JIRA (v6.3.4#6332)