670671672673674675676677678679680
LOG.error(cancelResult.getDescription()); } } }; eg.executeCommand(cancelJobRunnable); LOG.info("Cancel of job " + jobID + " successfully triggered"); return new JobCancelResult(AbstractJobResult.ReturnCode.SUCCESS, null); }
796797798799800801802803804805806
@Override public void run() { scheduler.deployAssignedVertices(targetVertex); } }; eg.executeCommand(command); } // LOG.info("Created receiverNotReady for " + targetVertex + " in state " + executionState + " 3"); return ConnectionInfoLookupResponse.createReceiverNotReady(); }
921922923924925926927928929930931
LOG.error(result.getDescription()); } } }; eg.executeCommand(runnable); } @Override public void killInstance(final StringRecord instanceName) throws IOException {
472473474475476477478479480481482
} }; eg.executeCommand(command); } /** * Checks if the given {@link AllocatedResource} is still required for the * execution of the given execution graph. If the resource is no longer