Hi Simon -
Did you copy the .beam file for your custom extractor to a directory
in the Erlang VM's code path?
If you run "pgrep -a beam.smp" you'll see an argument to beam.smp like this:
-pa /home/lbakken/Projects/basho/riak_ee-2.1.1/rel/riak/bin/../lib/basho-patches
On my machine, that adds th
Hi,
I’m currently experimenting with riak 2.1.1 for a project. I recently ran into
some trouble with yokozuna trying to register a custom extractor.
I’m not sure how I ended up in that situation, but I’m currently stuck with my
cluster's yokozuna_extractor_map equal to the atom ignore…
I remem