where did my data go when I write to riak?

2012-12-18 Thread David Montgomery
Hi, I am using latest ubuntu release for 64. I am writing to riak and i get no errors. Then againgiven a key...,I also get no data. Where did it go? How does one debug riak when you write to riak..it looks like a success, get no data when get by key and get no errors. To start, I wrote to

Ripple TestServer Fails Running Tests

2012-12-18 Thread Ariel Valentin
We've have run into a few challenges using Ripple::TestServer and was wondering if someone here may be able to shed a little light. We experienced intermittent failures when trying to run integration tests saying that the test server could not find open pipes. We aren't certain why this is happeni

Ripple file attachments

2012-12-18 Thread Ariel Valentin
Does Ripple provide file attachement functionality similar to paperclip or attachement_fu? I'd like to be able to attach binary data to a Ripple Document object that is being stored in a different bucket. Ariel Valentin e-mail: ar...@arielvalentin.com website: http://blog.arielvalentin.com skype:

Re: Riak handling of mismatched n_val within cluster

2012-12-18 Thread David Lowell
We're not entirely sure of the exact timeline. But here's what we think happened. We were building a new cluster, and put a common config on both boxes with default n_val = 3. We then manually changed that config on both boxes to n_val=1. We restarted riak on one of the nodes, but forgot to rest

Re: Riak handling of mismatched n_val within cluster

2012-12-18 Thread Mark Phillips
Hey David, So the short answer is that we don't have anything in place that will complain wildly if this happens. This, however, should not be the case. Before I go file an issue, out of curiosity, how did this happen? Did you set the n_val differently in the app.config of each node before you sta

Re: Trying to revamp the clj-riak driver

2012-12-18 Thread Reid Draper
On Dec 18, 2012, at 4:05 PM, bgp2396 wrote: > Thanks! I did check out both of those, but as far as I could tell neither one > supported conflict resolution, or at least it's not documented. If it is > supported, do you think you could give an example of how to do it with sumo? > I tried passi

Re: Trying to revamp the clj-riak driver

2012-12-18 Thread bgp2396
That works, thanks so much for the help! :) --- On Tue, 12/18/12, Reid Draper wrote: > From: Reid Draper > Subject: Re: Trying to revamp the clj-riak driver > To: "bgp2396" > Cc: riak-users@lists.basho.com > Date: Tuesday, December 18, 2012, 5:21 PM > > On Dec 18, 2012, at 4:05 PM, bgp2396 >

Re: Riak Production cluster

