Re: RIAK 1.4.6 - Mass key deletion

2014-02-20 Thread Toby Corkindale
On 19 February 2014 03:18, Matthew Von-Maszewski wrote: > Riak 2.0 is coming. Hold your mass delete until then. The "bug" is within > Google's original leveldb architecture. Riak 2.0 sneaks around to get the > disk space freed. I'm interested to know what happens if someone deletes a lot of da

Why can't you delete a user using the riak-cs API?

2014-02-20 Thread David Stevenson
The docs don't seem to provide an API for deleting users. Why is that, and is it okay to leave a bunch of users behind forever? http://docs.basho.com/riakcs/latest/cookbooks/Account-Management/ -- -David Stevenson Director of Engineering, CF Services ___

Re: Facing issue related to search

2014-02-20 Thread Eric Redmond
Abhishek, You're conflating two completely different version of Riak Search. If you downloaded Riak pre11, you need to reference the pre11 documentation: http://docs.basho.com/riak/2.0.0pre11/dev/using/search/ search-cmd is unusable for 2.0 Search. You no longer manually manage indexes in new

Re: Facing issue related to search

2014-02-20 Thread Abhishek kumar
Thanks for the clarification. I have another issue, even after modifying the. I am trying 'search-cmd' and couldn't search the documents inserted in the index. ~$ cat riak-search-learn/s3-xml.txt DocID Zen and the Art of Motorcycle Maintenance Robert Pirsig ~$ search-cmd solr

[ANN] Riak 1.4.8

2014-02-20 Thread Tom Santero
Hi, Today, Basho released a minor update of Riak and Riak Enterprise Edition, version 1.4.8. This bug-fix release addresses a regression[0] in Riak's active anti-entropy (AAE) system. The regression existed in versions 1.4.3 through 1.4.7. The complete release notes[1] and package downloads[2] ar

Re: Questions about Ruby under Riak

2014-02-20 Thread Luke Bakken
Hi Yehang - Ruby comes with many standard libraries ("gems"), but the library for connecting to a Riak cluster is not one of them. That's what the "gem install riak-client" did - fetched and installed the library that provides the ability to connect to and interact with a Riak cluster. More info

Re: Questions about Ruby under Riak

2014-02-20 Thread Luke Bakken
Hello Yehang, Exit IRB and run this command: gem install riak-client When you re-run IRB "require riak" should work. -- Luke Bakken CSE lbak...@basho.com On Thu, Feb 20, 2014 at 7:19 AM, 韩业航 wrote: > Dear all, > I have install Riak under ubuntu 12.04 and set up a local Riak cluster > wh

Questions about Ruby under Riak

2014-02-20 Thread 韩业航
Dear all, I have install Riak under ubuntu 12.04 and set up a local Riak cluster which has five nodes. I want use ruby to populate a script. i install all the requirements of ruby and type IRB in the terminal,it works.but when i type require 'riak'. I got the following result: LoadError: ca