649650651652653654655656657658659
Assert.assertNull(rmClient.getAMRMToken(appId)); } finally { if (rmClient != null) { rmClient.stop(); } cluster.stop(); } } private ApplicationId createApp(YarnClient rmClient, boolean unmanaged) throws Exception {
372373374375376377378379380381382
332333334335336337338339340341342
417418419420421422423424425426427
638639640641642643644645646647648