Re: new to riak, unsure of data model for comment system

2010-10-04 Thread Dan Reverri
Hi Zak, I believe the practical limits you are referring to occur when you have around 1000 links on an object. Also note, these limitations only apply to the REST API. Regarding the linked list idea, this would be difficult to implement since there is no way to serialize your writes. If multiple

Re: Map reduce timeout

2010-10-05 Thread Dan Reverri
quot;javascript\",\"arg\":[],\"keep\":true}}],\"inputs\":\"people\"}" This issue has been fixed in 0.13: https://issues.basho.com/show_bug.cgi?id=523 Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On T

Re: Riak in user mode

2010-10-11 Thread Dan Reverri
95 <https://issues.basho.com/show_bug.cgi?id=295>Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Mon, Oct 11, 2010 at 8:13 AM, Wilson MacGyver wrote: > are you installing it from src? because I run it as a non-root user and it > never requested s

Re: Riak Search

2010-10-11 Thread Dan Reverri
splitting on white space characters and indexing the words. Regarding the schema, this section of the wiki should answer your question: http://wiki.basho.com/display/RIAK/Riak+Search+-+Schema#RiakSearch-Schema-DefiningaSchema Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc

Re: Riak backend when using Riak search

2010-10-12 Thread Dan Reverri
compression_level, 1} ]}, The data_root parameter will tell Merge Index where to store it's data files. Does this answer your question? Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Tue, Oct 12, 2010 at 9:51 AM, Germain Maurice < germain.maur...@li

Re: erlang R13 or R14?

2010-10-12 Thread Dan Reverri
Erlang R13B04 is still recommended. Riak should compile on R14B but it is not yet officially supported. Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Tue, Oct 12, 2010 at 1:26 PM, Wilson MacGyver wrote: > with the new riak 0.13 release as well

Re: Question on the symptoms of Ticket 260

2010-10-13 Thread Dan Reverri
the issue? Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Wed, Oct 13, 2010 at 5:07 PM, scott clasen wrote: > Hi- > >I am writing a Riak backend for Akka's persistent data structures, > and am running into what looks like behavior s

Re: riak search and client support

2010-10-13 Thread Dan Reverri
educe here: http://wiki.basho.com/display/RIAK/Riak+Search+-+Querying#RiakSearch-Querying-QueryingIntegratedwithMap%2FReduce Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Wed, Oct 13, 2010 at 3:47 PM, Wilson MacGyver wrote: > I want to make sure my und

Re: Riak search from a separate erlang node

2010-10-13 Thread Dan Reverri
There are portions of the Riak Search client that are calling riak:local_client/0. Bug #818 has been filed: https://issues.basho.com/show_bug.cgi?id=818 <https://issues.basho.com/show_bug.cgi?id=818>Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com

Re: Is there a method for deleting buckets?

2010-10-14 Thread Dan Reverri
Hi Mark, Alexander is correct; there is no way to delete a bucket, you have to delete each key. A feature request has been filed for this issue: https://issues.basho.com/show_bug.cgi?id=79 <https://issues.basho.com/show_bug.cgi?id=79>Thanks, Dan Daniel Reverri Developer Advocate

Re: Transfer-encoding: chunked

2010-10-14 Thread Dan Reverri
Hi Leonid, I was able to reproduce this issue and filed bug 827: https://issues.basho.com/show_bug.cgi?id=827 Thank you, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Tue, Oct 12, 2010 at 5:58 AM, Leonid Riaboshtan < perfecthumanor...@gmail.com>

Re: debugging javascript?

2010-10-19 Thread Dan Reverri
Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Tue, Oct 19, 2010 at 2:20 PM, Jon Brisbin wrote: > Couldn't find much on this out in the wild, so I'm assuming I'm not looking > for the right things. > > I'm trying to figur

Re: loading erlang terms

2010-10-25 Thread Dan Reverri
Hi Charles, I don't understand your use case; can you expand on what you are doing? Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Mon, Oct 25, 2010 at 6:05 PM, Charles Blair wrote: > Erlang has a function, file:consult, that allows one

Re: Noob Issue on OSX

2010-10-30 Thread Dan Reverri
ll bind to "127.0.0.1" on port 8098. Did you download the latest release (0.13)? Can you provide the original and modified config files? Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Sat, Oct 30, 2010 at 7:46 PM, Ross Mason wrote: > Hey,

Re: Wriaki bug?

2010-10-31 Thread Dan Reverri
Hi Jeremy, You are correct; the remove_links function was not removing links correctly. A fix has been pushed. Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Fri, Oct 29, 2010 at 8:07 PM, Jeremy Raymond wrote: > I was taking a look at wriaki

Re: Data redistribution or rebalancing after node data failures

