-
Type: Task
-
Resolution: Won't Fix
-
Priority: Critical - P2
-
None
-
Affects Version/s: 2.4.4
-
Component/s: Read Operations
Mongo database: 3.0.4
MongoDB.Driver: 2.4.4
I am trying to make a Map reduce from a collection, and as MapReduceOption I am passing the option Limit (e.g. 10).
The database where is this collection is not sharded.
However when i run my code it breaks with this message:
unknown m/r field for sharding: limit
- depends on
-
SERVER-2099 MapReduce does not allow limit as one attribute on a sharded setup
- Closed