You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by GitBox <gi...@apache.org> on 2021/05/17 08:54:51 UTC

[GitHub] [oozie] zuston commented on a change in pull request #57: Fix OOZIE-3620: hadoopId is not sent to listener for workflow action events

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:
users@infra.apache.org