runtime.ContextType.MAPREDUCE is incorrect. runtime.ContextType.MAP_REDUCE is the correct one.
API doc says it is MAPREDUCE which doesn't work. Just found out when the UE was not triggering for MR context.
s
Sandii
05/06/2022, 5:02 PM
the api docs say
runtime.ContextType.MAP_REDUCE
set the string to
'MAPREDUCE'
n
NickSuite
05/09/2022, 6:09 PM
After your comments I realized I was looking in the wrong column. Thank you @Sandii