You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@hadoop.apache.org by Something Something <ma...@gmail.com> on 2010/03/18 06:00:11 UTC

Why is JobInProgress class not public

JobTracker has methods such as getRunningJobs, completedJobs, failedJobs
that return a collection of JobInProgress.  All these methods are 'public',
but the type of elements that they return (JobInProgress) is NOT public.
Why?