--
> Fra: Gopi Krishna
> Dato:26/05/2014 14.18 (GMT+01:00)
> Til: riak-users@lists.basho.com
> Emne: calling erlang module,function from python-riak client in mapreduce
>
> Hi all,
>
> I've been doing the thing get the map phase work in query.map() in
> pytho
rlang module,function from python-riak client in mapreduce
Hi all,
I've been doing the thing get the map phase work in query.map() in python-riak
client.
I have written a function in erlang.
funs(Obj,_,_) -> [riak_object:get_value(Obj)].
I have saved it in a file called maps.erl
I
Hi all,
I've been doing the thing get the map phase work in query.map() in
python-riak client.
I have written a function in erlang.
funs(Obj,_,_) -> [riak_object:get_value(Obj)].
I have saved it in a file called *maps.erl*
I have compiled the *maps.erl* to get the *maps.beam *file to give the