[
https://issues.apache.org/jira/browse/OOZIE-1802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13976412#comment-13976412
]
Hadoop QA commented on OOZIE-1802:
----------------------------------
Testing JIRA OOZIE-1802
Cleaning local git workspace
----------------------------
{color:green}+1 PATCH_APPLIES{color}
{color:green}+1 CLEAN{color}
{color:green}+1 RAW_PATCH_ANALYSIS{color}
. {color:green}+1{color} the patch does not introduce any @author tags
. {color:green}+1{color} the patch does not introduce any tabs
. {color:green}+1{color} the patch does not introduce any trailing spaces
. {color:green}+1{color} the patch does not introduce any line longer than
132
. {color:green}+1{color} the patch does adds/modifies 2 testcase(s)
{color:red}-1 RAT{color}
. {color:red}-1{color} the patch seems to introduce 1 new RAT warning(s)
{color:green}+1 JAVADOC{color}
. {color:green}+1{color} the patch does not seem to introduce new Javadoc
warnings
{color:green}+1 COMPILE{color}
. {color:green}+1{color} HEAD compiles
. {color:green}+1{color} patch compiles
. {color:green}+1{color} the patch does not seem to introduce new javac
warnings
{color:green}+1 BACKWARDS_COMPATIBILITY{color}
. {color:green}+1{color} the patch does not change any JPA
Entity/Colum/Basic/Lob/Transient annotations
. {color:green}+1{color} the patch does not modify JPA files
{color:red}-1 TESTS{color}
. Tests run: 1421
. Tests failed: 1
. Tests errors: 1
. The patch failed the following testcases:
.
testBundleStatusTransitRunningFromKilled(org.apache.oozie.service.TestStatusTransitService)
{color:green}+1 DISTRO{color}
. {color:green}+1{color} distro tarball builds with the patch
----------------------------
{color:red}*-1 Overall result, please check the reported -1(s)*{color}
The full output of the test-patch run is available at
. https://builds.apache.org/job/oozie-trunk-precommit-build/1183/
> 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
> 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.2#6252)