Re: calling erlang module, function from python-riak client in mapreduce

2014-05-26 Thread Gopi Krishna
-- > 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

RE: calling erlang module,function from python-riak client in mapreduce

2014-05-26 Thread Erik Søe Sørensen
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

calling erlang module,function from python-riak client in mapreduce

2014-05-26 Thread Gopi Krishna
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