2010-11-02 Thread Dan Reverri
ate to the restored node. Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Tue, Nov 2, 2010 at 10:08 AM, Gernot Ullrich wrote: > Hi all, > > Following scenario: 3 nodes on 3 servers in a cluster - complete data > failure on one node. &

Re: Riak Recap for Nov. 1 - 2

2010-11-04 Thread Dan Reverri
Alexander is correct, a full bucket query on any bucket will perform a list keys across all keys in the cluster. Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Wed, Nov 3, 2010 at 9:25 PM, Alexander Sicular wrote: > Could we get some m

Re: map-reduce Problem ?

2010-11-15 Thread Dan Reverri
om the key term: h<https://github.com/basho/riak_kv/blob/master/src/riak_kv_bitcask_backend.erl#L123> ttps://github.com/basho/riak_kv/blob/master/src/riak_kv_bitcask_backend.erl#L123<https://github.com/basho/riak_kv/blob/master/src/riak_kv_bitcask_backend.erl#L123> Thanks, Dan Daniel

Re: riak-search default_field

2010-11-17 Thread Dan Reverri
Hi William, Only 1 field can be specified for the default_field property. Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com 2010/11/16 Wilson MacGyver > can you have more than 1 fields specified for default_field in the > search schema? > >

Re: luwak not properly overwriting data

2010-11-18 Thread Dan Reverri
Hi Francisco, This is a known issue: https://issues.basho.com/show_bug.cgi?id=800 Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Thu, Nov 18, 2010 at 2:41 PM, francisco treacy < francisco.tre...@gmail.com> wrote: > When I PUT data to Luwak

Re: riak do not start

2010-11-19 Thread Dan Reverri
That error message indicates that another Erlang node is running on your system with the same name (i.e. r...@127.0.0.1). Please check if any other beam processes are running. Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Fri, Nov 19, 2010 at 12:40 PM

Re: list keys in luwak

2010-11-22 Thread Dan Reverri
Hi Francisco, There does seem to be an issue when making a GET request on the "/luwak" resource. I've filed a bug to address this issue: https://issues.basho.com/show_bug.cgi?id=887 Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Sun,

Re: riak / riaksearch fails and returns with "badarg, universaltime_to_localtime" on any mapreduce function

2010-11-22 Thread Dan Reverri
the following Erlang code while attached to a running Riak node? calendar:now_to_local_time({1290,324485,31243}). It should output something like: {{2010,11,20},{23,28,5}} Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Sun, Nov 21, 2010 at 2:10 AM,

Re: Whole cluster times out if one node is gone

2010-11-22 Thread Dan Reverri
onsidering a node is down. Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Mon, Nov 22, 2010 at 4:55 PM, Jay Adkisson wrote: > Hey all, > > Here's what I'm seeing: I have four nodes A, B, C, and D. I'm loading lots > of data

Re: Updating links and metadata only?

2010-11-23 Thread Dan Reverri
thoughts related to this issue have been documented in bug 7: https://issues.basho.com/show_bug.cgi?id=7 Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Tue, Nov 23, 2010 at 7:47 AM, Jon Brisbin wrote: > Is it possible to update only headers on an obj

Re: innostore and multi_backend

2010-11-23 Thread Dan Reverri
settings...]}, {riak_kv, [...riak_kv settings...]}, {innostore, [{buffer_pool_size, 8589934592}, ...other settings...]} ] Thanks, Dan <https://issues.basho.com/show_bug.cgi?id=890> Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Tue, Nov 23, 2010 at 2:02 AM,

Re: innostore and multi_backend

2010-11-23 Thread Dan Reverri
Can you provide the different app.configs you are using? Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Tue, Nov 23, 2010 at 5:59 PM, Joseph Lambert wrote: > Hi Dan, > > I'm using riak_search 0.13.0 and innostore 1.0.2, btw. > >

Re: innostore and multi_backend

2010-11-23 Thread Dan Reverri
Can you provide the full app.config? I'd like to see if multi backend has been setup correctly. Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Tue, Nov 23, 2010 at 6:35 PM, Joseph Lambert wrote: > This: > > {riak_kv, [ > >

Re: Question about Bitcask

2010-11-28 Thread Dan Reverri
No, the portion of Bitcask written in C only manages the in memory keydir structure. Reading and writing of files, coordination of merges, etc. is all done in Erlang. Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Sun, Nov 28, 2010 at 3:20 AM, Kostya V

Re: Whole cluster times out if one node is gone

2010-11-29 Thread Dan Reverri
eboot one of the nodes The reads and writes continue working normally when rebooting the node. Do you see timeouts while writing objects to Riak? Can you try reading other objects from Riak during the reboot (i.e. different keys)? Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, I

Re: Problems with weird errors running 0.13

2010-11-29 Thread Dan Reverri
ob/master/priv/mapred_builtins.js#L66 Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Mon, Nov 29, 2010 at 7:08 AM, Jon Brisbin < jon.bris...@npcinternational.com> wrote: > > On Nov 29, 2010, at 8:59 AM, David Smith wrote: > > >

