Re: secondary indexes - no multi_backend?

2011-09-30 Thread Artem Kozarezov
Oh, thanks, Kresten, I'm going to try this out! 30.09.2011 2:33, Kresten Krab Thorup пишет: Artem, Felt enticed, and so I just posted a pull request for this (https://github.com/basho/riak_kv/pull/227) but it looks like they're tagging everything '1.0' as we speak. ... but there will always

Re: secondary indexes - no multi_backend?

2011-09-30 Thread Artem Kozarezov
Thanks for the info, David! 30.09.2011 2:36, David Smith wrote: Artem, This is a known issue that didn't make the cutoff for 1.0. We'll be working to address this in the point releases following. D. On Thu, Sep 29, 2011 at 3:04 PM, Artem wrote: We are pleased to announce the availability of

Re: Timeout when storing

2011-09-30 Thread David Smith
IIRC, {error, emfile} indicates that the max # of ports (in the erlang VM) is being exceeded. Try bumping up ERL_MAX_PORTS in vm.args. D. On Thu, Sep 29, 2011 at 10:52 PM, Jim Adler wrote: > Thanks Sean.  I added the ulimit -n 10240 to /etc/default/riak, restarted > riak, but that didn't work. >

Re: CorrugatedIron v0.1.3 Released

2011-09-30 Thread Kyle Quest
Jeremiah, really nice job on CorrugatedIron! Some of it is a bit too over-engineered and more complicated than it has to be. For example, you can't just create a RiakClient object and interact with Riak (like you can do with the official Riak client libraries)... To create a RiakClient (in Corrugat

Re: CorrugatedIron v0.1.3 Released

2011-09-30 Thread Jeremiah Peschka
Thanks. I can't take all the credit/blame - OJ Reeves has written massive amounts of code, too. We're aware that many people like to complain about our use of config files. When you write a piece of software, you make the choice between shipping software or adding more features. We chose to shi

Re: Riak security

2011-09-30 Thread Kyle Quest
This is a pretty common situation with the NoSQL databases. They have no security and the standard answer is that it's your job to do with firewalls and proxies. This is a good indication that the NoSQL world is still in its infancy. Security features will get there eventually and Accumulo is an ex

Re: CorrugatedIron v0.1.3 Released

2011-09-30 Thread Jeremiah Peschka
Looks like OJ has mostly finished up the work on that, anyway. We'll just need to integrate that back in to develop for the imminent 0.2.0 release. In closing: I suspect that our use of .NET config files is not blocking the use of CorrugatedIron within Microsoft. --- Jeremiah Peschka - Founder,

Re: CorrugatedIron v0.1.3 Released

2011-09-30 Thread Kyle Quest
I looked at a lot of different Riak libraries in different languages for my work with Riak and CorrugatedIron was one of them. This gave me an opportunity to compare how each of them worked. CorrugatedIron was one of the more complicated ones :-) It was also one of the hardest to make it work becau

Re: Riak security

2011-09-30 Thread Jeff Kirkell
Kyle, This is something I have been trying to figure the best approach for as well. One possibility, and the one I am trying to build a solution for is to have a proxy in the front that accepts and API key or some other form of credential, validates, then passes through to Riak on whatever port is

Re: Riak security

2011-09-30 Thread Aphyr
We've been over this several times on riak-users, which suggests to me a blog post might help. I'll try to draft something. On 09/30/2011 11:00 AM, Kyle Quest wrote: This is a pretty common situation with the NoSQL databases. They have no security and the standard answer is that it's your job t

Problem with Reduce Phase Sorting (Javascript)

