I've just inserted some data into a six node Riak 1.3.1 EE cluster. The
keys are all SHA256s. The bucket previously had somewhere in
the vicinity of 1 million objects.
A MR job using the $key 2i with a range of '0' to 'Z', which should cover
all possible SHA256s, and using
both riak_kv_mapreduce
David,
Riak does indeed work on EC2, we have many customers who deploy exclusively
to EC2. We also happened to do some large cluster testing on ec2 this week
so I know nothing has suddenly gone awry.
Your problem seems to be you using your external IP rather than your
internal IP in your configu
Hi David,
Sorry to hear you're having difficulties. From what I can tell, you're
simply looking to spin up a new cluster, correct? If so, riak-admin cluster
replace is not the command you want.
If you're attempting to rename your riak nodes and bind them to an AWS EIP,
you can follow these instru
Hi,
I am trying to get riak to work on ubuntu 12.04 and is proving not to be a
friendly install on ec2.
1) I am using riak_1.3.1-1_amd64.deb and have libssl0.9.8 installed
2) I stop riak then run
riak-admin cluster replace riak@127.0.0.1 r...@xxx.xxx.xxx.xxx
riak-admin cluster plan
riak-admin
Hi thanks, I was actually coming to the conclusion that to get this to work
in my situation, I would need to embed a client side vector.
On Thu, Jun 20, 2013 at 5:34 PM, Jordan West wrote:
> Jeremy,
>
> What you are running into sounds a lot like the problems described in [1].
>
> Jordan
>
> [1
Jeremy,
What you are running into sounds a lot like the problems described in [1].
Jordan
[1] https://github.com/ricardobcl/Dotted-Version-Vectors
On Tue, Jun 18, 2013 at 12:58 PM, Jeremy Ong wrote:
>
>
>
> On Tue, Jun 18, 2013 at 12:57 PM, Jeremy Ong wrote:
>
>> Suppose I have two sources w
I have objects in buckets that need to be updated based on their previous
value. As per the documentation, I've implemented a sibling-resolution
strategy that can deal with the writes happening in different orders, and
implemented it on the client side. This of course requires me to set
"allow_mult
Did you restart Stanchion and Riak-CS after changing the config? Do you
have {anonymous_user_creation, true} in riak-cs app.config ?
-Andrew
On Thu, Jun 20, 2013 at 7:59 AM, Rahul Bongirwar <
bongirwar.rahul...@gmail.com> wrote:
> Hi,
>
> Actually i am getting this error while creating a first
Hi Rahul, I'm bringing this back on list in case anyone else has this issue.
Did you create an admin user as in step 4 listed here?
http://docs.basho.com/riakcs/latest/tutorials/fast-track/Building-a-Local-Test-Environment/#Installing-Additional-Nodes
-Andrew
On Tue, Jun 18, 2013 at 1:44 AM, Ra