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