I'm trying to test all the new MapReduce hotness I have:
* ability to reference each part of a Map(Tree)Reduce operation with
syntax: mapreduce.reduce:<task_name_here>, tree: or map: so we can
reuse exising code to build new mapreduce calculations.
* ability to define MapReduceTask objects over RPC.
With the above, building new stuff on Brunet should be really easy.
You can reuse the existing tree: BoundedBroadcast, Greedy. And you
can reuse existing Reduce operations, so far, I only implemented list
concatenation, but merge (concat - duplicates), max, min, and sum
should probably be implemented soon.
But I noticed, nothing worked. then I noticed on my new 9.04 install,
all the unit tests for src/xmlrpc fail. RpcManager is working,
because we use that for connecting, and doing pings, and that is fine.
But when I call an XML-RPC method, I get an HTTP close immediately.
Jiangyan, can you take a look at this?
Can you get your unit tests to pass for that on Ubuntu 9.04?
Best,
--
P. Oscar Boykin http://boykin.acis.ufl.edu
Assistant Professor, Department of Electrical and Computer Engineering
University of Florida