----- Original Message ----- From: Oleg Ruchovets <[email protected]> Date: Tuesday, October 18, 2011 4:11 pm Subject: execute hadoop job from remote web application To: [email protected]
> Hi , what is the way to execute hadoop job on remote cluster. I > want to > execute my hadoop job from remote web application , but I didn't > find any > hadoop client (remote API) to do it. > > Please advice. > Oleg > You can put the Hadoop jars in your web applications classpath and find the Class JobClient and submit the jobs using it. Regards, Uma
