Re: LevelDB read performance

2012-07-26 Thread Daniel Reverri
Hi Parnell, Can you explain a bit more regarding "approaching > 1000 objects"? Are you seeing high latency reads for single Riak objects as the object size grows? How large are the Riak objects and how much of a latency spike are you seeing? Thanks, Dan -- Daniel Reverri Cli

Re: make all devrel wierdness

2012-06-14 Thread Daniel Reverri
Hi Marv, You have to set the "http" parameter in app.config: http://wiki.basho.com/Configuration-Files.html#http By default Riak only listens on "127.0.0.1". Thanks, Dan -- Daniel Reverri Architect Basho Technologies, Inc. d...@basho.com On Thursday, June 14, 2012 at

Re: Node riak@192.168.56.101 is not reachable!

2012-04-04 Thread Daniel Reverri
Hi Antonio, Can you check the output of `riak-admin status` on both machines? Specifically, what are the values of `nodename` and `ring_members`? Also, can you share the vm.args files from both machines? Thanks, Dan -- Daniel Reverri Developer Advocate Basho Technologies, Inc. d

Re: help with riak search

2012-04-02 Thread Daniel Reverri
>From the Erlang console you have escape twice (not sure why): search:search_doc(<<"searchable-dbooks">>, <<"notes:\\&">>). Thanks, Dan -- Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Monday, April 2, 2012 at

Re: help with riak search

2012-04-02 Thread Daniel Reverri
amp;" > > When an xml file is indexed, say: > > > > 0 > Ekologie lučních porostů (A) > Rychnovská, Milena, Emilie > Balátová-Tuláčková, Blanka Úlehlová, Jaroslav Pelikán > 1985 > Academia > amazon 5/22/09 Category: Ecology (Y) > 8.00 > 10.00

Re: Pass keyarg from one map phase to another?

2012-03-23 Thread Daniel Reverri
[\"bucket\",\"key\",\"keyarg\"]] }"}},{"map":{"language":"javascript","source":"function(v, keyData) { return [keyData] }"}}]}' Thanks, Dan -- Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@b

Re: Riak Sort on MapReduce

2012-03-18 Thread Daniel Reverri
Hi James Based on your stackexchange post it looks like the values passed to the reduce function look like [key, data]. This means the sort function would have to access the second element of the array and then access the timestamp. return b[1]['timestamp'] - a[1]['timestamp']; Let us know i

Re: riak timeout error

2011-09-19 Thread Daniel Reverri
It looks like Riak is timing out while waiting for the client to send data. What client are you using? How are you sending the data? Thanks Dan Sent from my iPhone On Sep 19, 2011, at 7:25 AM, raghwani sohil wrote: > Hi , > > > I am getting following error > > error :- > > webmachine er

Re: Node crashes on start.

2011-09-19 Thread Daniel Reverri
The crash report indicates the webmachine logger could not start it's logger. Specifically, it looks like the configured directory does not exist. Have you configured the logger in app. config? Can you check the configured path exists? Thanks Dan Sent from my iPhone On Sep 19, 2011, at 1:59 AM

Re: Misbehaving bucket

2011-09-12 Thread Daniel Reverri
Hi Jeremy Are you doing a full bucket query or retrieving individual objects? Is your bucket configured to allow siblings (allow_mult=true)? Do the objects being retrieved have many siblings? Are you using multiple backends? Thanks Dan Sent from my iPhone On Sep 12, 2011, at 10:13 AM, Jeremy

Re: Riak 1.0 pre2 legacy_keylisting crash

2011-09-11 Thread Daniel Reverri
Hi Ryan Were there any errors in the error.log or console.log files? Thanks Dan Sent from my iPad On Sep 11, 2011, at 10:43 AM, Ryan Caught wrote: > Yeah, I did upgrade all nodes first, then changed the setting. > > On Sun, Sep 11, 2011 at 10:32 AM, Sean Cribbs wrote: > AFAIK you need to ma

