Re: Riak Recap - August 31, 2015

2015-08-31 Thread Christopher Meiklejohn
Hi Matthew, I've been trying to get the Riak Mesos framework to compile and I've been having difficulty. Is there a definitive document that shows how to get the beta running? I've filed numerous issues and keep running into compilation difficulties; it appears that it requires a specific versio

Re: s3cmd error: access to bucket was denied

2015-08-31 Thread Shunichi Shinohara
Hmm.. it seems that situation is not good. GET Bucket (aka List Objects) of Riak CS uses a kind of coverage operation of Riak (KV), and it shows timeout. There may be some log at riak nodes. You have to look into logs in all nodes because all nodes participate in coverage operations. Could you tr

Riak Recap - August 31, 2015

2015-08-31 Thread Matthew Brender
We're starting the week with a Recap! The most common questions have come up around Riak Search (Apache Solr integration) in Riak KV. Here are some highlights of that topic and more. ## Announcements * The Riak KV Go (golang) client is out! 1.1 is the latest update [0] * The Riak Mesos framework

Re: A problem running Riak in a Docker image under Vagrant on Windows 7,8 and 10

2015-08-31 Thread Christopher Mancini
Hey Pete, If you want to share your setup, I will try to replicate the problem and see if I can help. Chris On Mon, Aug 31, 2015 at 2:08 PM Matthew Brender wrote: > Hey Pete, > > That's an interesting situation that leads me to think its a Windows > Vagrant consideration, given that everything

Re: A problem running Riak in a Docker image under Vagrant on Windows 7,8 and 10

2015-08-31 Thread Matthew Brender
Hey Pete, That's an interesting situation that leads me to think its a Windows Vagrant consideration, given that everything runs on OS X. Is your Dockerfile in a place we could see it and/or run it? FWIW, Hector has a project that works well. Maybe you can reference his setup [0]. I'd also welcom

Re: Fastest Method for Importing Into Riak.

2015-08-31 Thread Alex Moore
Hi Dennis, The fastest way would be to chunk your file, and use a Parallel.ForEach loop to do parallel puts. Just make sure you have your connection pool size turned up, and you override th