HTTP streaming search and/or 2i results

2013-03-21 Thread Sc Rew
Hi, What is the best way to stream Riak Search and/or Secondary Index results through the HTTP API? MapReduce has this chunked attribute, but I haven't seen anything like that at the other places. Is it possible to do it? Best,   Screw___ riak-users m

RE: Getting basho_bench to work.

2013-03-21 Thread Kevin Burton
I have been physically to each node and the process is running. I can get a list of the members of the cluster and it identifies each member by its name. = Membership == Status RingPendingNode -

Re: [ANN] Riak CS Is Now Open Source!

2013-03-21 Thread Mikhail Sobolev
Hi, I think for the sake of the archive I'd copy the following comments from NH[1]: dsimms Mark, does CS fulfill the role Luwak formerly did? What's better and/or different about CS vs Luwak? eredmond In a sense, yes. Luwak was just basically plain-old Riak with some support fo

Re: Basho Bench httpraw shows no data for op

2013-03-21 Thread Christian Steinmann
On machine one I got the Error: 02:13:16.583 [info] Application basho_bench started on node nonode@nohost 02:13:16.591 [debug] Supervisor inet_gethost_native_sup started undefined at pid <0.94.0> 02:13:16.592 [debug] Supervisor kernel_safe_sup started inet_gethost_native:start_link() at pid <0

Which chef cookbook?

2013-03-21 Thread Brian Akins
We have been maintaining our our chef cookbook for riak because the old basho one didn't fit our needs. As part of testing riak-cs I see there appears to be a fork that is referenced in the fast-track (via the Vagrant instructions) https://github.com/hectcastro/riak-chef-cookbook.git Is this the

Re: Which chef cookbook?

2013-03-21 Thread Chris Read
We just rolled our own, and been pretty happy with it... On Thu, Mar 21, 2013 at 11:14 AM, Brian Akins wrote: > We have been maintaining our our chef cookbook for riak because the > old basho one didn't fit our needs. As part of testing riak-cs I see > there appears to be a fork that is refere

fail install apt-get on i386

2013-03-21 Thread Hiroki OHTSUKA
fail install apt-get on i386 pc. I think too bad files. http://apt.basho.com/dists/precise/Contents-i386 it file size is 0 Byte. must in file list ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-

Re: fail install apt-get on i386

2013-03-21 Thread Mikhail Sobolev
Hi Hiroki, On Thu, Mar 21, 2013 at 09:02:25PM +0900, Hiroki OHTSUKA wrote: > fail install apt-get on i386 pc. > > I think too bad files. > > http://apt.basho.com/dists/precise/Contents-i386 > > it file size is 0 Byte. must in file list I believe they provide i386 version of the package for

Re: Which chef cookbook?

2013-03-21 Thread Hector Castro
Hey Brian, That fork was put in place temporarily until the riak_cs_kv_multi_backend specific bits were merged into basho/riak-chef-cookbook. As of right now, the changes have been merged, but the Berkshelf reference (in hectcastro/vagrant-riak-cs-cluster) hasn't been updated. The primary Chef coo

Re: HTTP streaming search and/or 2i results

2013-03-21 Thread Sean Cribbs
Hi, Search does not stream (and probably will not) because the number of results it returns is always bounded. We are looking into ways to make Secondary Indexes stream results for the next release, along with sorting/pagination/limiting, but code freeze for 1.4 is not until late April. On Wed, M

Re: fail install apt-get on i386

2013-03-21 Thread Jared Morrow
Yes, this is true. If you would like to make your own package for 32bit, you can build from source and do a 'make package', but we highly recommend you consider moving off of a 32bit platform to a 64bit one. In the future we will most likely drop 32bit packages entirely. -Jared On Thu, Mar 21,

Re: [ANN] Riak CS Is Now Open Source!

2013-03-21 Thread Les Mikesell
On Thu, Mar 21, 2013 at 3:52 AM, Mikhail Sobolev wrote: > > In a sense, yes. Luwak was just basically plain-old Riak with some > support for huge files. CS is a full solution for storing large > assets, along with multitenancy, role management, reporting, > monitoring and pretty mu

Re: fail install apt-get on i386

2013-03-21 Thread Hiroki OHTSUKA
thanks replay. It understand, tried on ubuntu 12.04 on 32bit... will retry install for other 64bit pc. thanks!! 2013/3/21 Jared Morrow : > Yes, this is true. If you would like to make your own package for 32bit, > you can build from source and do a 'make package', but we highly recommend > you

Riak CS : "405 (Method Not Allowed)" when creating a bucket

