[ANN] Yokozuna 0.7.0
Riak Users, Today I'm excited to bring you the 0.7.0 release of Yokozuna. It includes some new features such as an upgrade to Solr 4.3.0, isolation of index failures, one-to-many index-to-buckets relationship, and map-reduce support. There is also a performance improvement in index throughput. Along with several bug fixes. See the release notes for more detail. https://github.com/basho/yokozuna/blob/master/docs/RELEASE_NOTES.md#070 Once again I have forgone the EC2 AMI. Only a source package is available. You can find instructions for installing on the INSTALL page. https://github.com/basho/yokozuna/blob/master/docs/INSTALL.md For those that have been using Yokozuna. The one-to-many change is a breaking change. Creating an index no longer implicitly indexes the bucket with the same name. Two steps must be performed. FIrst you create the index as before. Second you add a bucket property 'yz_index' whose value is the name of the index you wish to index that bucket under. There is an example in the README. https://github.com/basho/yokozuna#creating-an-index -Z ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
Re: [ANN] Yokozuna 0.7.0
What level of PBC integration can we expect from Yokozuna? Is that developed but not documented or is that a TBA feature? --- Jeremiah Peschka - Founder, Brent Ozar Unlimited MCITP: SQL Server 2008, MVP Cloudera Certified Developer for Apache Hadoop On Mon, Jul 1, 2013 at 8:46 AM, Ryan Zezeski wrote: > Riak Users, > > Today I'm excited to bring you the 0.7.0 release of Yokozuna. It includes > some new features such as an upgrade to Solr 4.3.0, isolation of index > failures, one-to-many index-to-buckets relationship, and map-reduce > support. There is also a performance improvement in index throughput. > Along with several bug fixes. See the release notes for more detail. > > https://github.com/basho/yokozuna/blob/master/docs/RELEASE_NOTES.md#070 > > Once again I have forgone the EC2 AMI. Only a source package is > available. You can find instructions for installing on the INSTALL page. > > https://github.com/basho/yokozuna/blob/master/docs/INSTALL.md > > For those that have been using Yokozuna. The one-to-many change is a > breaking change. Creating an index no longer implicitly indexes the bucket > with the same name. Two steps must be performed. FIrst you create the > index as before. Second you add a bucket property 'yz_index' whose value > is the name of the index you wish to index that bucket under. There is an > example in the README. > > https://github.com/basho/yokozuna#creating-an-index > > -Z > > ___ > riak-users mailing list > riak-users@lists.basho.com > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com > > ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
Riak Recap for June 20 - 30
Afternoon, Morning, Evening to All - This Recap comes to you live from Falmouth, MA. On the off chance that anyone is in/around the area and wants to talk about databases, ping me. A few things to take care of before we move on: * We've got about half the RICON East videos live (including Reid's talk on Riak CS that went live this morning), so go watch them and buy a ticket to West while you're are it. - http://ricon.io/archive/2013/east.html * Basho is hiring a few more Technical Evangelists, specifically in Austin, TX and the Washington, D.C., area. If you or someone you know is interested in making Riak the biggest database in the world (adoption, not LOC), ping me. Check out this blog post if you're looking for more info on what TEs do here at Basho. - http://www.themarkphillips.com/2012/11/06/Month-One-For-Basho-TEs.html Enjoy. Mark twitter.com/pharkmillups Riak Recap for June 20 - 30 The Tier 3 crew wrote some docs on how to use their new object storage service (that runs on Riak CS). - http://help.tier3.com/entries/21649725-Using-Object-Storage-via-REST-API-AWS-SDK Basho Hacker Andrew Thompson wrote a blog post about package management. - http://vagabond.github.io/2013/06/21/z_packagers-dont-know-best/ He also wrote a follow up: - http://vagabond.github.io/2013/06/21/zz_packaging-and-the-tide-of-history/ Aphyr wrote a piece for InfoQ about his Jepsen framework and how to break databases. - http://www.infoq.com/articles/jepsen Brian Dunavant wrote a blog post about running Riak on SSDs and how that impacted various components of their production deployment. - http://www.phishie.com/wordpress/2013/06/eventually-consistant-performance/ The team at Trifork wrote a blog called "EFFICIENTLY STORING YOUR DOMAIN MODEL IN RIAK." - http://blog.trifork.com/2013/06/20/efficiently-storing-your-domain-model-in-riak/ Basho Hacker Eric Redmond's Railsberry talk "Distributed patterns you should know" is now online. - https://vimeo.com/68757697 He also gave a variation of this talk at Ancient City Ruby called "Distributed Patterns in Ruby." - http://www.youtube.com/watch?v=Adu_dbcnUHA&feature=youtu.be Basho Hacker C.S. Meiklejohn wrote a blog post about something he's been working on called "Riak PG" - distributed process groups for Erlang (built on riak_core). - http://christophermeiklejohn.com/erlang/riak/crdt/2013/06/24/introducing-riak-pg-distributed-process-groups-for-erlang.html Daniel Kvasnička wrote and released a Riak client written in Racket. - https://github.com/dkvasnicka/racket-riak Sean Cribbs is giving a talk at All Your Base Conference this October in Oxford called "Practical Eventually-Consistent Web Apps on Riak." - http://lanyrd.com/2013/all-your-base/sckfzk/ Basho TE Joel Jacobson and ardent Riak user Age Mooji will be presenting on all things Riak at the NoSQL Netherlands Meetup on July 24th in Amsterdam. - http://www.meetup.com/nosql-nl/events/127354632/ Q & A - http://stackoverflow.com/questions/17118061/403-forbidden-while-creating-admin-user-in-riak-cs ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
Re: [ANN] Yokozuna 0.7.0
Yokozuna supports protobuff already. It uses the same protocol as current Riak Search so it is currently limited to that feature set. It should "just work". However, currently, if both Riak Search and Yokozuna are enabled then Riak Search will handle all queries. Are you asking in regards to CorrugatedIron by chance? -Z On Mon, Jul 1, 2013 at 12:29 PM, Jeremiah Peschka < jeremiah.pesc...@gmail.com> wrote: > What level of PBC integration can we expect from Yokozuna? Is that > developed but not documented or is that a TBA feature? > > --- > Jeremiah Peschka - Founder, Brent Ozar Unlimited > MCITP: SQL Server 2008, MVP > Cloudera Certified Developer for Apache Hadoop > > > On Mon, Jul 1, 2013 at 8:46 AM, Ryan Zezeski wrote: > >> Riak Users, >> >> Today I'm excited to bring you the 0.7.0 release of Yokozuna. It >> includes some new features such as an upgrade to Solr 4.3.0, isolation of >> index failures, one-to-many index-to-buckets relationship, and map-reduce >> support. There is also a performance improvement in index throughput. >> Along with several bug fixes. See the release notes for more detail. >> >> https://github.com/basho/yokozuna/blob/master/docs/RELEASE_NOTES.md#070 >> >> Once again I have forgone the EC2 AMI. Only a source package is >> available. You can find instructions for installing on the INSTALL page. >> >> https://github.com/basho/yokozuna/blob/master/docs/INSTALL.md >> >> For those that have been using Yokozuna. The one-to-many change is a >> breaking change. Creating an index no longer implicitly indexes the bucket >> with the same name. Two steps must be performed. FIrst you create the >> index as before. Second you add a bucket property 'yz_index' whose value >> is the name of the index you wish to index that bucket under. There is an >> example in the README. >> >> https://github.com/basho/yokozuna#creating-an-index >> >> -Z >> >> ___ >> riak-users mailing list >> riak-users@lists.basho.com >> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com >> >> > ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
Re: [ANN] Yokozuna 0.7.0
You got it. After pushing 1.4 out the door in a few days, we're considering adding in support for switching out Riak Search for Yokozuna. Your use of cURL (the most full featured Riak client EVAR™) made me curious whether or not there was support for PBC yet within your yokozuna code. I'll hit you up directly should I run into any weirdness. --- Jeremiah Peschka - Founder, Brent Ozar Unlimited MCITP: SQL Server 2008, MVP Cloudera Certified Developer for Apache Hadoop On Mon, Jul 1, 2013 at 9:50 AM, Ryan Zezeski wrote: > Yokozuna supports protobuff already. It uses the same protocol as current > Riak Search so it is currently limited to that feature set. It should > "just work". However, currently, if both Riak Search and Yokozuna are > enabled then Riak Search will handle all queries. > > Are you asking in regards to CorrugatedIron by chance? > > -Z > > > On Mon, Jul 1, 2013 at 12:29 PM, Jeremiah Peschka < > jeremiah.pesc...@gmail.com> wrote: > >> What level of PBC integration can we expect from Yokozuna? Is that >> developed but not documented or is that a TBA feature? >> >> --- >> Jeremiah Peschka - Founder, Brent Ozar Unlimited >> MCITP: SQL Server 2008, MVP >> Cloudera Certified Developer for Apache Hadoop >> >> >> On Mon, Jul 1, 2013 at 8:46 AM, Ryan Zezeski wrote: >> >>> Riak Users, >>> >>> Today I'm excited to bring you the 0.7.0 release of Yokozuna. It >>> includes some new features such as an upgrade to Solr 4.3.0, isolation of >>> index failures, one-to-many index-to-buckets relationship, and map-reduce >>> support. There is also a performance improvement in index throughput. >>> Along with several bug fixes. See the release notes for more detail. >>> >>> https://github.com/basho/yokozuna/blob/master/docs/RELEASE_NOTES.md#070 >>> >>> Once again I have forgone the EC2 AMI. Only a source package is >>> available. You can find instructions for installing on the INSTALL page. >>> >>> https://github.com/basho/yokozuna/blob/master/docs/INSTALL.md >>> >>> For those that have been using Yokozuna. The one-to-many change is a >>> breaking change. Creating an index no longer implicitly indexes the bucket >>> with the same name. Two steps must be performed. FIrst you create the >>> index as before. Second you add a bucket property 'yz_index' whose value >>> is the name of the index you wish to index that bucket under. There is an >>> example in the README. >>> >>> https://github.com/basho/yokozuna#creating-an-index >>> >>> -Z >>> >>> ___ >>> riak-users mailing list >>> riak-users@lists.basho.com >>> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com >>> >>> >> > ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com