You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Owen O'Malley (JIRA)" <ji...@apache.org> on 2007/01/30 20:48:33 UTC

[jira] Commented: (HADOOP-961) a cli tool to get the event logs from a job

    [ https://issues.apache.org/jira/browse/HADOOP-961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468756 ] 

Owen O'Malley commented on HADOOP-961:
--------------------------------------

The command is invoked as:

% bin/hadoop job -events job_0001

and the output looks like:

Task completion events for job_0001
SUCCEEDED task_0001_m_000049_0 http://node:2030/tasklog.jsp?
plaintext=true&taskid=task_0001_m_000049_0&all=true
SUCCEEDED task_0001_m_000019_0 http://node:2030/tasklog.jsp?
plaintext=true&taskid=task_0001_m_000019_0&all=true
SUCCEEDED task_0001_m_000022_0 http://node:2030/tasklog.jsp?
plaintext=true&taskid=task_0001_m_000022_0&all=true


> a cli tool to get the event logs from a job
> -------------------------------------------
>
>                 Key: HADOOP-961
>                 URL: https://issues.apache.org/jira/browse/HADOOP-961
>             Project: Hadoop
>          Issue Type: New Feature
>          Components: mapred
>    Affects Versions: 0.10.1
>            Reporter: Owen O'Malley
>         Assigned To: Owen O'Malley
>             Fix For: 0.11.0
>
>         Attachments: event-log.patch
>
>
> Here is a little tool to list the events for a given job. The output can be used to find where each task ran.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.