2013-03-21 Thread Jean-Baptiste Barth
Hi, First congratulations for open-sourcing Riak CS ! Thanks to the "fast track" docs I now have a vagrant VM which runs Riak CS and I have been able to define admin credentials. Now I'm trying to use the whole thing with s3cmd as proposed in http://docs.basho.com/riakcs/latest/tutorials/fast-tra

Re: Riak CS : "405 (Method Not Allowed)" when creating a bucket

2013-03-21 Thread Jared Morrow
Jean-Baptiste, Bucket creation is one of the operations handled by 'stanchion'. So, make sure you've install stanchion installed on only one node and that all riak-cs nodes are pointing at that one stanchion node. If that all looks fine, the second thing to check is that the admin credentials ma

Re: [ANN] Riak CS Is Now Open Source!

2013-03-21 Thread Kelly McLaughlin
Riak CS does not use chunk level deduplication. We made the decision to avoid the complexity required for a robust deduplication scheme at the cost of extra disk usage in part to ensure that there is a sane way to delete items. > Does CS perform any chunk-level de-dup like Luwak? And if so, doe

Re: No more disk space on a node of my Riak cluster

2013-03-21 Thread Evan Vigil-McClanahan
Handoff is done by default on port 8099. I guess what I am getting at here is that this doesn't look like an obvious riak problem, it's more likely that something on your network or on your nodes is closing or interrupting those sockets; you'd most likely get a different error if something interna

Re: No more disk space on a node of my Riak cluster

2013-03-21 Thread Godefroy de Compreignac
But I don't understand what could stop transfers. Maybe a kernel setting? How could I find out? -- Godefroy de Compreignac Eklaweb CEO - www.eklaweb.com EklaBlog CEO - www.eklablog.com +33(0)6 11 89 13 84 http://www.linkedin.com/in/godefroy http://twitter.com/Godefroy 2013/3/21 Evan Vigil-McC

Re: fail install apt-get on i386

2013-03-21 Thread Mikhail Sobolev
Hi Hiroki, On Thu, Mar 21, 2013 at 08:36:48AM -0600, Jared Morrow wrote: > Yes, this is true. If you would like to make your own package for 32bit, > you can build from source and do a 'make package', but we highly recommend > you consider moving off of a 32bit platform to a 64bit one. In the fu

Re: No more disk space on a node of my Riak cluster

2013-03-21 Thread Evan Vigil-McClanahan
It could be a large number of things, unfortunately. To go through them all it somewhat outside of my skill set. Maybe someone more network savvy can provide some pointers? Perhaps checking with your network admin, or turning any software firewalls on your nodes completely off, as a test? On Th

Re: No more disk space on a node of my Riak cluster

2013-03-21 Thread Godefroy de Compreignac
Ok thanks Evan. I didn't post them before on this thread because I thought it was just "info", but I have *a lot* of messages like these: 2013-03-21 20:13:23.945 [info] <0.12276.176>@riak_core_sysmon_handler:handle_event:85 monitor busy_dist_port <0.29558.176> [{initial_call,{riak_core_vnode,init,

Re: No more disk space on a node of my Riak cluster

2013-03-21 Thread Evan Vigil-McClanahan
busy_dist_ports usually means that you're trying to push too much data over your connections, but there are also other things that can trigger it. you can tune the amount of buffer that distributed erlang provides by adding +zdbbl where is the buffer size *in KB* *per other node in the cluster*

Re: Riak CS : "405 (Method Not Allowed)" when creating a bucket

2013-03-21 Thread Jean-Baptiste Barth
2013/3/21 Jared Morrow > Bucket creation is one of the operations handled by 'stanchion'. So, make > sure you've install stanchion installed on only one node and that all > riak-cs nodes are pointing at that one stanchion node. > Yep that's the case. Stanchion is running fine it seems, nothing

Re: Riak CS : "405 (Method Not Allowed)" when creating a bucket

2013-03-21 Thread Kelly McLaughlin
Jean-Baptiste, It seems like something is not properly configured, but I am not really able to spot anything obvious that is wrong from the gist you provided. What operating system are you testing on and are you using packages or have you built from source? Could you also gist your riak_cs app.con

Re: Riak CS : "405 (Method Not Allowed)" when creating a bucket

2013-03-21 Thread Tyler Hannan
Jean-Baptiste, It appears you are using the vagrant project at https://github.com/hectcastro/vagrant-riak-cs-cluster , is that true? If so, and just so I can test/reproduce/try it myself are you using the ubuntu box (the default) or did you edit the vagrant file for CentOS? Cheers,

Need help with moving to Riak

2013-03-21 Thread Max Lapshin
Hi. I'm looking for alternative to postgresql in my project. I have two problems with postgres: 1) if master goes down, problem must be resolved manually and very quickly 2) I want cross datacenter replication Here is my schema: http://pastie.org/7058511 In short: client is a user that is logging