[
https://issues.apache.org/jira/browse/OOZIE-1692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13943355#comment-13943355
]
Rohini Palaniswamy commented on OOZIE-1692:
-------------------------------------------
LOG.info(XLog.STD, "checking action, hadoop job ID [{0}] status [{1}]",
+ runningJob.getID(), RUNNING);
can be changed to LOG.info(XLog.STD, "checking action, hadoop job ID [{0}]
status [RUNNING]",runningJob.getID())
> modify log message when checking completion of child job in Map-Reduce action
> -----------------------------------------------------------------------------
>
> Key: OOZIE-1692
> URL: https://issues.apache.org/jira/browse/OOZIE-1692
> Project: Oozie
> Issue Type: Bug
> Reporter: Ryota Egashira
> Assignee: Ryota Egashira
> Priority: Minor
> Attachments: OOZIE-1692.patch
>
>
> even after child job is launched and checking completion of the child job,
> log message still shows launcher job's status like
> {code}
> "checking action, external ID [{0}] status [{1}]"
> {code}
> this is misleading.
--
This message was sent by Atlassian JIRA
(v6.2#6252)