Add node information to bin/mapred job -list-attempt-ids and other improvements
-------------------------------------------------------------------------------

                 Key: MAPREDUCE-3406
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3406
             Project: Hadoop Map/Reduce
          Issue Type: Improvement
          Components: mrv2
    Affects Versions: 0.23.0
            Reporter: Ravi Prakash
            Assignee: Ravi Prakash
             Fix For: 0.23.1


>From [~rramya]
Providing the NM information where the containers are scheduled in bin/mapred 
job -list-attempt-ids will be helpful in automation, debugging and to avoid 
grepping through the AM logs.

>From my own observation, the list-attempt-ids should list the attempt ids and 
>not require the arguments. The arguments if given, can be used to filter the 
>results. From the usage:
bq. [-list-attempt-ids <job-id> <task-type> <task-state>]. Valid values for 
<task-type> are MAP REDUCE JOB_SETUP JOB_CLEANUP TASK_CLEANUP. Valid values for 
<task-state> are running, completed



--
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