134135136137138139140
started.set(idx, false); } @Override public void reRun(String jobId, Configuration conf) throws BaseEngineException { throw new BaseEngineException(new XException(ErrorCode.E0301)); }
started.set(idx, false); } @Override public void reRun(String jobId, Configuration conf) throws BaseEngineException { throw new BaseEngineException(new XException(ErrorCode.E0301, "invalid use of rerun")); }
131132133134135136137
163164165166167168169
started.set(idx, true); } @Override public void reRun(String jobId, Configuration conf) throws BaseEngineException { throw new BaseEngineException(new XException(ErrorCode.E0301, "invalid use of rerun")); }
139140141142143144145