You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Azrael Seoeun (JIRA)" <ji...@apache.org> on 2015/07/04 17:51:04 UTC

[jira] [Resolved] (OOZIE-1802) Support workflow action log

     [ https://issues.apache.org/jira/browse/OOZIE-1802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Azrael Seoeun resolved OOZIE-1802.
----------------------------------
    Resolution: Invalid

[~rohini] No, we can do this using logfilter as you mentioned.

{noformat}
oozie job -oozie http://sembp:11000/oozie -log 0000000-150705001901308-oozie-seoe-W -logfilter text=shell-2
{noformat}

Thanks [~rohini], [~jaydeepvishwakarma].

> Support workflow action log
> ---------------------------
>
>                 Key: OOZIE-1802
>                 URL: https://issues.apache.org/jira/browse/OOZIE-1802
>             Project: Oozie
>          Issue Type: Improvement
>          Components: action
>    Affects Versions: trunk
>            Reporter: Azrael Seoeun
>            Assignee: Azrael Seoeun
>            Priority: Minor
>         Attachments: OOZIE-1802.1.patch
>
>
> If workflow contains lots of actions, it is hard to search the specific action log. It provides the log of workflow action.
> {code}
> $ oozie job -log 0000002-140421113135686-oozie-seoe-W@shell-1
> 2014-04-21 13:05:52,968  INFO ActionStartXCommand:539 - SERVER[seair.local] USER[seoeun] GROUP[user] TOKEN[] APP[test] JOB[0000002-140421113135686-oozie-seoe-W] ACTION[0000002-140421113135686-oozie-seoe-W@shell-1] Start action [0000002-140421113135686-oozie-seoe-W@shell-1] with user-retry state : userRetryCount [0], userRetryMax [0], userRetryInterval [10]
> 2014-04-21 13:05:53,238  INFO ShellActionExecutor:539 - SERVER[seair.local] USER[seoeun] GROUP[user] TOKEN[] APP[test] JOB[0000002-140421113135686-oozie-seoe-W] ACTION[0000002-140421113135686-oozie-seoe-W@shell-1] checking action, hadoop job ID [job_201404211041_0005] status [RUNNING]
> 2014-04-21 13:05:53,241  WARN ActionStartXCommand:542 - SERVER[seair.local] USER[seoeun] GROUP[user] TOKEN[] APP[test] JOB[0000002-140421113135686-oozie-seoe-W] ACTION[0000002-140421113135686-oozie-seoe-W@shell-1] [***0000002-140421113135686-oozie-seoe-W@shell-1***]Action status=RUNNING
> 2014-04-21 13:05:53,242  WARN ActionStartXCommand:542 - SERVER[seair.local] USER[seoeun] GROUP[user] TOKEN[] APP[test] JOB[0000002-140421113135686-oozie-seoe-W] ACTION[0000002-140421113135686-oozie-seoe-W@shell-1] [***0000002-140421113135686-oozie-seoe-W@shell-1***]Action updated in DB!
> 2014-04-21 13:06:00,520  INFO CallbackServlet:539 - SERVER[seair.local] USER[-] GROUP[-] TOKEN[-] APP[-] JOB[0000002-140421113135686-oozie-seoe-W] ACTION[0000002-140421113135686-oozie-seoe-W@shell-1] callback for action [0000002-140421113135686-oozie-seoe-W@shell-1]
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)