db.foo.mapReduce(... , ..., {out: {replace: "mr", db: "local"}})
should work the same as
db.foo.mapReduce(... , ..., {out: {db: "local", replace: "mr"}})
but the latter throws an error instead.
- is duplicated by
-
SERVER-15023 mapReduce out option is order sensitive
-
- Closed
-
- links to