You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Iyappan Srinivasan (JIRA)" <ji...@apache.org> on 2009/09/15 14:29:57 UTC

[jira] Created: (MAPREDUCE-985) job -kill-task ] and -fail-task are not task-ids they are attempt ids

job -kill-task <task-id>] and -fail-task <task-id> are not task-ids they are attempt ids
----------------------------------------------------------------------------------------

                 Key: MAPREDUCE-985
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-985
             Project: Hadoop Map/Reduce
          Issue Type: Bug
    Affects Versions: 0.21.0
            Reporter: Iyappan Srinivasan
             Fix For: 0.21.0


Right now, bin/hadoop job show soptions as 

-kill-task <task-id> and 
-fail-task <taskid>

These two are confusing as task attempt id and not task ids should be provioded to kill them.

These help messages have to be changed.



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