There anyway I can read a parameter in a Map Reduce which is an Object and pass it sequentially to map or reduce without doing it from the getInputData?
n
Nik
12/04/2018, 4:36 AM
I ran into something like this. But unfortunately, I didn't find any better way to do it that set the values on the script/deployment parameter and getting it from there on each map/reduce. Which consumes a lot of time/governance as well.