Hi ,
I am using *mapreduce *technique* *to access all keys between perticular
period .
This is my *keys.json* file .
{"inputs":{"bucket":"test",
"key_filters":[["matches" ,"2011_09_11"]]},
"query":[{"map":{"language":"javascript",
"source":"function(v) {
return [v.key] ;
}",
"keep":true} } ]
}
I am invoking mapreduce call using curl
curl -X POST -H "content-type: application/json"
http://127.0.0.1:8098/mapred --data @keys.json
but it gives me timeout error :- *{"error":"timeout"}*
so Is there any way to resolve this problem ??
thanks ,
Sohil Raghwani .
_______________________________________________
riak-users mailing list
[email protected]
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com