akki commented on a change in pull request #57:
URL: https://github.com/apache/oozie/pull/57#discussion_r635034589



##########
File path: core/src/main/java/org/apache/oozie/command/wf/WorkflowXCommand.java
##########
@@ -85,6 +85,7 @@ protected void generateEvent(WorkflowActionBean wfAction, 
String wfUser) {
                     wfAction.getStatus(), wfUser, wfAction.getName(), 
wfAction.getStartTime(), wfAction.getEndTime());
             event.setErrorCode(wfAction.getErrorCode());
             event.setErrorMessage(wfAction.getErrorMessage());
+            event.setHadoopId(wfAction.getExternalId());

Review comment:
       I had checked in our Oozie database & they seemed to match.
   Do you think that is incorrect? How can I fetch `HadoopId` then?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to