[ 
https://issues.apache.org/jira/browse/OOZIE-1231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13651444#comment-13651444
 ] 

Rohini Palaniswamy commented on OOZIE-1231:
-------------------------------------------

Hadoop code has deleteOnExit on the lock file, so it should have been deleted. 
Based on http://java.dzone.com/articles/know-jvm-series-2-shutdown, I see two 
possibilities:
   * A kill -9 is being done by someone (hudson aborts by anychance?)
   * when the shutdown hook is half-way through its execution, it is terminated 
as it exceeded the time limit. 

It would be good to look at the test logs of previous pre-commit job to see 
what is happening. But the workspace would be cleaned up. We can probably try 
to investigate the mvn logs first. 
                
> Provide access to launcher job URL from web console when using Map Reduce 
> action
> --------------------------------------------------------------------------------
>
>                 Key: OOZIE-1231
>                 URL: https://issues.apache.org/jira/browse/OOZIE-1231
>             Project: Oozie
>          Issue Type: Bug
>    Affects Versions: trunk
>            Reporter: Ryota Egashira
>            Assignee: Ryota Egashira
>              Labels: oozie
>             Fix For: trunk
>
>         Attachments: OOZIE-1231-v3.patch, OOZIE-1231-v4.patch, 
> OOZIE-1231-v6.patch, OOZIE-1231-v7.patch, OOZIE-1231-v8.patch, 
> OOZIE-1231-v9.patch, Screen Shot Launcher_Job_URL_tab.png, 
> ScreenShot-MapReduceAction-New.png
>
>
> there are applications where custom inputformat used in MR action, and log 
> message from the inputformat is written on launcher task log. for debugging 
> purpose, users need to check the launcher task log. but currently in MR 
> action, oozie automatically swaps external ID, and do not expose the launcher 
> ID in web-console. (now only way is to to grep oozie.log). this jira is to 
> show launcher job URL on web console when using Map Reduce action 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to