Re: MapReduce paging result

2012-08-09 Thread Daniil Churikov
= "00099"}, [{map, {modfun, riak_kv_mapreduce, map_object_value}, none, true}] ). -- View this message in context: http://riak-users.197444.n3.nabble.com/MapReduce-paging-result-tp4024959p4024969.html Sent from the Riak Users mailing list archive at Nabble.com. ___

Re: MapReduce paging result

2012-08-09 Thread Parnell Springmeyer
Your email is slightly confusing - I assume by "paging" you mean "pagination"? I recommend not trying to do pagination in Riak. I can't help you at all with your custom map/reduce phase code in trend_riak.erl without seeing vm.args, trend_riak.erl, &c... On Aug 9, 2012, at 7:27 PM, 郎咸武 wrote:

Re: MapReduce paging result

2012-08-09 Thread 郎咸武
Who can answer me? thanks. 2012/8/10 郎咸武 > Hi guys, > How to do a paging in MapReduce queries? > I try to write some method in the module(trend_riak.erl, Add -pa > /home/jason/work/server/trunk/trend_riakto vm.args). > I thought it will well, but unfortunately it does not work

MapReduce paging result

2012-08-09 Thread 郎咸武
Hi guys, How to do a paging in MapReduce queries? I try to write some method in the module(trend_riak.erl, Add -pa /home/jason/work/server/trunk/trend_riakto vm.args). I thought it will well, but unfortunately it does not work. Becase the "Reduce" ,the result is wrong. Is ther