understand it.
On 2/2/2012 9:40 AM, Ryan Zezeski wrote:
Carl,
There is currently no GROUP BY or aggregate function support
for Riak indexes. I think range query fed into map/reduce is a
good option. Another option is to run a 2i term quer
I have a bucket containing about 1,000 records. These records are
indexed on a property let's call "flavor". There are only about 10
different flavors.
Is there a way I could query the flavor_bin index to discover what these
unique values are? The brute-force method would be a map-reduce doing
Check the security settings on your EC2 instances. Those settings
include which ports are open.
On 1/31/2012 7:40 AM, balasundaram karthikeyan wrote:
Hi all
I have installed the Riak induvidually in two EC 2 instances and
It would be more efficient in disk reads if the keys output by one
index search could somehow constrain the second one, and so on.
On Wed, Jan 25, 2012 at 9:50 AM, Jeremiah Peschka
wrote:
I have no idea if there
I am trying to write a record with
Riak supplying the key. According to the information at
http://wiki.basho.com/HTTP-Store-Object.html the following should work:
curl
-X POST -d "foo" -H "Content-Type: text/plain"
http://host:port/buckets/mybk
Yes, this is a 32-bit system. So far I still get those errors even
with the change to ~/.bashrc
I notice that my default LD_LIBRARY_PATH is completely empty,
though.
On 1/23/2012 8:38 AM, Jared Morrow wrote:
They might indeed be on your system, but are simply
Thank you, that fixed the SSL problem and I was able to install the .deb
correctly, so I can get on with my experiments. There does seem to be a
problem with how configure is doing its ">=" tests though.
But eventually I will want to run multiple instances on one node to play
with failover, etc.
I am trying to install Riak 1.0.3 on my Linux Mint 12 system. Linux
Mint is basically Ubuntu but with a more pure GNOME user interface.
I wanted to be able to run multiple instances on one node so first I
tried to build from source. I have Erlang R15B installed. I modified
the various rebar.con