Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-2015

Comment on: "manual/reference/command/mapReduce.txt"

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 01112017-cleanup
    • Affects Version/s: None
    • Component/s: Server
    • Environment:

      MongoDB 2.4.6 only run map-reduce with db.runCommand(

      { mapreduce: 'test', ...}

      ), not with the documentation suggested uppercase spelling: "mapReduce"

      mongos> db.test.runCommand(

      { mapReduce: 'test', ... , out: 'inline' }

      );

      { "ok" : 0, "errmsg" : "no such cmd: mapReduce" }

      mongos> db.test.runCommand(

      { mapreduce: 'test', ... , out: 'inline' }

      );

      { ... "ok" : 1 }

            Assignee:
            sam.kleinman Sam Kleinman (Inactive)
            Reporter:
            auto auto
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              10 years, 29 weeks ago