Hi,

I've successfully implemented a couple of mappers that get kicked off
using the function from control.py.  There's a parameter in there for
shard_count, but not one for processing_rate.  Trying to just slip it
in there produces the following error:

start_map() got an unexpected keyword argument 'processing_rate'

Looks like it wouldn't be hard to add, but before I go messing around
with the source, I was wondering if this was omitted for a particular
reason.

Also, is there a way to refer to a mapper defined in mapreduce.yaml so
that I can have one definition rather than one in the yaml and one in
code using the method from control.py?

Thanks,
Steve

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to