Assert.assertNotNull("TaskTracker has not been found",ttClient);
LOG.info("Task killed attempts:" +
taskInfo.numKilledAttempts());
}
Assert.assertEquals("Task killed attempts are not matched ",
4, taskInfo.numKilledAttempts());
}
LOG.info("Waiting till the job is completed...");
while (!jInfo.getStatus().isJobComplete()) {
UtilsForTests.waitFor(1000);
jInfo = wovenClient.getJobInfo(jID);