Is there anyway to load JS libraries for Riak Mapreduce queries? What built in libraries are available (I don't mean the Basho provided ones, but things like string, math, etc). I would really prefer not to do copy and paste.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Yes - if you look in the
You can also store JS in Riak itself and use it in your MR queries: http://wiki.basho.com/MapReduce.html#Map You'd store a java function in Riak as an object in the bucket "myjs" with the key "mymap" then reference it via
|
|||
|
|