Error When Creating an Erlang Riak Object

2010-05-07 Thread Ted Karmel
Hi, I am following the README found here: http://www.bitbucket.org/basho/riak/src/tip/README I have gotten the latest version of Erlang (5.7.5), installed Riak, set up the client connection. But, when I try to create a new object following the README guidelines, I receive an error. (riakt...@12

Re: Error When Creating an Erlang Riak Object

2010-05-07 Thread Abeming Sf
Hi Ted, The bucket and key should be in binary which is <<"groceries">> and <<"mine">> -Abe On 7 May 2010 19:45, Ted Karmel wrote: > Hi, > > I am following the README found here: > http://www.bitbucket.org/basho/riak/src/tip/README > > I have gotten the latest version of Erlang (5.7.5), instal

Re: Error When Creating an Erlang Riak Object

2010-05-07 Thread Ted Karmel
Thanks Abe! That solved the error. The readme should perhaps be updated to reflect this ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Re: Error When Creating an Erlang Riak Object

2010-05-07 Thread Bryan Fink
On Fri, May 7, 2010 at 8:43 AM, Ted Karmel wrote: > Thanks Abe! > > That solved the error.  The readme should perhaps be updated to reflect this Done. Thanks for reporting the trouble! -Bryan ___ riak-users mailing list riak-users@lists.basho.com htt

Riak Recap for 5/5 - 5/6

2010-05-07 Thread Mark Phillips
Morning, Afternoon, Evening - For today's recap : a basic but common question about buckets, a gisted conversation about upgrading/migration, and a pointer to Riak in the Opscode repo. Enjoy your weekend - Mark Community Manager wiki.basho.com twitter.com/pharkmillups - Riak Recap f

Riak hg:tip with bitcask crashing

2010-05-07 Thread Senthilkumar Peelikkampatti
I am getting following error: System: Mac OS X 10.6.3 Riak: tip with clean build and few doc in a single bucket Bitcask: whatever riak pulled =ERROR REPORT 7-May-2010::19:01:46 === ** Generic server memsup terminating ** Last message in was {'EXIT',<0.236.0>, {emfi

Re: Riak hg:tip with bitcask crashing

2010-05-07 Thread Alexander Sicular
I believe you have exceeded your maxfiles limit. Google around for ulimit and sysctl re. maxfiles. On 2010-05-07, Senthilkumar Peelikkampatti wrote: > I am getting following error: > System: Mac OS X 10.6.3 > Riak: tip with clean build and few doc in a single bucket > Bitcask: whatever riak pulle

Copying data between clusters

2010-05-07 Thread Alan McConnell
- Is it possible to use the built-in backup/restore functions of riak-admin to copy data between clusters? The scenario is that we have separate test and production environments, each with separate riak clusters of different sizes and configurations. Every so often we'd like to copy t

Re: Copying data between clusters

2010-05-07 Thread Kevin Smith
Alan - I can't answer your replication questions -- don't have a lot of experience with it yet -- but I can take a stab at setting the global replication setting. If I'm understanding correctly I believe you're referring to the N value. N controls how many replicas of an entry Riak stores, in t