Commit Graph

11 Commits

Author SHA1 Message Date
Eric Redmond
0f6cda672b Bucket type missing from MR verify, search with wildcard 2014-05-08 21:38:41 -07:00
Eric Redmond
9d0b6044ec YZ mapred test needs new search_index bucket prop 2013-11-26 11:20:38 -08:00
Ryan Zezeski
24be991c13 Ditch the crazy bucket vs. index idea
The "bucket" is the "index".  Chalk it up to poor naming make a long
time ago.  We're only human.
2013-09-24 22:30:38 -04:00
Ryan Zezeski
885a98867e Update crypto call for 16B02 2013-09-24 02:40:26 -04:00
Bryan Fink
7f329aff32 rip out second bucket of data, because bucket filter is no longer used
yokozuna mapred_search no longer adds a bucket-name filter when
mapred-searching a bucket, so don't test for it working here
2013-09-23 16:03:20 -04:00
Bryan Fink
64cd4455fa use mochijson2 format for search mapred inputs
we have ripped out the earlier {index, Index} option to simplify things
2013-09-23 15:06:46 -04:00
Bryan Fink
42a8981dc6 make riak_search default mapred search provider
if both riak_search and yokozuna are enabled, but the
riak_kv:mapred_search appenv has not been set, default to riak_search
2013-09-23 14:40:33 -04:00
Bryan Fink
e1f00ab364 verify that yz bucket mr search only produces keys for that bucket
it will be translating the bucket search to an index search, but it
should also be filtering that index search by the bucket name
2013-09-19 15:07:06 -04:00
Bryan Fink
6c69244c04 check direct index mr search directly
to make sure that riak_search unmaps and that yokozuna doesn't remap
2013-09-19 14:21:32 -04:00
Bryan Fink
6f81c63efe separate yz bucket name from index name
since they don't map 1:1, make sure the translation takes place

also add a wait for the index to become available before writing data
for it
2013-09-19 13:59:35 -04:00
Bryan Fink
d6908e50ed test that riak uses the correct search system for "search" mr inputs
Riak attempts to choose the correct search system (riak_search or
yokozuna) to provide MapReduce inputs when {search, Bucket, Query} is
specified. The `mapred_search_switch` test makes sure that the expected
system is chosen, given the cluster's configuration (whether riak_search
and yokozuna are each enabled, and whether the choice of which to use
has been set explicitly).
2013-09-19 13:03:53 -04:00