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