Info
In the doc about mapReduce command, "mapReduce", rather than "mapreduce", is used everywhere. On mongod both names work well, since the code accepts both. But on mongos only "mapreduce" works here in the code, giving
{ "ok" : 0, "errmsg" : "no such cmd: mapReduce", "code" : 59 }
If a user alway uses mapReduce() helper, this issue will not be noticed.
Top User Comments
rassi@10gen.com commented on Wed, 16 Oct 2013 21:18:46 +0000:
Dup of SERVER-5588.