-
Type: Bug
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: 1.6.3
-
Component/s: MapReduce
-
None
-
Environment:OS - Linux hqd-soak-03 2.6.18-164.11.1.el5 #1 SMP Wed Jan 20 07:32:21 EST 2010 x86_64 x86_64 x86_64 GNU/Linux
-
Query
-
Fully Compatible
-
Linux
We have sharded setup on 2 machines and have a 120GB collection on these machines.
Ran a mapreduce job through db.runCommand with a limit attribute, to test the map-reduce functions and it did threw an error message that limit attribute is not allowed.
Specifics
db.runCommand({mapreduce: "bigdm",
map:m,
reduce: r,
limit:100,
query: { "dynamicRL" : { "$exists" : true}},
out: "dt",
verbose: true});
It gives me following error message
{
"assertion" : "don't know mr field: limit",
"assertionCode" : 10177,
"errmsg" : "db assertion failure",
"ok" : 0
}
- is depended on by
-
CSHARP-2075 C# - MapReduce (MongoDB.Driver) does not work when Limit is passed as MapReduceOptions
- Closed