Riak is a key/value data store written in Erlang. It implements principles from Amazon's Dynamo paper.

learn more… | top users | synonyms

0
votes
2answers
40 views

RIAK: How to search for records in JSON?

How to search for records in JSON? For example: http://server.cc/riak/Scores/user12 { v: "{"score":0,"tab":14,"gold":255}" } How do I get all the records where the "gold" is more than 150 ...
0
votes
1answer
38 views

How connect to new riak node when the old node down?

I'm using riak-erlang-client. According to this guide, I can connect to one node: 1> {ok, Pid} = riakc_pb_socket:start_link("127.0.0.1", 8087). {ok,<0.56.0>} I know when the node is ...
0
votes
1answer
26 views

Configuring RIAK to use non-homogenous servers as nodes

I'm planning on putting together a cluster using Riak. The servers that I'll be using come with a variety of RAM and disk storage Some have 32GB RAM, some 96GB. Some 1 TB disk space, others 12TB. My ...
0
votes
1answer
20 views

403 forbidden while creating admin user in Riak-CS

I'm following guidelines and set up anomimous user creation cat /etc/riak-cs/app.config | grep anonymous_user_creation {anonymous_user_creation, true}, and using post request to create admin ...
0
votes
1answer
57 views

php post request with --data

I try to make a request from my php code to another remote server which has Riak DB running. I need to make a map-reduce request so I have to do it with POST http. Riak documentation says (for e.g.) ...
0
votes
1answer
14 views

How to set bucket properties of a riak cluster using ripple?

I am new to both ripple and riak. Does anyone have an idea, how can I set the bucket properties like n_val allow_multi etc using ripple in my code. I don't want to do it via the curl request: $ ...
0
votes
1answer
23 views

How to configure Riak 1.3.* with range request (Accept-Ranges: bytes)

I'm trying to use riak for storing of video contents. I'm allready able to push my video to riak with the correct mite type and I also receive the Video by its URL. The riak page tells me, that riak ...
0
votes
0answers
22 views

Will rails active admin work with Riak?

Trying to setup a sample application replacing sqlite3 by Riak and using basic gem devise, cancan and active admin. I have no prior experience with nosql. It will be great if I can have some ...
0
votes
1answer
17 views

Accessing Riak node from a remote machine (riak-admin backup)

