[ 
https://issues.apache.org/jira/browse/MAPREDUCE-729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12728488#action_12728488
 ] 

Hemanth Yamijala commented on MAPREDUCE-729:
--------------------------------------------

bq. Should we just rename it to MapReduceMaster or some such? Apis like 
killTask, killJob etc. seem out of place in TaskTrackerManager! smile

+1, more than that actually *smile*

Indeed to allow better refactoring, we could even consider more finer grained 
interfaces which are all extended by MapReduceMaster, which JobTracker 
implements. I suppose that will make it even more useful to write true unit 
tests in hadoop. Thoughts ?

> Create a MapReduceMaster interface for the JobTracker
> -----------------------------------------------------
>
>                 Key: MAPREDUCE-729
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-729
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: jobtracker
>            Reporter: Arun C Murthy
>            Assignee: Arun C Murthy
>             Fix For: 0.21.0
>
>
> It would be useful to have a 'master' interface which specifies all the 
> interfaces exposed by the JobTracker to allow for mock-objects, simulation 
> (MAPREDUCE-728) etc.

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

Reply via email to