Hi, Is it possible to get the process id of each task in a MapReduce job? When I run a mapreduce job and do a monitoring in linux using ps, i just see the id of the mapreduce job process but not its constituent map/reduce tasks. The use case is to monitor the resource usage of each task by using sar utility in linux with specific process id of task.
Thanks, Bikash
