Hi, I think I figured it out the processing_rate thing right after I sent the message. Digging into the source a little more, seems like putting it in the mapreduce_parameters dict is the way to go. I expected it to be on the same level as the shard_count since it's that way in the yaml.
Still wondering if there's a way to just refer to a definition in the yaml. Thanks, Steve On Mon, Oct 11, 2010 at 3:55 PM, songs <coca.c...@gmail.com> wrote: > 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.