Project

General

Profile

« Previous | Next » 

Revision 60355

catch output params from the different oozie workflow actions

View differences:

JobCompletion.java
12 12

  
13 13
	void done(Map<String, String> properties);
14 14

  
15
	void failed(String jobId, Throwable e);
15
	void failed(Map<String, String> properties, String jobId, Throwable e);
16 16
}

Also available in: Unified diff