Thanks a lot, checked the Docs and submitJob() method did the job.

Two more question please:)

[1] My app is running on Hadoop 0.20.203, if I upgrade the libraries to 1.0.X, will the old API work, or it is necessary to rewrite map() and reduce() functions to new API?

[2] Does the new API support MultipleOutputs?

Thanks again.



On 04/30/2012 12:32 AM, Bill Graham wrote:
Take a look at the JobClient API. You can use that to get the current
progress of a running job.

On Sunday, April 29, 2012, Ondřej Klimpera wrote:

Hello I'd like to ask you what is the preferred way of getting running
jobs progress from Java application, that has executed them.

Im using Hadoop 0.20.203, tried job.end.notification.url property that
works well, but as the property name says, it sends only job end
notifications.

What I need is to get updates on map() and reduce() progress.

Please help how to do this.

Thanks.
Ondrej Klimpera



Reply via email to