conf.set(OozieClient.GROUP_NAME, "other");
injectKerberosInfo(conf);
final CoordinatorEngine ce = new CoordinatorEngine(getTestUser(), "UNIT_TESTING");
final String jobId = ce.submitJob(conf, true);
waitFor(5000, new Predicate() {
public boolean evaluate() throws Exception {
try {
List<CoordinatorAction> actions = ce.getCoordJob(jobId).getActions();
for (CoordinatorAction action : actions) {
CoordinatorAction.Status actionStatus = action.getStatus();