2011-09-30 Thread Barron Logan
hello all, we are having issues sorting in Reduce. this is from within a java app. we are passing in an anonymous js function, but the values are not being sorted. here is the data structure: [{"score":77.88765180825125,"key":"{\"@class\"[cid:A1AB6387-083F-41D4-8F63-89D3A73EA8C6@sharecare.loca

Re: Riak security

2011-09-30 Thread Kyle Quest
Having separate nodes for reads and writes provides an opportunity for better isolation and control even when the requests are forwarded to different vnodes... Just like with anything else you can always build something on top... The difference in maturity is determined by what you have to build y

Riak 1.0

2011-09-30 Thread David Smith
Hi All, I am very pleased to announce that Riak 1.0 is tagged and officially ready for downloading. Pre-built installations and source tarballs are available at: http://downloads.basho.com/riak/CURRENT Release notes are here: https://github.com/basho/riak/blob/1.0/RELEASE-NOTES.org There is a

Re: Timeout when storing

2011-09-30 Thread Jim Adler
Thanks David. I bumped ERL_MAX_PORTS to 16384 in vm.args, restarted riak, but still get the timeout. Jim Sent from my phone. Please forgive the typos. On Sep 30, 2011, at 9:56 AM, "David Smith" wrote: > IIRC, {error, emfile} indicates that the max # of ports (in the erlang > VM) is being exc

Re: Riak 1.0

2011-09-30 Thread Seth Johnson
Congratulations! On Fri, Sep 30, 2011 at 4:31 PM, David Smith wrote: > Hi All, > > I am very pleased to announce that Riak 1.0 is tagged and officially > ready for downloading. > > Pre-built installations and source tarballs are available at: > > http://downloads.basho.com/riak/CURRENT > > Releas

Re: Riak 1.0

2011-09-30 Thread Alexander Sicular
Awesome! Already got it in place on my mac and ubuntu dev boxes. Smooth. -Alexander Sicular @siculars http://siculars.posterous.com On Sep 30, 2011, at 4:31 PM, David Smith wrote: > Hi All, > > I am very pleased to announce that Riak 1.0 is tagged and officially > ready for downloading. > >

Riak Java Client 1.0rc1

2011-09-30 Thread Russell Brown
Hi, In case you want to try all the juicy new Riak 1.0 features from Java, I pushed a release candidate of the RJC to sonatype[1]. It will find its way to Maven Central as and when they sync. Just update your pom to use 1.0rc1. Not _all_ features are fully supported (head_only/return_head on PB

Re: CorrugatedIron v0.1.3 Released

2011-09-30 Thread OJ Reeves
Hi Kyle, Thanks for the feedback on our .NET client. I'm sorry to hear that you've had issues with it. I'm very keen on hearing more about the issues and details of the level of complexity you're struggling with so that Jeremiah and I can work on making it better. Configuration is one of those th

Re: Riak security

2011-09-30 Thread Aphyr
On 09/30/2011 01:28 PM, Kyle Quest wrote: Having separate nodes for reads and writes provides an opportunity for better isolation and control even when the requests are forwarded to different vnodes... I humbly suggest this is a bad idea. Varying behavior between nodes a.) is a headache to c

Re: Riak security

2011-09-30 Thread Kyle Quest
I'm not here to define a perfect infrastructure for securing NoSQL databases and Riak and go into implementation details... It's not my intention because I simply don't have time to dedicate to this big project and it's impossible to come up with a perfect solution right away. Either way asking cus

Re: Riak security

2011-09-30 Thread Aphyr
On 09/30/2011 02:50 PM, Kyle Quest wrote: I'm not here to define a perfect infrastructure for securing NoSQL databases and Riak and go into implementation details... It's not my intention because I simply don't have time to dedicate to this big project and it's impossible to come up with a perfec

Custom Extractor Syntax

2011-09-30 Thread Greg Pascale
Hi, Somewhere along the line, it looks like the mechanism for setting a custom extractor changed slightly. The documentation now says to set a property called search_extractor with the fields mod, fun and arg. It used to be a property called rs_extractfun with the fields language, function a

Re: Riak 1.0

2011-09-30 Thread 54chen
Congratulations! Can you give me an example of how the 0.14.2(bitcask) upgrade to 1.0(levelDB)? 2011/10/1 Alexander Sicular > Awesome! > > Already got it in place on my mac and ubuntu dev boxes. Smooth. > > -Alexander Sicular > > @siculars > http://siculars.posterous.com > > On Sep 30, 2011,