@Test
public void testSimpleConfig() throws Exception {
YarnAppmaster master = (YarnAppmaster) ctx.getBean("yarnAppmaster");
assertNotNull(master);
ContainerAllocator allocator = TestUtils.callMethod("getAllocator", master);
assertNotNull(allocator);
}