Hi

I struggling to get a grip around MapReduce and why it is sometimes
returning only a subset of what is expected. Is it the nodes processing the
map phase that after a specific time returning the found matches so far? I
would rather have it returning timeout instead of a subset of the actual
match.

An example is this simple MapReduce:

{
    "inputs":{
        "bucket":"som-bucket",
        "index":"userid_bin",
        "key":"18481123123"
    },
    "query":[
        {
            "map":{
                "language":"javascript",
                "name":"Riak.mapValuesJson",
                "keep":true
            }
        }
    ]
}


Any thoughts?

Regards
Mattias
_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to