You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by pkuwm <gi...@git.apache.org> on 2017/12/07 19:54:52 UTC

[GitHub] oozie pull request #33: [OOZIE-3141] Expose external child job IDs to EL fun...

GitHub user pkuwm opened a pull request:

    https://github.com/apache/oozie/pull/33

    [OOZIE-3141] Expose external child job IDs to EL functions: wf:extern…

    …alChildIDs(String actionName).
    
    https://issues.apache.org/jira/browse/OOZIE-3141
    Expose external child job IDs to EL functions: wf:externalChildIDs(String actionName).
    So we can use this EL function wf:externalChildIDs(String actionName) to get the child jobs and call yarn rest api to get the job information such diagnostics and embed the info in the email notifications.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/pkuwm/oozie OOZIE-3141

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/oozie/pull/33.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #33
    
----
commit a570c6caace0b750224d12171eaa070b23a0cfcf
Author: pkuwm <ih...@gmail.com>
Date:   2017-12-07T19:52:52Z

    [OOZIE-3141] Expose external child job IDs to EL functions: wf:externalChildIDs(String actionName).

----


---