Re: Best practices for updates

2010-11-29 Thread Dan Reverri
Hi Dan, Sorry for not getting back to you sooner. There is no multi-set feature in Riak; each object would need to be updated with a separate request. While it is possible to modify Riak objects from within an Erlang map function, the map/reduce functionality was not intended for this type of

Re: Whole cluster times out if one node is gone

2010-11-29 Thread Dan Reverri
If I continuously read from the node that I am rebooting, the request made to that node hangs until the client times out, subsequent requests receive a "Failed to connect" error. I am using curl for my tests. Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. d...

Re: Creating/Accessing nested buckets - python client

2010-11-29 Thread Dan Young
Nested buckets are not supported...to the best of my knowledge. Regards, Dan On Mon, Nov 29, 2010 at 11:51 AM, Jonah Crawford wrote: > Hi all, > > The python client tests show only the creation of a bucket at the first uri > namespace beyond riak > > http://127.0.0.1:8091/ri

Re: Creating/Accessing nested buckets - python client

2010-11-29 Thread Dan Reverri
Johan, Dan is correct; Riak does not support nested buckets. Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Mon, Nov 29, 2010 at 10:59 AM, Dan Young wrote: > Nested buckets are not supported...to the best of my knowledge. > > Regards

Re: Creating/Accessing nested buckets - python client

2010-11-29 Thread Dan Reverri
Woops, sorry for misspelling your name in the previous email. Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Mon, Nov 29, 2010 at 11:00 AM, Dan Reverri wrote: > Johan, > > Dan is correct; Riak does not support nested buckets. > > Thanks, > Dan

Re: Problems with weird errors running 0.13

2010-11-29 Thread Dan Reverri
[1,1,1] -> reduceSum -> [3] The next time reduceSum is run it is given the remaining 2 map results as well as the previously calculated reduceSum result: [1,1,3] -> reduceSum -> [5] Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Mon, Nov 2

Re: Could not reach riak node help

2010-12-06 Thread Dan Reverri
Hi Abeming, Are there any error messages in your riak log files? Also, you may want to try bumping up ulimit. Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Mon, Dec 6, 2010 at 8:03 PM, Abeming Sf wrote: > Hi, > > I often encount

Re: Could not reach riak node help

2010-12-06 Thread Dan Reverri
Yes, please try increasing to 2048. Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Mon, Dec 6, 2010 at 8:34 PM, Abeming Sf wrote: > Hi Dan, > > There is no error messages in my riak log files during that node error > occurred. Ulimit already set to 10

Re: Could not reach riak node help

2010-12-07 Thread Dan Reverri
Hi Abe, How many nodes do you have in your cluster? How did you setup your cluster (what commands did you use)? Did you change the vm.args file of any of your nodes? Are you connecting to Riak from other Erlang applications? Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc

Re: Could not reach riak node help

2010-12-07 Thread Dan Reverri
What client are you using to connect to Riak? PBC, HTTP, or native Erlang. Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Tue, Dec 7, 2010 at 8:21 AM, Abeming Sf wrote: > Hi Dan, > > Only 1 node. Using that make rel command. I didn't

Re: Adding key-filters to Ruby riak-client

2010-12-07 Thread Dan Young
Kick assI'll definitely be kicking the tires on this one! Rock on dude! Regards, Dano On Tue, Dec 7, 2010 at 10:25 AM, Sean Cribbs wrote: > Hey Ripple users, > > An awesome new feature is coming in Riak 0.14 (and already available on > master) that lets you filter keys in a MapReduce jo

Re: Riak Recap for Dec. 13 - 14

2010-12-16 Thread Dan Reverri
Hi Daniel, Clients do not specify the partition when making a request. A client can request any key from any node in the cluster and Riak will return the associated value. Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Thu, Dec 16, 2010 at 6:01 PM

Re: Riak Recap for Dec. 13 - 14

2010-12-16 Thread Dan Reverri
nd the nodes gossip and > share the knowledge of the partition distribution, right? So the client can > query any of the nodes, if the node doesn't know where the partition located > it will query or gossip with adjacent nodes, right? > > Thanks, > Daniel > > > > On Fr

Re: timeouts while rebalancing

2010-12-21 Thread Dan Reverri
Hi Collin, I would not expect keys to return not found even during handoff. An individual vnode may return not found if the requested data has not been transferred but the other replicas should be able to satisfy the quorum. What values of N, R, and W are you using? Thanks, Dan Daniel Reverri

Re: timeouts while rebalancing

2010-12-22 Thread Dan Reverri
uction worthy. Your plan to migrate to a Riak 0.13 cluster is a good one. Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Tue, Dec 21, 2010 at 7:30 PM, Colin Surprenant < colin.surpren...@gmail.com> wrote: > Hi, > > My bucket is using the def

