com.google.inject.internal.Preconditions not public api - shouldn't be using it
-------------------------------------------------------------------------------
Key: MAPREDUCE-3336
URL: https://issues.apache.org/jira/browse/MAPREDUCE-3336
Project: Hadoop Map/Reduce
Issue Type: Bug
Components: mrv2
Affects Versions: 0.23.0
Reporter: Thomas Graves
Priority: Critical
Attachments: MAPREDUCE-3336.patch
com.google.inject.internal.Preconditions does not exist in guice 3.0 and from
in guice 2.0 it was an internal api and shouldn't have been used. We should
use com.google.common.base.Preconditions instead.
This is currently being used in
hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/java/org/apache/hadoop/yarn/server/nodemanager/containermanager/monitor/ContainersMonitorImpl.java.
--
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