azkaban-memoizeit

Merge branch 'release-2.1'

4/9/2013 5:25:48 PM

Details

diff --git a/src/java/azkaban/execapp/FlowRunner.java b/src/java/azkaban/execapp/FlowRunner.java
index 65ba670..2c2cd5a 100644
--- a/src/java/azkaban/execapp/FlowRunner.java
+++ b/src/java/azkaban/execapp/FlowRunner.java
@@ -675,6 +675,10 @@ public class FlowRunner extends EventHandler implements Runnable {
 					ExecutableNode node = runner.getNode();
 	
 					logger.info("Job Finished " + node.getJobId() + " with status " + node.getStatus());
+					if (runner.getOutputProps() != null) {
+						logger.info("Job " + node.getJobId() + " had output props.");
+						jobOutputProps.put(node.getJobId(), runner.getOutputProps());
+					}
 					
 					if (node.getStatus() == Status.FAILED) {
 						// Retry failure if conditions are met.