Re: empty list when running the mapreduce script

2010-05-06 Thread Sean Cribbs
We'll get the data fixed right away. Thanks for the heads up! Sean Cribbs Developer Advocate Basho Technologies, Inc. http://basho.com/ On May 6, 2010, at 8:40 AM, Barry Ezell wrote: > Hi Norman, > > I had the same issue. The problem I found was that Riak wasn't being > populated from the "

Re: empty list when running the mapreduce script

2010-05-06 Thread Barry Ezell
Hi Norman, I had the same issue. The problem I found was that Riak wasn't being populated from the "load_data" script. I believe the culprit was that the slashes in the date field are unacceptable as a Riak key. Later tutorials expect the date to be in the format "-MM-DD" so I wrote a Ruby

Re: empty list when running the mapreduce script

2010-05-06 Thread francisco treacy
"name":"Riak.mapValuesJson" instead of "name":"Riak.mapValueJson" ? (note the missing 's') Francisco 2010/5/6 Norman Khine : > hello, > I am following the  "The Riak Fast Track " but i am getting an empty > list when running the > mapreduce script: > > aqoon:dev khinester$ curl -X POST http://127

Re: empty list when running the mapreduce script

2010-05-06 Thread Sean Cribbs
You've misspelled Riak.mapValuesJson. Also, to make sure the data was actually loaded, try requesting just the bucket, perhaps with keys=stream: curl http://localhost:8091/riak/goog?keys=stream Sean Cribbs Developer Advocate Basho Technologies, Inc. http://basho.com/ On May 6, 2010, at 2:49 A