YARN-7488. Make ServiceClient.getAppId method public to return ApplicationId for a service name. Contributed by Gour Saha
This commit is contained in:
parent
8b12574165
commit
4f40cd314a
@ -943,7 +943,7 @@ protected ClientAMProtocol createAMProxy(String host, int port)
|
||||
UserGroupInformation.getCurrentUser(), rpc, address);
|
||||
}
|
||||
|
||||
private synchronized ApplicationId getAppId(String serviceName)
|
||||
public synchronized ApplicationId getAppId(String serviceName)
|
||||
throws IOException, YarnException {
|
||||
if (cachedAppIds.containsKey(serviceName)) {
|
||||
return cachedAppIds.get(serviceName);
|
||||
|
Loading…
Reference in New Issue
Block a user