azkaban-developers

Merge pull request #379 from logiclord/Issue377 JOB_ID

12/19/2014 5:33:18 PM

Details

diff --git a/azkaban-common/src/main/java/azkaban/flow/CommonJobProperties.java b/azkaban-common/src/main/java/azkaban/flow/CommonJobProperties.java
index 3d408f2..0c98ecb 100644
--- a/azkaban-common/src/main/java/azkaban/flow/CommonJobProperties.java
+++ b/azkaban-common/src/main/java/azkaban/flow/CommonJobProperties.java
@@ -98,6 +98,11 @@ public class CommonJobProperties {
   public static final String NESTED_FLOW_PATH = "azkaban.flow.nested.path";
 
   /**
+   * The executing job id
+   */
+  public static final String JOB_ID = "azkaban.job.id";
+
+  /**
    * The execution id. This should be unique per flow, but may not be due to
    * restarts.
    */
@@ -158,4 +163,4 @@ public class CommonJobProperties {
   public static final String FLOW_START_TIMEZONE =
       "azkaban.flow.start.timezone";
 
-}
+}
\ No newline at end of file