In a Map/Reduce, is there any way I can find out w...
# suitescript
e
In a Map/Reduce, is there any way I can find out which processor is currently executing? For instance, if I have my M/R set to run across 4 processors, in my
map
phase, can I know that I'm currently running on processor #3?