bbryant
05/24/2017, 7:45 PMcontext.write() in the map entry point?
Ex: context.write(someRecordId, {prop1: 'a', prop2: 'b'})
I ask because in my reduce entry point, context.values is returning [Ljava.lang.String;@65536ac6 rather than an array, object, or stringified array/object