Home
last modified time | relevance | path

Searched refs:contMgrAddress (Results 1 – 2 of 2) sorted by relevance

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/rm/
H A DContainerFailedEvent.java25 private final String contMgrAddress; field in ContainerFailedEvent
29 this.contMgrAddress = contMgrAddr; in ContainerFailedEvent()
33 return contMgrAddress; in getContMgrAddress()
H A DRMContainerAllocator.java430 private static String getHost(String contMgrAddress) { in getHost() argument
431 String host = contMgrAddress; in getHost()