Starting with Riak 2.0

2013-12-20 Thread Ari King
I'd like to get started with Riak 2.0, and would appreciate insight/feedback on the following: 1. Since a client does not exist for 2.0, I was planning on using Jersey and Jackson to make http calls to the db. Has anyone tried this and if yes, how difficult was it? Are there any other cli

Re: 404 Error: Object Not Found

2013-12-19 Thread Ari King
Hi Hector, I figured out the root issue this morning. I am using ubuntu 12.10 via vagrant on windows. I installed Riak on the default shared folder as an admin so installation, including symlinks, was successful. But for some reason, running Riak from this shared folder results in all the errors/i

Re: 404 Error: Object Not Found

2013-12-18 Thread Ari King
Hi Hector, Hopefully this one resolves it: > > I just setup a single node on Ubuntu 12.04 using Vagrant and attempted > to walk through your steps. In the process, I noticed that you are > issuing the following `curl` command and receiving a 404: > > $ curl -v -XPUT http://10.0.2.15:8098/sessions/

Fwd: 404 Error: Object Not Found

2013-12-11 Thread Ari King
> > Can you please try running the following command from within the dev > directory: > > $ ./dev1/bin/riak ping > > When I run it locally using your exact configs (downloaded from > pastebin), I see: > > $ ./dev1/bin/riak ping > Node 'dev1@127.0.0.1\r' not responding to pings. > > (Note the \r) >

Fwd: 404 Error: Object Not Found

2013-11-20 Thread Ari King
},{line,1197}]},{riak_kv_index_hashtree,init_trees,2,[{file,"src/riak_kv_index_hashtree.erl"},{line,366}]},{riak_kv_index_hashtree,init,1,[{file,"src/riak_kv_index_hashtree.erl"},{line,226}]},{gen_server,init_it,6,[{file,"gen_server.erl"},{line,304}]},{proc_lib,init_p_do_apply,3,[{file,&quo

404 Error: Object Not Found

2013-11-20 Thread Ari King
I've installed a single node Riak cluster using the 5 minute install guideand modified the app.config riak_core to include {target_n_val, 1} and {default_bucket_props, [{n_val, 1}]}. I've also set an IP address of 192.168.2.25, and

Fwd: Beginning with Search

2013-11-14 Thread Ari King
Just realized my reply didn't include the riak user list. Forwarding it now. Hi Luke, I'm assuming you're talking about Yokozuna (Riak Search 2.0). Answers > inline... > Sorry, I should have mentioned that I am using Riak 1.4.2 > Yes. You can POST data to the /yz/extract URL to see how your JS

Beginning with Search

2013-11-12 Thread Ari King
I've just starting with search and I'd appreciate clarification on the following: 1. I understand that search automatically analyzes JSON, but that does include nested JSON objects? 2. If I want to return more than just key/value pairs what options do I have aside from using search queries as inp

Getting Started

2013-10-28 Thread Ari King
Hi, Within the last few days I've started trying riak, with the intent of using it within a PoC. To that end, as I get started I've encountered some situations where I'd appreciate insight/feedback. 1. When developing is more than 1 node required? I built and started one node, but when I tried to

Riak Java Client: PBClientConfig.Builder is not a value

2013-10-28 Thread Ari King
I'm following the java client wiki(using Riak Java Client 1.4.2) to create a client from PBClientConfig. However, I'm consistently getting the following error: object com.basho.riak.client.raw.pbc.PBClientConfig.Builder is not a value D

Storing JSON via Erlang Client

2013-10-16 Thread Ari King
Hi, Does anyone know of any examples illustrating how to store json values via the erlang client? I've recently started learning riak & erlang, so straight forward/simple examples would be appreciated. Thanks. -Ari ___ riak-users mailing list riak-users