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



##########
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:
       Actually externalId is not hadoop id. Right?




-- 
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