[
https://issues.apache.org/jira/browse/HADOOP-2130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Arun C Murthy updated HADOOP-2130:
----------------------------------
Attachment: HADOOP-2130_0_20080814.patch
Straight-forward patch - added a Submitter.jobSubmit which only 'submits' a job
which can then be tracked via the returned RunningJob.
I've deprecated Submitter.submitJob in favour of Submitter.runJob, if future we
should rename the newly added Submitter.jobSubmit to Submitter.submitJob
similar to JobClient's submitJob/runJob.
> Pipes submit job should be Non-blocking
> ---------------------------------------
>
> Key: HADOOP-2130
> URL: https://issues.apache.org/jira/browse/HADOOP-2130
> Project: Hadoop Core
> Issue Type: Bug
> Components: pipes
> Environment: Any pipes job
> Reporter: Srikanth Kakani
> Assignee: Arun C Murthy
> Priority: Critical
> Attachments: HADOOP-2130_0_20080814.patch
>
>
> Pipes submitJob should be non blocking, similar to a JobClient's submit job.
> It will help us in monitoring the job as we would a normal Hadoop Job
> obtained via jobClient.submitJob()
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.