You don't need a separate library for this. Just create a servlet that creates the JobConf as you would normally, but use JobClient.submitJob instead of JobClient.runJob.

JobClient.submitJob will start the job and return, so you can send a response back to the client. After that you can use JobClient.getJob(String jobId) to get status on the job.

On Mon, 16 Oct 2006 15:49:48 +0200, howard chen <[EMAIL PROTECTED]> wrote:

as title.

any library provided for making call to hadoop from web interface?

thanks.



--
Vetle Roeim
Team Manager, Information Systems
Opera Software ASA <URL: http://www.opera.com/ >

Reply via email to