You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by Sanel Zukan <sa...@gmail.com> on 2010/04/08 22:02:10 UTC

Job report on JobTracker

Hi all,

I'm working on larger application that utilizes Hadoop for some
crunching tasks and utilization is
done via new job API (Job/Configuration). I've noticed how
running/completed jobs are not visible on
JobTracker web view nor are displayed via 'hadoop job -list all' when
they are started this way
(MR jobs are started from application).

On other hand, jobs run via hadoop command (e.g. 'hadoop jar
myjob.jar') will be correctly
visible with their current state.

Am I missing something? Or, is it possible to notify JobTracker
somehow about started job?

Thanks :)

Best,
Sanel