RE: riak.py has been removed?

2010-04-23 Thread Mark Jones
Turns out my problem was that protocol buffers was not installed. I modified the README and am including it here. From: riak-users-boun...@lists.basho.com [mailto:riak-users-boun...@lists.basho.com] On Behalf Of Jon Meredith Sent: Thursday, April 22, 2010 9:34 PM To: riak-users@lists.basho.com

Re: one-to-very-many link associations

2010-04-23 Thread Orlin Bozhinov
Eric Gaumer wrote: On Thu, Apr 22, 2010 at 4:47 PM, Orlin Bozhinov > wrote: Eric, Thanks for the bigdata.com link. It's something I had missed spotting. The Semantic Web doesn't fit it all either. I anticipate to much r

Riak Recap for 4/21 - 4/22

2010-04-23 Thread Mark Phillips
Hey All - Here's the recap for the last several days. Enjoy - Mark - Community Manager wiki.basho.com twitter.com/pharkmillups - Riak Recap for 4/21 - 4/22 1) seancribbs and adamhunter had brief but valuable convo in IRC about removing a node from a cluster. It might be of in

Building rel on Debian 2.6.26

2010-04-23 Thread Matthew Pflueger
I downloaded built Erlang successfully (minus jinterface, odbc, and wx) then downloaded riak-0.10. I did a make all and everything built fine but then doing a make rel I get the following: ==> rel (generate) ERROR: Unable to generate spec: read file info /home/mpflueger/riak/rel/../deps/ebloom/.h

Re: Building rel on Debian 2.6.26

2010-04-23 Thread Ryan Tilder
Sounds like you have Mercurial's inotify extension enabled. hg showconfig should show it. Workaround for now would be to following the directions in the below link for disabling the extension in the riak repo. In riak/.hg/hgrc: [extensions] inotify = ! http://mercurial.selenic.com/wiki/UsingEx

Re: Building rel on Debian 2.6.26

2010-04-23 Thread Matthew Pflueger
Thanks for the tip. Unfortunately, disabling doesn't seem to work... I disabled it in my ~/.hgrc and in ebloom's .hg/hgrc to no avail. I downloaded riak-0.10.tar.gz and installed so no .hg directory. Any other suggestions? --Matthew On Fri, Apr 23, 2010 at 11:56, Ryan Tilder wrote: > Sounds

Re: Building rel on Debian 2.6.26

2010-04-23 Thread Matthew Pflueger
Cloning the riak repo and building worked fine. However, not being able to build from the tarball is a little disconcerting... --Matthew On Fri, Apr 23, 2010 at 12:13, Matthew Pflueger wrote: > Thanks for the tip.  Unfortunately, disabling doesn't seem to work... > I disabled it in my ~/.hgrc

Re: Building rel on Debian 2.6.26

2010-04-23 Thread Ryan Tilder
Where did you download an 0.10 tarball from? We haven't actually published one yet. Is it one of the release candidates? Also, I am assuming that you are attempting to build on a Linux distribution. Do you have an /etc/mercurial or /usr/local/etc/mercurial directory where inotify might be getti

How to model this data layout in Riak?

2010-04-23 Thread Mark Jones
If I wanted to build an e-mail system for millions of users, how would I go about doing it in Riak? Let's say each e-mail has the following characteristics, to, sender, header, body, when, attachments. Every user is identified by a userid, and to is not necessarily the same thing as userid. I

Re: Building rel on Debian 2.6.26

2010-04-23 Thread Matthew Pflueger
http://hg.basho.com/riak/get/riak-0.10.tar.gz Yeah, I disabled it there also... --Matthew On Fri, Apr 23, 2010 at 12:46, Ryan Tilder wrote: > Where did you download an 0.10 tarball from?  We haven't actually published > one yet.  Is it one of the release candidates? > Also, I am assuming that

[ANN] Riak Release 0.10

2010-04-23 Thread Bryan Fink
Hello, Riak users. We are excited to announce the release of Riak version 0.10. There's a great writeup about the new features on the Basho Blog: http://blog.basho.com/2010/04/23/riak-0.10-is-full-of-great-stuff/ Pre-built installations and source tarballs are available at: http://downloads.bash

Re: [ANN] Riak Release 0.10

2010-04-23 Thread Doug Tangren
yipee! -Doug Tangren http://lessis.me On Fri, Apr 23, 2010 at 1:49 PM, Bryan Fink wrote: > Hello, Riak users. We are excited to announce the release of Riak > version 0.10. There's a great writeup about the new features on the > Basho Blog: > http://blog.basho.com/2010/04/23/riak-0.10-is-full

Re: Building rel on Debian 2.6.26

2010-04-23 Thread Ryan Tilder
I can't manage to duplicate the problem you're having with the inotify.sock. Will the tarball build after a "make distclean rel" ? --Ryan On Fri, Apr 23, 2010 at 10:40 AM, Matthew Pflueger < matthew.pflue...@gmail.com> wrote: > http://hg.basho.com/riak/get/riak-0.10.tar.gz > > Yeah, I disabled

Riak ubuntu initscript

2010-04-23 Thread Matthew Heitzenroder
I should have mentioned this, but I also put together an initscript for ubuntu, based on Vladimir Osintsev's debian script. http://gist.github.com/raw/374888/08b52132863b772da565c3630265c8298c2b74e6/Ubuntu%20initscript%20riak Ciao, Matt ___ riak-use