CoordSubmitXCommand submit = new CoordSubmitXCommand(true, conf, getAuthToken());
jobId = submit.call();
}
else {
CoordSubmitCommand submit = new CoordSubmitCommand(true, conf, getAuthToken());
jobId = submit.call();
}
return jobId;
}
catch (CommandException ex) {
throw new CoordinatorEngineException(ex);