SELinux Error

2010-09-29 Thread Madireddy Samuel Vijaykumar
When do a ... $ bin/riak start I get a SELinux Security Alert and the riak node is never started. The following the SELinux error, has anyone looked into this? Summary: SELinux is preventing access to files with the label, file_t. Detailed Description: SELinux permission checks on files label

fetch objects added after a give time

2010-09-29 Thread Akhil Kodali
Hi, Is there any way to filter out keys/objects from a given bucket which were added/modified after a given date efficiently Regards, Akhil Kodali ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-u

Re: fetch objects added after a give time

2010-09-29 Thread Alexander Sicular
Use a map/reduce. Check the date in the meta object. I have a blog post on sorting by date which shows how to change a string date to int. Should point you in the right direction. http://siculars.posterous.com -alexander On 2010-09-29, Akhil Kodali wrote: > Hi, > > Is there any way to filter ou

Is this a silly design?

2010-09-29 Thread Tyler Weir
Hello, I'm working on a side project and I don't know much about reasonable design for a Riak schema. I'll have a hybrid model, with user profiles sitting in Postgres and their data in Riak. If I were to store a blob of info per user per day (3 text blobs, a date, a URL and tags), does it make s

Riak Recap for 9/27 - 9/28

2010-09-29 Thread Mark Phillips
Afternoon, Evening, Morning to all, Here is a recap from the last few days. Enjoy! Mark Community Manager Basho Technologies wiki.basho.com twitter.com/pharkmillups Riak Recap for 9/27 - 9/28 1) For anyone on the Eastern Seaboard in the U.S., various basho developers will be talking at

Re: Riak Recap for 9/27 - 9/28

2010-09-29 Thread Mark Phillips
> > > 1) For anyone on the Eastern Seaboard in the U.S., various basho > developers will be talking at three different conferences over the > next few days in Baltimore, Maryland. > > You can get all the details here ---> > http://localhost:8080/2010/09/29/basho-is-taking-over-baltimore-this-weeken

Re: Is this a silly design?

2010-09-29 Thread Dan Reverri
e. For instance, consider the following entries: /riak/user1/20100929 /riak/user1/20100930 /riak/user1/20101001 /riak/user1/20101002 /riak/user1/20101003 /riak/user1/20101004 To map/reduce over the first 3 days of October you can specify your map/reduce inputs as: {"inputs":[["user1&q