2012-12-18 Thread Iouri Kostine
Thank you Heffergm, Deepak, This info is much appreciated. Iouri On Dec 17, 2012, at 12:50 PM, heffergm wrote: > As to a few specifics surrounding what was mentioned above (I'm running Riak > on RHEL 6 on dedicated Rackspace gear): > > - RAID 10 if you've got the money for the drives and can w

Re: Riak Search - searching across all fields

2012-12-18 Thread Alexander Sicular
I only mention this as I too have a small userbase/data footprint for one of my projects and in that project I have "squashed" all fields together in a catchall field within a json blob exactly because of this problem. Because of the project size doing so is an acceptable performance hit in term

Re: Trying to revamp the clj-riak driver

2012-12-18 Thread bgp2396
Thanks! I did check out both of those, but as far as I could tell neither one supported conflict resolution, or at least it's not documented. If it is supported, do you think you could give an example of how to do it with sumo? I tried passing in the :vector-clock with in the map you pass into p

Re: Trying to revamp the clj-riak driver

2012-12-18 Thread Reid Draper
For a more up-to-date Clojure client, I'd recommend looking at Welle [1] or Sumo [2]. Not to discourage you from doing some hacking, just throwing some other options out there. [1] http://clojureriak.info/ [2] https://github.com/reiddraper/sumo Reid On Dec 18, 2012, at 3:12 PM, bgp2396 wrote:

Firewall problem: fatal: Unable to find remote helper for 'http'

2012-12-18 Thread Jared Morrow
Forgot to reply-all. -- Forwarded message -- From: Jared Morrow Date: Tue, Dec 18, 2012 at 1:36 PM Subject: Re: Firewall problem: fatal: Unable to find remote helper for 'http' To: "Chenini, Mohamed" Oh, no, if you have patch on your system, just delete that conditional and hav

RE: Firewall problem: fatal: Unable to find remote helper for 'http'

2012-12-18 Thread Chenini, Mohamed
I have an older version of make: ~/riak-1.2.1> make -v GNU Make 3.80 Copyright (C) 2002 Free Software Foundation, Inc. Should I replace patch in ?= patch by 3.80 ? else PATCH?= patch Like this: else PATCH?= 3.80 Please advise. Thanks. From: Jared Morrow [mailto

Trying to revamp the clj-riak driver

2012-12-18 Thread bgp2396
I'm working on updating this driver to be in some kind of working state: https://github.com/mmcgrana/clj-riak I've actually made some good progress, you can find my fork of it here: https://github.com/mediocregopher/clj-riak I've gotten all the dependencies and such updated, and (afaik) all of th

Re: Firewall problem: fatal: Unable to find remote helper for 'http'

2012-12-18 Thread Jared Morrow
That's usually a problem with the make version. What version are you running make -v? GNU Make 3.81 (2006) and later will accept multiple else directives. If you are on an old system where you can't upgrade Make, you can look at that line https://github.com/basho/erlang_js/blob/1.2/c_src/Makefile#L

RE: Firewall problem: fatal: Unable to find remote helper for 'http'

2012-12-18 Thread Chenini, Mohamed
First thanks for the quick response. I followed the steps in "Installation on Closed Networks" section and could pass the "Cloning into 'leveldb'..." issue. But now I am getting this error: Compiled src/luke_flow_sup.erl ==> erlang_js (compile) make[1]: Entering directory `/home/u1c332/riak-1.2

Re: Firewall problem: fatal: Unable to find remote helper for 'http'

2012-12-18 Thread Jared Morrow
Yes, see the "Installation on Closed Networks" section here http://docs.basho.com/riak/latest/tutorials/installation/Installing-Riak-from-Source/ -Jared On Tue, Dec 18, 2012 at 12:15 PM, Chenini, Mohamed wrote: > Hi, > > ** ** > > I am trying to build riak-1.2.1. The make command :~/riak-

Firewall problem: fatal: Unable to find remote helper for 'http'

2012-12-18 Thread Chenini, Mohamed
Hi, I am trying to build riak-1.2.1. The make command :~/riak-1.2.1> make gives this known error: ==> eleveldb (get-deps) Cloning into 'leveldb'... fatal: Unable to find remote helper for 'http' ERROR: Command ['get-deps'] failed! make: *** [deps] Error 1 I saw a resolution on the net saying to

Re: Riak Search - searching across all fields

2012-12-18 Thread Mark Phillips
On Tue, Dec 18, 2012 at 11:24 AM, Ryan Zezeski wrote: > > > > On Sat, Dec 15, 2012 at 12:43 AM, Matt Painter wrote: > > > The fork of Riak used by Yokozuna is extremely minimal. It mostly consist > of bundling the yokozuna library and sending the KV data so it can be > indexed. The goal is and

Re: Riak Search - searching across all fields

2012-12-18 Thread Ryan Zezeski
On Sat, Dec 15, 2012 at 12:43 AM, Matt Painter wrote: > Thanks so much Ryan - yokozuna sounds most promising. If I were building a > small system (relatively simple, small user base) that will be > production-ready in a few months, do you think that Yokozuna could cut the > mustard? I see that it

Re: "Failed to create ~p for mapred_queue_dir defaulting to %s: ~p" ["/data/riak/mr_queue", "/tmp/mr_queue", eacces]

2012-12-18 Thread Shane McEwan
On 18/12/12 04:52, David Montgomery wrote: Below is the head of the console.log file. First error is "Failed to create ~p for mapred_queue_dir defaulting to %s: ~p" ["/data/riak/mr_queue","/tmp/mr_queue",eacces] G'day! "eacces" means there's a permission problem. After mounting the filesyste