Member since
01-11-2015
1
Post
0
Kudos Received
0
Solutions
01-11-2015
09:40 PM
As my comment above says, this error was caused for me by specifying the wrong data types for the key and value in the map reduce job. i.e. in my case the key needed to be string and the value needed to be integer.
... View more