Re: JobTracker API Hooks

2011-11-12 Thread Mahadev Konar
Moving it to mapreduce-user. Ronnie, Is jobclient.getalljobs() something that you are looking for? thanks mahadev On Sat, Nov 12, 2011 at 7:08 AM, Ronnie Dove wrote: > Hello, > > Is it possible to connect to an already running JobTracker via socket through > the Hadoop Java API?  I see that

JobTracker API Hooks

2011-11-12 Thread Ronnie Dove
Hello, Is it possible to connect to an already running JobTracker via socket through the Hadoop Java API?  I see that there is a startTracker method but nothing to establish a connection/hook into a currently running JobTracker, that might of been launched prior to an application connecting.  I