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
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