Re: riak java client 0.14 changelog?

2011-02-04 Thread Wilson MacGyver
Thanks, will give it a try ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Re: riak java client 0.14 changelog?

2011-02-04 Thread Dan Reverri
Hi Wilson, There is no official changelog available at the moment but you can get an idea of the changes by reviewing the commits and files changed between the versions: https://github.com/basho/riak-java-client/compare/riak-client-0.11.0...riak-client-0.14.0 It looks like protocol buffers was ad

Re: Riak Recap for Feb. 2 - 4

2011-02-04 Thread Bob Feldbauer
I can't take all the credit, as it was Jon Meredith's code that was actually used to patch the issue. - Bob On 2/4/2011 4:00 PM, Mark Phillips wrote: On Fri, Feb 4, 2011 at 2:59 PM, Eric Moritz wrote: That pull request wasn't mine. It was someone else. You are correct. (Next time I'll remem

Re: Riak Recap for Feb. 2 - 4

2011-02-04 Thread Mark Phillips
On Fri, Feb 4, 2011 at 2:59 PM, Eric Moritz wrote: > That pull request wasn't mine. It was someone else. You are correct. (Next time I'll remember to scroll higher when examining a pull request.) It looks like the code came from Bob Feldbauer. Thanks, Bob, for the contribution. And sorry for any

Re: Riak Recap for Feb. 2 - 4

2011-02-04 Thread Eric Moritz
That pull request wasn't mine. It was someone else. On Feb 4, 2011 5:14 PM, "Mark Phillips" wrote: ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

riak java client 0.14 changelog?

2011-02-04 Thread Wilson MacGyver
Hi, I noticed riak java client have been updated to 0.14, but there are no info beyond the original 0.11 version changelog. Any place I can find out what the changes are? also, any more progress on protocol buffer support yet? Thanks, -- Omnem crede diem tibi diluxisse supremum. _

Riak Recap for Feb. 2 - 4

2011-02-04 Thread Mark Phillips
may blow your mind) ---> https://github.com/websterclay/pimp_my_riak 2) The latest episode of Minute with Riak was just published. This one is all about Read Repair and Replicas. * Listen here---> http://riak.minutewith.com/pages/20110204 3) There's a new startup out there called "

Re: Using Wikitionary for large test data set

2011-02-04 Thread Sean Cribbs
Bruce, If you have the time, sanitize the code you wrote to load the data and send a pull request to the Riak Function Contrib. We'd love to have another example! https://github.com/basho/riak_function_contrib http://contrib.basho.com/ We'd also love to put a link to the sample data on the wiki

Using Wikitionary for large test data set

2011-02-04 Thread bruce kissinger
I was searching for a large data set that I could use to test Riak and I ended up using the Wikipedia Dictionary named Wiktionary. You can download it here: http://download.wikimedia.org/enwiktionary/ Wiktionary contains about 2.3 million entries and it's easy to parse the data. I just pull

Re: Is it possible to query a range of data in a bucket?

2011-02-04 Thread Jeremiah Peschka
I know that the fine folks at Basho are looking into implementing secondary indexes, however secondary indexes are difficult to implement in Riak. Riak isn't aware of how you're storing your data, so it could be JSON, XML, plain text, or some kind of binary data. I wrote about a naive implementatio

Re: Riak Cluster Setup on EC2

2011-02-04 Thread Abhishek Kona
On 02/02/11 8:38 PM, Sean Cribbs wrote: Abhishek, First, make sure all of your nodes are in the same security group. Yes, both the machines are on the same security group ( which has only the ports 8098, 8099, 8087). Second, check that your OS doesn't have an additional firewall installed

Re: Is it possible to query a range of data in a bucket?

2011-02-04 Thread Joshua Partogi
Hi Runar, Is that official from Basho? It looks like it's only a comment. Kind regards, Joshua On Friday, February 4, 2011, Runar Jordahl wrote: > I think Alexander sums it up very well. But there are plans for > secondary indices: > > http://blog.epigent.com/2010/12/riak-considers-secondary-in

Re: Is it possible to query a range of data in a bucket?

2011-02-04 Thread Runar Jordahl
I think Alexander sums it up very well. But there are plans for secondary indices: http://blog.epigent.com/2010/12/riak-considers-secondary-indices.html Runar 2011/2/4 Joshua Partogi : > Hi all, > > In riak, is it possible to query a range of data in a bucket instead of > fetching all of them? I