<mapred.map.tasks> amount set into it (Use JobContext.NUM_MAPS instead
in new API, I guess). If you can read that file back into a
configuration object (I believe RunningJob lets you get hold of the
submitted job file), you can get hold of what you seek, including # of
Reducers (<mapred.reduce.tasks>).
On Wed, Mar 2, 2011 at 4:35 PM, xypod-ii wrote:
Hello,
Is it possible to get the actual numbers of map and reduce tasks from the
level of JobClient or RunningJob?
Jobtracker webapp gets this information directly from JobTracker using
JobInProgress class (desiredMaps and desiredReduces), but is it possible to
retrieve this information from client perspective, when the job is submitted
successfully?
Thanks,
x
--
View this message in context: http://old.nabble.com/Get-the-number-of-map---reduce-tasks-tp31048375p31048375.html
Sent from the Hadoop core-user mailing list archive at Nabble.com.
Hello,
Is it possible to get the actual numbers of map and reduce tasks from the
level of JobClient or RunningJob?
Jobtracker webapp gets this information directly from JobTracker using
JobInProgress class (desiredMaps and desiredReduces), but is it possible to
retrieve this information from client perspective, when the job is submitted
successfully?
Thanks,
x
--
View this message in context: http://old.nabble.com/Get-the-number-of-map---reduce-tasks-tp31048375p31048375.html
Sent from the Hadoop core-user mailing list archive at Nabble.com.
--
Harsh J
www.harshj.com