Basho UK Launch Party

2012-10-01 Thread Matthew Heitzenroder
Hi Riak Users- For those of you who can be in London this Wednesday, we're throwing a party to celebrate Basho's London office opening. It would be great if you could come! Corbet Place - The Old Truman Brewery 15 Hanbury Street E1 6QR London United Kingdom Wednesday, October 3, 2012 from 6:30 P

Re: Inconsistent map/reduce results

2011-03-31 Thread Matthew Heitzenroder
setting the map_cache_size to 0 is workaround for bug 969. If map_cache_size=0 alleviates the issue, then upgrading to 0.14.1 should resolve the issue with the MapReduce cache. On Thu, Mar 31, 2011 at 12:20 PM, Dan Reverri wrote: > Hi Keith, > > The

Re: python client to riak

2010-07-07 Thread Matthew Heitzenroder
Robert- Take a look at the tests in the python client here: http://github.com/basho/riak-python-client/blob/master/riak/tests/test_all.py You want to see how to create a client, then create a bucket, then create objects for that bucket. It looks a bit like this: from riak import * client = Ria

Re: auto-generating keys in riak

2010-04-26 Thread Matthew Heitzenroder
Alexander- Check out the function in riak_core:riak_core_util http://github.com/basho/riak/blob/master/apps/riak_core/src/riak_core_util.erl#L126 I think it's something like 2^42 at that moment in time (now() is

Re: Riak ubuntu initscript

2010-04-24 Thread Matthew Heitzenroder
And the original gist: http://gist.github.com/374888 Doh. On Apr 23, 2010, at 9:14 PM, Matthew Heitzenroder wrote: > I should have mentioned this, but I also put together an initscript for > ubuntu, based on Vladimir Osintsev's debian script. > > http://gist.gith

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

Re: Riakaws - AWS Deployment

2010-04-22 Thread Matthew Heitzenroder
n your app. More buckets = more > inno files. Too many open files and your system goes kaboom. > > > > On Thu, Apr 22, 2010 at 15:30, Matthew Heitzenroder > wrote: >> Interesting okay, well innostore wasn't ditching, but i'm making the >> change anyhow.

Re: Riakaws - AWS Deployment

2010-04-22 Thread Matthew Heitzenroder
re will bail early if SMP is not enabled. > > Sean Cribbs > Developer Advocate > Basho Technologies, Inc. > http://basho.com/ > > On Apr 22, 2010, at 1:51 PM, Matthew Heitzenroder wrote: > >> Sean- >> >> Thanks for the feedback. >> >> Regard

Re: Riakaws - AWS Deployment

2010-04-22 Thread Matthew Heitzenroder
Cribbs > Developer Advocate > Basho Technologies, Inc. > http://basho.com/ > > On Apr 22, 2010, at 6:46 AM, Matthew Heitzenroder wrote: > >> Hello riak-users >> >> If you're an Amazon Web Services user, I'd really appreciate anyone who is >> w

Riakaws - AWS Deployment

2010-04-22 Thread Matthew Heitzenroder
Hello riak-users If you're an Amazon Web Services user, I'd really appreciate anyone who is willing to review this: http://github.com/roder/riakaws Riakaws is just a simple way to deploy a Riak cluster in the Amazon cloud. Thanks in advance for an feedback or pull requests. Cheers, Matt_