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
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
___
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
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
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
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
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
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