Re: [ANN] The Riak Handbook

2011-12-16 Thread Mark Phillips
Hi Mathias, I just wanted to take a moment and say thank you for committing the time, effort, and resources to writing the Handbook. This is huge for both existing users and newcomers to the community, and I have no doubt that scores of future developers will point to this as at least part of what

[ANN] Riaknostic, your Riak Doctor

2011-12-16 Thread Sean Cribbs
Hey Riak users, You may have noticed on the Basho Blog yesterday that we made public our tool called "Riaknostic" (http://riaknostic.basho.com/). It's a collection of short diagnostics, wrapped up in an escript, that can detect some common problems you might have with your Riak node or cluster and

Riak Recap for December 14 - 15

2011-12-16 Thread Mark Phillips
Afternoon, Evening, Morning to All - For today's Recap: new code, blog posts, slides, and more. Also, I added a new section for contributions towards the bottom, so make sure to check that out. Enjoy, and have a great weekend. Mark Community Manager Basho Technologies wiki.basho.com twitter.co

Re: Introducing Riakkit, An(other) riak python (tiny) framework

2011-12-16 Thread Shuhao Wu
Yeah, setup.py is done and the whole package is on pypi. Still quite alpha, but should be stable enough to be used. If there's any problems, file an issue and i'll get to it, mean while I'll try to add more features that I need as well as integration with flask. Shuhao On Fri, Dec 16, 2011 at 2

Re: Riak-java-client through a HTTP proxy

2011-12-16 Thread Russell Brown
On 16 Dec 2011, at 09:13, Russell Brown wrote: > Hi, > On 16 Dec 2011, at 08:58, Olivier Rossel wrote: > >> … >> >> Is there a special way to declare proxies in riak-java-client ? > Yes. Can you let me know which version of the RJC you are using, please? OK, from speaking to you on another cha

Re: Riak-java-client through a HTTP proxy

2011-12-16 Thread Russell Brown
Hi, On 16 Dec 2011, at 08:58, Olivier Rossel wrote: > [I hope I am posting on the correct list.] > > I am using riak-java-client behind a http proxy. > I have set the properties like this: > System.setProperty("http.proxyHost", "webcache.mydomain.com"); > System.setPropery("http.proxyPort", "8080

Riak-java-client through a HTTP proxy

2011-12-16 Thread Olivier Rossel
[I hope I am posting on the correct list.] I am using riak-java-client behind a http proxy. I have set the properties like this: System.setProperty("http.proxyHost", "webcache.mydomain.com"); System.setPropery("http.proxyPort", "8080"); But it seems that riak-java-client still tries to reach my s