Thank you, I have got the right code, but my problem changed to another one : I got an ClassCastException when converting elements from counts :
return new MapReduceCounts((Integer)...
Type: Posts; User: pgliuchen; Keyword(s):
Thank you, I have got the right code, but my problem changed to another one : I got an ClassCastException when converting elements from counts :
return new MapReduceCounts((Integer)...
I manually download 1.0.2 realease version from this place : http://www.springsource.org/download/community, but find the source code is still not fixed. While the code in github is Ok...
hello.
I use mapReduce method to do some querys. At first, I use 1.0.1 release and the source code segments throw a ClassCastException :
if (counts.get("input") != null &&...