Project

General

Profile

« Previous | Next » 

Revision 55134

added UNKNOWN among the possible job states

View differences:

modules/dnet-hadoop-service/trunk/src/main/java/eu/dnetlib/data/hadoop/HadoopJob.java
21 21
	 * Defines the possible stati of an hadoop job.
22 22
	 */
23 23
	public static enum Status {
24
		PREP, RUNNING, SUCCEEDED, KILLED, FAILED, SUSPENDED
24
		PREP, RUNNING, SUCCEEDED, KILLED, FAILED, SUSPENDED, UNKNOWN
25 25
	}
26 26

  
27 27
	private final Executor executor = Executors.newSingleThreadExecutor();

Also available in: Unified diff