Re: Need help with Mapreduce

2011-10-06 Thread Sean Cribbs
You're also missing a comma between your map and reduce phases. On Wed, Oct 5, 2011 at 8:23 PM, Aphyr wrote: > Like it says, the request that you submitted isn't JSON. MR functions > belong in the source attribute of the JSON document, not floating outside > it. > > --Kyle > > > On 10/05/2011 05

Re: Need help with Mapreduce

2011-10-05 Thread Aphyr
Like it says, the request that you submitted isn't JSON. MR functions belong in the source attribute of the JSON document, not floating outside it. --Kyle On 10/05/2011 05:19 PM, urvi wrote: I am trying to use this fuctntion to get the highest number from given date. My map is working fine bu