While trying to run a riak-admin backup riak@ec2-xxx.compute-1.amazonaws.com riak /home/user/backup.dat all on a remote machine (ec2 instance) I encounter the following error message {"init ...
0
votes
1answer
24 views

How to queryl based on time interval in riak

I am trying to implement the following functionality. I have a bucket where I am storing objects. One of the object field is timestamp. Now I want to retrieve the objects whose timestamp is between an ...
0
votes
1answer
80 views

Riak Map Reduce in JS returning limited data

So I have Riak running on 2 EC2 servers, using python to run javascript Mapreduce. They have been clustered. Mainly used for "proof of concept". There are 50 keys in the bucket, all the map/reduce ...
1
vote
1answer
53 views

URL-unsafe Secondary Index names in Riak do not work

I am using Riak 1.3.1 and am trying to create a binary index name Indexed field name @$@$@ @$ not url safe#@£!. I am able to successfully save a key with this index. When I query for this key ...
1
vote
1answer
57 views

Riak (Java Client) suddenly stopped creating secondary indexes

Note I am using the Java client in Scala. case class annotations are slightly different. I have the following POJO: case class User( @(JsonProperty@field)("guid") @(RiakKey@field) val guid: ...
0
votes
0answers
77 views

Riak 1.3.1 will not start on lucid, Ec2 instance

I have installed riak (apt-get) on an EC2 instance, lucid, amd64 with libssl. When running riak start I get: Attempting to restart script through sudo -H -u riak Riak failed to start within 15 ...
0
votes
1answer
58 views

How to fetch Riak object, change its value and store it back with all indexes in Python

I am using Riak database to store my Python application objects that are used and processed in parallel by multiple scripts. Because of that, I need to lock them in various places, to avoid being ...
0
votes
1answer
44 views

Riak set timeout for individual keys

What i would like to do is set a timeout for individual keys in riak I know that you can set a timeout on using bitcask but if im not mistaken that is only to the buckets i have a method where i could ...
1
vote
1answer
50 views

How to combine statebox and map/reduce in riak

Is it possible to combine statebox and map/reduce in riak? Can not find any examples, and statebox riak api does not provide any kind of map/reduce functionality as well.
0
votes
0answers
51 views

Using search with reduce with riak python library

I'm trying to use this a search and a reduce together with the riak python api. According to the docs, this should be fine: ...
10
votes
2answers
278 views

When (and when not) to define a Monad

This is a question relating to the API design practises for defining your own Monad instances for Haskell libraries. Defining Monad instances seems to be a good way to isolate DSL's e.g. Par monad in ...
0
votes
0answers
15 views

How to get record by ripple many association?

I want to save data into riak by ripple https://github.com/basho/ripple , and I create one model: class Person include Ripple::Document property :name, String many :friends, :class_name => ...
1
vote
1answer
84 views

how to set 2i with riak local client

does anyone know how i set 2i to object that created with riak_object OBJ = riak_object:new() i want to work with riak local client and i trying to do something similar to this: Obj1 = ...
0
votes
2answers
91 views

Riak MapReduce: Group items by field + sum another field

Everywhere I read, people say you shouldn't use Riak's MapReduce over an entire bucket and that there are other ways of achieving your goals. I'm not sure how, though. I'm also not clear on why using ...
0
votes
0answers
66 views

Riak java client, add index query result as input for mapreduce

I am trying to use Riak Java client query riak in scala. Using index query result as input for mapreduce. I have two buckets -accounts-user and account-userprofile. In accounts-user I have email as ...
0
votes
3answers
82 views

Completely confused about MapReduce in Riak + Erlang's riakc client

The main thing I'm confused about here (I think) is what the arguments to the qfun are supposed to be and what the return value should be. The README basically doesn't say anything about this and the ...
1
vote
1answer
74 views

How long should this Riak Map Reduce query take?

I have a bucket with approximately 900,000 records. The majority of those records have a status of PERSISTED in a secondary index. I want to retrieve all base_urls and a count of how many documents ...
0
votes
0answers
79 views

riak-cs crashing with a lot of requests

I'm testing RIAK-CS as an S3 alternative. I currently have 3 nodes with 4GB RAM and 2GB SWAP each. I pushed 10GB of data to RIAK-CS. Except the high IO, everything was fine. Then I tried to pull that ...
0
votes
1answer
87 views

Example of how to add secondary index when storing object in Riak with Java Client?

I am storing a hash-map in a riak bucket like this: bucket.store(key, docHashMap).execute(); I would like to store the object with a secondary index. How would I accomplish this? I am aware that ...
0
votes
1answer
45 views

Storing doubly linked lists in Riak without a race condition?

We want to use Riak's Links to create a doubly linked list. The algorithm for it is quite simple, I believe: Let 'N0' be the new element to insert Get the head of the list, including its 'next' ...
2
votes
1answer
35 views

Can you create a secondary index on a repeated field in Riak?

Consider a JSON object such as: { name: 'ben', employer: 'The Sherwin-Williams Company', emails: ['ben@gmail.com', 'ben@sherwin-williams.com'] } In MongoDB you can index the emails field such ...
2
votes
0answers
73 views

How do I add links to Riak POJO objects?

Using the Riak Java client in Scala. When I go to store an object I use the following method, except it throws a NullPointerException when I go to addLink: def store(clientId: String, userId: String, ...
0
votes
0answers
48 views

Riak Search across multiple buckets

I have three buckets, call them A, B, and C. Each bucket has some contents with the same structure, that has been index in Riak Search. For simplicity, let's pretend there's an email address and a ...
0
votes
1answer
33 views

Riak inserting a list and querying a list

I was wondering if there was a effecient way of handling arrays/lists in Riak. Right now I'm storing the whole array as a string and searching the string to find out if a element exists in the array. ...
0
votes
1answer
43 views

Riak in-memory store per-key overhead

As a follow-up to THIS question I asked earlier, are there any estimates of the per-key overhead in Riak when using the in-memory backend? Google hasn't helped much thus far, most searches leading me ...
1
vote
1answer
39 views

Riak search returns null

I'm trying to work with Riak on PHP. I read the documentation but no luck. So I've already configured the "search" option in /etc/init.d/app.conf as true. So, print_r($results) returns as null array. ...
0
votes
1answer
100 views

Riak Erlang map/reduce returns {error,notfound}

I've running the following Riak map phase: -module(delete_map_function). -export([get_keys/3]). %Returns bucket and key pairs from a map phase get_keys(Value,_Keydata,_Arg) -> ...
0
votes
0answers
16 views

How to set the riak_search_kv_hook from inside Java?

Is there a simple way to set up a bucket for kv-search from inside the Java client? Here is what I am currently doing: // Prepare the bucket using the http client IRiakClient riakHttpClient ...
2
votes
1answer
121 views

Objects stored by riak-java-client end up as raw json when read by riak-python-client?

I might be confused about something, but when I store a custom object from the Java Riak client and then try to read that object using the Python Riak client, I end up with a raw json string instead ...
0
votes
1answer
90 views

MapReduce: map objects from another bucket against a list of keys (without link walking)?

Edit: Looks like the concept is known as "forwarding and collecting". Going to see how this works in the Riak-Java client. Right now performing a simple MapReduce in Riak that returns a list of keys ...
0
votes
1answer
43 views

I have two buckets in riak client_user and account_user, I am trying to make a mapreduce to get all users' objects

I have two riak buckets , "client_user" which contains compose_key as key like clientid-userid and another bucket "account_user" which contains userid as key and users' information. I am trying to ...
1
vote
1answer
69 views

How to use java riak client without dependency issues

I am trying to use the Java Riak Client an existing project that I am working on. I am using riak-client-1.0.6-jar-with-dependencies.jar I keep on getting errors like this one: Exception in thread ...
0
votes
2answers
72 views

Riak solution for querying data by books or unique pages

Consider a set of data called Library, which contains a set of Books and each book contains a set of Pages. Let's say you are using Riak to store this data, and you need to be access the data in two ...
0
votes
1answer
31 views

Riak - How to get the ID of the current item in a Map function

Using Riak, how can I get the ID of the current item that's being processed in a Javascript map function? function(v, kd, arg) { var element = v.values[0]; var id = "??"; // How to get the ID ...
0
votes
1answer
38 views

Querying riak through curl blocking return

I'm relatively new to riak and am just in the process of exploring things I seem to have this recurring problem thats an on again ..off again thing .. NOTE: This issue started after i tried ...
0
votes
0answers
64 views

Installing Riak on MacOSX from source: Riak won't start

I followed the instructions to install riak-1.2.1 from source. Everything appeared to install without errors, but the app won't start. When I start, I get the following error: ...
4
votes
1answer
92 views

How to append data to a Riak key under a heavily distributed environment?

Using Riak I want to append data sequentially in a way that I can obtain all of the data I appended from time to time. Think of logs, if I pick incremented log rows and transfer them to riak, at some ...
0
votes
0answers
20 views

Using term boost in Riak Search for boosting specific conditions

Sorry this is a Riak Search novice question. But I'm trying to figure out if Riak Search is a good match to take over some of the algorithmic complexity from some of my application logic. Part of ...
0
votes
1answer
82 views

How can I register the Scala Jackson Module in Riak-Java?

Needed to have support for Scala Lists and Options when storing to Riak. Looks like the Scala Module for Jackson would work for this. However, how would it be hooked into the object mapper in Riak? ...
0
votes
2answers
64 views

What is the Riak per-key overhead using the Bitcask backend?

It's a simple question with apparently a multitude of answers. Findings have ranged anywhere from: a. 22 bytes as per Basho's documentation: ...
1
vote
1answer
68 views

do we need to disable swap for riak?

I just found in the riak documentation that the swap makes the server unresponsive so it has to be disabled.It is also given that Riak node be allowed to be killed by the kernel if it uses too much ...
-1
votes
1answer
61 views

error while installing riak from source

make rel fatal: No names found, cannot describe anything. ./rebar get-deps /usr/bin/env: escript: No such file or directory make: *** [deps] Error 127 This is the error I got when I tried to install ...

1 2 3 4 5 6