tags:

views:

7

answers:

1

I am newbie to MapReduce and Java programming. I am trying to get taskid of each map() function. Basically I need to use taskid of each mapper as offset for fetching some data from a common file.

Please help me getting taskid of individual map() task.

Thanks, Vanamala

A: 

please share if you have got the answer. I too have the same problem to solve?