0

我正在尝试在免费的Mongodb-atlas-cloud计划中使用 mapReduce 方法,但出现此错误

at emitOne (events.js:96:13)
at TLSSocket.emit (events.js:188:7)
at readableAddChunk (_stream_readable.js:176:18)
at TLSSocket.Readable.push (_stream_readable.js:134:10)
at TLSWrap.onread (net.js:547:20)
Unhandled rejection MongoError: CMD_NOT_ALLOWED: mapreduce
at Function.MongoError.create ...

注意:我可以写和读没有任何问题

4

1 回答 1

2

来自 MongoDB 云服务支持

目前免费层中不允许使用 Mapreduce。 https://docs.atlas.mongodb.com/unsupported-commands/

于 2017-08-14T17:01:42.580 回答