Home
last modified time | relevance | path

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

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-tests/src/test/java/org/apache/hadoop/yarn/server/
H A DMiniYARNCluster.java115 private ConcurrentMap<ApplicationAttemptId, Long> appMasters = field in MiniYARNCluster
299 appMasters.put(event.getApplicationAttemptId(), in initResourceManager()
302 appMasters.remove(event.getApplicationAttemptId()); in initResourceManager()
460 synchronized (appMasters) { in waitForAppMastersToFinish()
461 while (!appMasters.isEmpty() && System.currentTimeMillis() - started < timeoutMillis) { in waitForAppMastersToFinish()
462 appMasters.wait(1000); in waitForAppMastersToFinish()
465 if (!appMasters.isEmpty()) { in waitForAppMastersToFinish()