Re: riak-admin script not working for me

2011-08-07 Thread Daniel Reverri
Whoops. Sent email before reading my entire inbox :( Sent from my iPhone On Aug 7, 2011, at 8:58 AM, Daniel Reverri wrote: > Do you gave a .erlang file in your home directory? > > Dan > > Sent from my iPhone > > On Aug 7, 2011, at 4:21 AM, Andrew Thompson wrote: >

Re: riak-admin script not working for me

2011-08-07 Thread Daniel Reverri
Do you gave a .erlang file in your home directory? Dan Sent from my iPhone On Aug 7, 2011, at 4:21 AM, Andrew Thompson wrote: > Hi All, > > This one has probably been answered many times before and I apologize > in advance... > > I have built and installed my first riak instance and along th

Re: scp data

2011-07-29 Thread Daniel Reverri
Hi Francisco When tarring up the data directories on nodes it's important to remember that the partition to node mapping as defined in the ring file will determine where a cluster looks for data. Here is a method for migrating data to a new cluster: Using "riak-admin reip" to restore Bitcask

Re: riak-0.14.2 memory crash

2011-07-08 Thread Daniel Reverri
Can you check if an erl_crash.dump file was created? The crash dump should give some indication of which processes were taking up memory. The crashdump_viewer built into Erlang is very useful for reviewing crash dumps. Thanks Dan Sent from my iPhone On Jul 8, 2011, at 4:18 PM, Sylvain Niles

Re: problem building latest

2011-04-26 Thread Daniel Reverri
Hi Phil Riak 0.14 doesn't support R14B02. You can build Riak from the master branch which should work with R14B02. Thanks Dan Sent from my iPhone On Apr 26, 2011, at 1:59 PM, Phil Stanhope wrote: > Following the steps here: > http://wiki.basho.com/Installing-on-RHEL-and-CentOS.html > > NO

Re: Wriaki bug?

2010-11-01 Thread Daniel Reverri
e: > > > Cool thanks. > >> >> > >> > On 2010-11-01 1:12 AM, "Dan Reverri" wrote: >> > >> > Hi Jeremy, >> > >> > You are correct;... >> >> >> > >> > Daniel Reverri >> > Devel

Re: Riak Search

2010-10-11 Thread Daniel Reverri
garding 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. > d...@bas

Re: erlang mapReduce

2010-09-22 Thread Daniel Reverri
When starting the erlang console you need to add the deps to your code paths: erl -pa $PATH_TO_RIAKC/ebin $PATH_TO_RIAKC/deps/*/ebin This will resolve the module could not be loaded issue. You my want to try port 8087 instead of 8081. Port 8081 is only valid when working against devrel. The 'C

Re: riak postcommit hooks

2010-08-02 Thread Daniel Reverri
The "postcommit" property on a bucket should be a list of "mod", "fun" references. Are you passing a list to the postcommit property? Dan Sent from my iPhone On Aug 2, 2010, at 3:04 AM, Joseph Lambert wrote: > Hi, > > I've been trying to work with postcommit hooks to try a method for creatin

Re: Riak 0.11.0 hanging on OSX 10.6

2010-07-19 Thread Daniel Reverri
Hi Shane, Can you try increasing the number of allowed open file handles on your system? ulimit -n 1024 You can check this setting from a riak console by typing: os:cmd("ulimit -a"). Thanks, Dan Sent from my iPhone On Jul 18, 2010, at 10:32 PM, Shane Holloway wrote: > I'm having a bit of a p

Re: socket.error: [Errno 61] Connection refused

2010-05-02 Thread Daniel Reverri
Hi Norman, The content-type should be "application/json". You should not need a template engine to view the file. On May 2, 2010, at 3:31 PM, Norman Khine wrote: > hi dan, > oops, my bad! > > one more thing, when i navigate to > http://127.0.0.1:8098/riak/mybucket/myobject the browser downlo