The Task Side-Effect Files section of the Hadoop tutorial mentions using the "attemptid" of the task as a unique name. How do I get this attempt ID in my mapper or reducer?
|
|
|
|
|
|
|
If you need a unique id for a side effect file in hadoop, you can leverage the attempt unique id in the job with this code:
|
||
|
|
