Re: Manipulating CRDTs inside commit hooks/mapreduces

2015-05-07 Thread Drew Kerrigan
e not easy to find. If / when postcommit hooks fail, you will get almost no notice that such a failure occurred because the PUT to the bucket which has the commit hook will return a success to the client whether or not the commit hook succeeds. Dre

Re: SolrSpatial Problem

2015-06-01 Thread Drew Kerrigan
Hello Sinh Here is a working example of the setup for a "find all records within X miles of a lat,lon point": https://gist.github.com/drewkerrigan/c7cabcbc46c10957248e Without digging too much into the exact problem you're encountering, I think at a high level you should not be attempting to mod

Re: Recommended way to delete keys

2015-06-03 Thread Drew Kerrigan
Another idea for a large-scale one-time removal of data, as well as an opportunity for a fresh start, would be to: 1. set up multi-data center replication between 2 clusters 2. implement a recv/2 hook on the sink which refuses data from the buckets / keys you would like to ignore / delete 3. trigg

Re: For erlang proplist object, extractor is needed?

2015-08-08 Thread Drew Kerrigan
Hello Hao, Riak object values must be supplied to Riak as binary, are you attempting to store the proplist using term_to_binary/1? If so, you would need to create a custom search extractor for your values. Here is a small tutorial on creating extractors for yokozuna: http://docs.basho.com/riak/lat

Re: Riak Recap - August 31, 2015

2015-09-02 Thread Drew Kerrigan
Hi Christopher, the Vagrantfile was moved to a separate repo: https://github.com/basho-labs/vagrant-riak-mesos That being said, this project is a moving target, and you can expect changes over the next few days. I intend to upload the precompiled artifacts this week to enable builds to happen on o

Re: cuttlefish

2015-11-08 Thread Drew Kerrigan
as well. Drew Kerrigan On Thu, Oct 29, 2015, 10:08 AM Michael Martin wrote: > It's not open source yet. It needs quite a bit more testing before I'm > comfortable releasing it into > the wild, but that will happen soon, I hope. > > > On 10/29/2015 11:42 AM, Luke

Re: Riak search on an index limited to only 1 bucket

2016-05-13 Thread Drew Kerrigan
@Alex please kindly take a look at the default solr schema for Riak Search. You should have based your custom schema on this (if you've created a custom schema): https://docs.basho.com/riak/kv/2.1.4/developing/usage/search-schemas/ -> https://raw.githubusercontent.com/basho/yokozuna/develop/priv/de

Re: dc/os stuff

2017-07-06 Thread Drew Kerrigan
I am indeed at Mesosphere now, I've reached out to Charles directly. Cheers! Drew On Thu, Jul 6, 2017 at 4:33 PM Christopher Meiklejohn < christopher.meiklej...@gmail.com> wrote: > The maintainer no longer works at Basho, but I believe he does work at > Mesosphere now, so it might be worth reach

Re: Riak and the demise of Basho

2017-09-06 Thread Drew Kerrigan
+1 to Apache 2 for MDC and other relevant EE repos. On Wed, Sep 6, 2017 at 9:02 AM DeadZen wrote: > Sept 16 is software freedom day, a release that day might be a nice idea. > > On Wed, Sep 6, 2017 at 8:37 AM, Christopher Meiklejohn > wrote: > > Given that all of the code except for MDC (and ma