On 06/27/2011 07:45 PM, Jeremy Lewi wrote:
> I've been look at the code for map-reduce tethering (Issue 512
> https://issues.apache.org/jira/browse/AVRO-512)  to see what it would
> take to add support for python (Issue 570). 

Great!  This would be wonderful to have.

> I've been looking at the example provided by
> lang/java/mapred/src/test/java...
> 
> It looks like the test code only includes the code for the tethered task
> which runs the word count.
> 
> So it looks like example code for setting up an actual TetherJob which
> uses this code is still missing.

TetherTask and TetherTaskRunner (in the test tree) are the framework for
tethered Java jobs.  They're meant to be fully general, not specific to
WordCount, providing a reference for other implementations.

Cheers,

Doug

Reply via email to