[ https://issues.apache.org/jira/browse/MAPREDUCE-777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12751345#action_12751345 ]
Arun C Murthy commented on MAPREDUCE-777: ----------------------------------------- I think this is on the right track... I'm happy to see this shaping up well! I'm a little unsure about JobSubmitter being a separate class, seems to me that since a Job can 'submit' itself (o.a.h.mapreduce.Job.submit) it shouldn't need another class (JobSubmitter) for that functionality. Maybe JobSubmitter (or JobSubmissionHelper) should have only static methods? Anyway, it's a minor issue. Thoughts? > A method for finding and tracking jobs from the new API > ------------------------------------------------------- > > Key: MAPREDUCE-777 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-777 > Project: Hadoop Map/Reduce > Issue Type: New Feature > Components: client > Reporter: Owen O'Malley > Assignee: Amareshwari Sriramadasu > Fix For: 0.21.0 > > Attachments: m-777.patch, patch-777-1.txt, patch-777-2.txt, > patch-777-3.txt, patch-777.txt > > > We need to create a replacement interface for the JobClient API in the new > interface. In particular, the user needs to be able to query and track jobs > that were launched by other processes. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.