tip and task names should reflect the job name
----------------------------------------------

         Key: HADOOP-150
         URL: http://issues.apache.org/jira/browse/HADOOP-150
     Project: Hadoop
        Type: Improvement

  Components: mapred  
    Versions: 0.1.1    
    Reporter: Owen O'Malley
 Assigned to: Owen O'Malley 


The tip and task names should be related to the job id. I'd propose:

job name: job_<random 32bit/base36>
tip: tip_<job id>_[mr]_<fragment #>
task: task_<tip id>_<attempt #>

so examples would be:
job_abc123
tip_abc123_m_00034
task_abc123_m_00034_1
 


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to