}
protected YarnClient getYarnClient() throws Exception {
YarnClientFactoryBean factory = new YarnClientFactoryBean();
factory.setConfiguration(configuration);
factory.afterPropertiesSet();
return factory.getObject();
}
protected ApplicationReport findApplicationReport(ApplicationId applicationId) throws Exception {
YarnClient client = getYarnClient();