149150151152153154155156157158159160
ClientRpc client = new ClientRpc(getConf()); ApplicationId id = null; ApplicationReport report = null; try { YarnLauncher launcher = new YarnLauncher(client, cfg); id = launcher.run(); report = client.getReport(id); } finally { client.close(); }