Assert.assertEquals("1", component.getCardinality());
}
@Test
public void testMapReduce134Dependencies() throws Exception {
ServiceInfo service = metaInfo.getService(STACK_NAME_HDP, "1.3.4", "MAPREDUCE");
List<ComponentInfo> componentList = service.getComponents();
Assert.assertEquals(4, componentList.size());
for (ComponentInfo component : componentList) {
String name = component.getName();
if (name.equals("JOBTRACKER")) {
// dependencies