Re: riak indexing/search issue with json

2010-12-31 Thread Dan Reverri
Hi Joseph, Are these results consistently reproducible? Can you provide the full queries you are using? Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Thu, Dec 30, 2010 at 11:46 PM, Joseph Lambert wrote: > Hello, > > I'm having a bi

Re: map/reduce problem

2011-01-04 Thread Dan Reverri
Can you provide your map/reduce queries in a pastie or gist? Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Tue, Jan 4, 2011 at 8:06 AM, Shai Garniek wrote: > I am running a map/reduce query on riak and I'm getting something weird in > the result. > After 2 map p

Re: Riak and Mahout Investigation

2011-01-07 Thread Dan Reverri
On Wed, Jan 5, 2011 at 11:47 AM, Lenley Woodard wrote: > We are exploring a Java bridge from Riak to Mahout. > I have a few questions at this point: > 1.) How is parallelization done in Riak? > MapReduce: https://wiki.basho.com/MapReduce.html#An-Introduction-to-MapReduce > 2.) What internal mech

Re: riak-erlang-client

2011-01-07 Thread Dan Reverri
be specified as binaries. I'll fix that now. Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Fri, Jan 7, 2011 at 3:17 PM, Anthony Molinaro < antho...@alumni.caltech.edu> wrote: > Hi, > > I recently forked riak-erlang-client

Re: riak-erlang-client

2011-01-10 Thread Dan Reverri
I've pulled in your changes. Thank you for the revised pull request. Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Mon, Jan 10, 2011 at 2:48 PM, Anthony Molinaro < antho...@alumni.caltech.edu> wrote: > Hi Dan, > > I just man

Re: possible bug?

2011-01-17 Thread Dan Reverri
Hi Gary, Can you send us the bucket props for "bucket"? Can you send us the link header for "bucket/key"? Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Mon, Jan 17, 2011 at 5:48 PM, Gary William Flake wrote: > I am s

Re: Trouble accessing data

2011-01-20 Thread Dan Reverri
ot;? Once that is done, start the node and test ago. Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Thu, Jan 20, 2011 at 3:21 AM, Florian Odronitz wrote: > Hi all, > > I have problems accessing data on a solitary riak node. > > I trie

Re: running erlang map phases via REST API

2011-01-24 Thread Dan Reverri
Hi Brendan, Anonymous Erlang functions are not currently supported in map reduce phases. Is this a feature the community would find valuable? Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Mon, Jan 24, 2011 at 12:14 PM, Brendan wrote: > is

Re: running erlang map phases via REST API

2011-01-27 Thread Dan Reverri
t the function to a {qfun, Fun} phase. Thoughts? Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Wed, Jan 26, 2011 at 8:40 PM, Seth Falcon wrote: > > Hi all, > > I too would find this useful. And a while back I wrote a patch that > enabled it.

Re: Riak Cluster Setup on EC2

2011-02-02 Thread Dan Reverri
Hi Abhishek, You need to add a period (".") to the end of the statements before they will execute. Can you try the ping command again? Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Wed, Feb 2, 2011 at 9:32 AM, Abhishek Kona wrote: > Hi

Re: Loading documents in the map phase

2011-02-03 Thread Dan Reverri
Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Thu, Feb 3, 2011 at 8:28 AM, Eric Moritz wrote: > For some reason I was under the impression that I could return a list of > bucket/key pairs in a map phase and Riak would automagically load the > documents for the next

Re: Loading documents in the map phase

2011-02-03 Thread Dan Reverri
Hi Eric, That initial map phase will have access to "entry_list/eric". If you return a list of bucket/key pairs and add another map phase Riak will fetch the objects referenced by the bucket/key pairs. Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@bash

Re: riak java client 0.14 changelog?

2011-02-04 Thread Dan Reverri
added but there is no documentation. There is an extremely minimal test here: https://github.com/basho/riak-java-client/blob/master/src/main/java/com/basho/riak/pbc/Test.java Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Fri, Feb 4, 2011 at 2:47 PM

Re: Difference between riakc_obj and riak_object

2011-02-07 Thread Dan Reverri
; pull requests are always welcome if you want to give it a shot. Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Sat, Feb 5, 2011 at 7:43 AM, Florian Odronitz wrote: > Hi All, > > I am using the erlang protocol buffers client which uses ria

Re: Setting bucket properties from Erlang PBC API

2011-02-10 Thread Dan Reverri
Hi Ryan, You are correct, the PBC API is currently only able to set n_val and allow_mult. The REST API has support for all bucket properties. Feature request 370 has been opened to address the PBC API limitation: https://issues.basho.com/show_bug.cgi?id=370 Thanks, Dan Daniel Reverri Developer

<    1   2   3