Re: Collecting unique index values

2012-02-02 Thread Carl
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

Collecting unique index values

2012-02-01 Thread Carl
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

Re: Issues regarding the installation of Riak in EC2

2012-01-31 Thread Carl
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

Re: Querying Multiple Indices

2012-01-25 Thread Carl
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

How to write a record with no key

2012-01-24 Thread Carl
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

Re: Installing riak fails due to missing libssl

2012-01-23 Thread Carl
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

Re: Installing riak fails due to missing libssl

2012-01-22 Thread Carl
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.

Installing riak fails due to missing libssl

2012-01-22 Thread Carl
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