On 18/10/11 11:40, Oleg Ruchovets wrote:
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
the Job class lets you build up and submit jobs from any java process that has RPC access to the Job Tracker
