As of now, the new Java client for Riak v2.0 is available via Maven Central.
To use in your project:
com.basho.riak
riak-client
2.0.0
...
Javadocs are published to: http://basho.github.io/riak-java-client/2.0.0/
To get started see:
http://basho.github.io/riak-java-client/2
Hi,
On the official website, http://docs.basho.com/riak/latest/downloads/
mentions that bitcask users should use this patch :
http://s3.amazonaws.com/downloads.basho.com/patches/bitcask-2.0-merge-crash/riak_kv_bitcask_backend.beam
However, the link will let you download a beam file that actual
Hi,
I'm using Riak 2.0 and the latest riak_kv_bitcask_backend.beam patch
from this very mailing list [0], but I'm still experiencing merge errors:
$ md5sum /usr/lib64/riak/lib/basho-patches/riak_kv_bitcask_backend.beam
751dcf22ba4ce17630db062b0c646305
riak attach shows:
> code:which(riak_kv_
Hi Ricardo,
When using your own class you'll need to add a String field to it and
annotate it with @RIakKey. When the response comes back from Riak the
client will inject the generated key into that field.
Thanks,
- Roach
On Thu, Sep 25, 2014 at 2:39 AM, ricardo.ekm wrote:
> Hi,
> When saving a
Hi,
I am trying to use the HTTP Access logging on my Riak cluster to log the
request information, and I'm running into some issues. When the cluster
starts up, it begins logging HTTP requests as expected. However, at the end
of the current hour, these logs cease to be written to. I imagine it is
t
I have the following properties set in my buckets:
{
props: {
allow_mult: false,
basic_quorum: false,
big_vclock: 1,
chash_keyfun: {
mod: "riak_core_util",
fun: "chash_std_keyfun"
},
dw: "quorum",
last_write_wins: true,
linkfun: {
Hi,
When saving a object with null key using riak's java client is it possible
to retrieve the generated id?
I've found how to achieve this saving a string
(https://github.com/basho/riak-java-client/commit/7084e30de2c16e3e3d39c06969ae3fc7311b4748):
+Bucket b = client.fetchBucket(bucketNam
Look into vector clock growth and siblings. You may have siblings to true.
@siculars
http://siculars.posthaven.com
Sent from my iRotaryPhone
> On Sep 25, 2014, at 03:54, riakuser01 wrote:
>
> Hi,
>
> I am currently using an in-memory backend on Riak 1.4.8, and I am
> experiencing a situatio
Hi,
I am currently using an in-memory backend on Riak 1.4.8, and I am
experiencing a situation where my riak nodes gradually run out of memory.
My application handles a small amount of data (10s of MBs), and writes to
the same Riak buckets using the same keys again and again, so the number of
Key
Following up further again, with a solution.
Turns out that Nginx canonicalises the URLs when proxying them, if and
only if, the proxy_pass parameter includes a path component, including
a plain slash.
Meanwhile, Jets3t URL-encodes the object path so that slashes become
%2F, but Nginx converts the
10 matches
Mail list logo