Re: Riak Recap for May 28 - 31

2011-06-01 Thread Mark Phillips
Wow. That was a fairly egregious typo. Apologies, and thanks for catching that, Jon. Mark On Wed, Jun 1, 2011 at 10:34 PM, Jonathan Langevin wrote: > To clarify about the php client, it's based on top of the official php > client (not python), with changes for code efficiency, php 5, and package

Ubuntu repository

2011-06-01 Thread Jonathan Langevin
Any chance of Basho making an Ubuntu Riak repository available anytime soon? A ppa via launchpad seems pretty painless to put together. - Jon Langevin -- sent from my Android phone ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho

Re: Riak Recap for May 28 - 31

2011-06-01 Thread Jonathan Langevin
To clarify about the php client, it's based on top of the official php client (not python), with changes for code efficiency, php 5, and packaged for Yii specifically. I'll be pushing the non-yii-specific changes back upstream in the near future. - Jon Langevin -- sent from my Android phone On Ju

Correct way to use pbc/mapreduce to do multiget where keys and bucket names are binary values?

2011-06-01 Thread Jacques
I'm using Java and looking to replicate multi-get using a map-only job per everyone's recommendation. My bucket and key names are binary values, not strings. I attempted to run a map reduce job using a json input object, base 64 encoding the values. This failed. What is the correct way to submi

Key composition and secondary indexes

2011-06-01 Thread Ryan Caught
Hi everyone, I have some questions regarding key composition and secondary indexes. Key filters seem really useful, and because of this, I find myself designing keys that have (perhaps) too many elements within them. - Are there any best practices concerning key composition? - Does the comp

Riak Recap for May 28 - 31

2011-06-01 Thread Mark Phillips
Afternoon, Evening, Morning to All - For today's Recap: A slide deck, new code, jobs and more. Enjoy - Mark Community Manager Basho Technologies wiki.basho.com twitter.com/pharkmillups Riak Recap for May 28 - 31 1) Patrick Durusau post

[RELEASE] Riak and Riak Search 0.14.2

2011-06-01 Thread Mark Phillips
Hey All, We've just tagged and released version 0.14.2 for both Riak and Riak Search. These point releases both consist primarily of patch-level fixes. * Pre-built installations and source tarballs for version 0.14.2 of Riak are here: http://downloads.basho.com/riak/CURRENT/ * Pre-built installa

Re: Riak Search default_field

2011-06-01 Thread Ryan Zezeski
Hagbard, I believe you should be able to use _aliases_ to accomplish what you want. http://wiki.basho.com/Riak-Search---Schema.html#Fields-and-Field-Level-Properties -Ryan On Fri, May 27, 2011 at 12:37 PM, Hagbard Celine wrote: > Hi, > is there a way to use more than one Field as default_fiel

Re: about nodeup and down

2011-06-01 Thread Dan Reverri
The node watched in riak_core is responsible for this behavior: https://github.com/basho/riak_core/blob/master/src/riak_core_node_watcher.erl Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. d...

Re: deleting keys

2011-06-01 Thread Sean Cribbs
Good point, Eric. This is the primary reason that Ripple switched to ISO 8601 format as the default; also that other languages will often use ISO 8601, whereas RFC 822 is less common. Sean Cribbs Developer Advocate Basho Technologies, Inc. http://basho.com/ On Jun 1, 2011, at 10:33 AM, Eric Mo

Re: deleting keys

2011-06-01 Thread Eric Moritz
Depending on what you need the date for, you may be able to skip the parsing step. If you're using it for sorting or comparison, ISO8601 can be compared lexicographically and usually no parsing is needed, "earlier_isodate < later_isodate" will be true in Javascript even though they're strings. I

Re: deleting keys

2011-06-01 Thread Sean Cribbs
Rob, Yes, you can use the provided iso8601.js file (only generated for you in a Rails 3 project, unfortunately, but you can grab it from inside the gem or on github) to parse ISO8601 Dates. You'll need to set the js_source_dir in app.config to point to the directory where this lives. If we upg

Re: deleting keys

2011-06-01 Thread Dingwell, Robert A.
Thanks, I was trying to use the number of keys as an indication of how many objects there were in a bucket but I see that is not the smartest approach. I didn't see anything that was an indication of the number of items in a bucket , is there anything if riak like this or do I need to create

about nodeup and down

2011-06-01 Thread yaoxinming
hi if anyone know how riak handle node down and up, In my application ,when a node up,I will use net_adm:ping another nodeļ¼Œbut i cant find any such code in riak any advice is welcome xinming.yao 2011.6.1 ___ riak-users mailing list riak-users@lists.b