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

Harsh J resolved MAPREDUCE-490.
-------------------------------

    Resolution: Not A Problem

Already available as "job -events".
                
> Allow printing of TaskEvents for a Job from command line
> --------------------------------------------------------
>
>                 Key: MAPREDUCE-490
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-490
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>            Reporter: Devaraj Das
>            Priority: Minor
>
> It might make sense to have these commands:
> bin/hadoop job -numEvents <job_id> : this will print the number of events 
> that the job generated so far
> bin/hadoop job <fromEvent> <maxEvents> <job_id> : this will print the events 
> in the range {fromEvent, fromEvent + maxEvents} for the given job id (only 
> the contents of the event objects, not the actual logs). For example, it 
> might print 
>       event# 100, Map/Reduce, Success, http://foo.com:port/, taskId
> bin/hadoop job <fromEvent> <maxEvents> <full> <job_id> : This will print the 
> contents of the logs (like what the JobClient does today)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to