Hi Alek,
I think someone else is more suited to answer the question about why it is in
this particular order. My guess is that, in general, an insert will not do any
read, an read will have to consolidate reads from multiple (R) machines and an
update will perform a read and then a write. Howev
Dear colleagues,
Trying to install the RIAK package under a SUSE SLES 11 SP11 Version
S390. I've downloaded the .tar.gz install file from the BASHO site. First
I've installed the Erlang package with the --with-ssl option and
recompiled the openssl package with the "shared" option, as requested
Joe,
Confirmed that was the problem. Made that change and the rolling
upgrade went smoothly. Thanks for your help!
On Thu, Apr 26, 2012 at 10:18 AM, Phil Sorber wrote:
> Joe,
>
> I think you hit the nail on the head. We install from your released
> deb's, but we deploy via chef and have the conf
Hello All,
After creating the index for all keys:
Index creation:
curl -X PUT -H "Content-Type: application/json" \
-H "x-riak-index-day_int: 20110723" \
http://localhost:8098/riak/tagg_dsquery/ -d ""
Index Verfication:
===
curl http://localhost:8098/buckets
On Thu, Apr 19, 2012 at 3:37 PM, Jordan West wrote:
> We are beginning to use Riak Core and I noticed there are no edocs for the
> project (or perhaps I just couldn't find them?). While its only one or two
> engineers working on the project this is not a big issue but as we get more
> eyes on it
Hi Claude. Most git servers use port 9418. If you are able to open that port on
your firewall it should work. Alternatively if you look for files in the riak
directory and its subdirectories called 'rebar.config' and edit those and
change the git urls to be "http://..."; instead of "git://..." t
Evening, Morning, Afternoon to All -
Huge Recap from the last few days: blog posts, slide decks, new code, and
more.
Have a great weekend.
Mark
twitter.com/pharkmillups
---
Riak Recap for April 24 - 27
=
1) Today's Recap is dedicated to John
Claude,
The issue is not in the rebar.config file for eleveldb, but in a file that
fetches the original C++ source for leveldb. To fix your issue, simply unpack
the riak source as you already did then:
$ cd deps/eleveldb
And then make the following changes to 'c_src/build_deps.sh':
--- c_sr
Any ideas? Using JS for MapReduce, I'm currently unable to do anything
except trivial tasks without these crashes, so I must be doing
something wrong. I'm fine with slow results (it is virtualized on
commodity hardware, after all), but intermittent VM errors don't seem
right. Thanks in advance.
Br