e:
> Thank you, Stephen. This works. I could not locate this earlier in the
> mapreduce documentation.
>
> Regards,
> Arun
>
> --
> *From:* Stephen Johnson
> *To:* google-appengine-java@googlegroups.com
> *Sent:* Sun, 16 January, 2011 1:33:31
Thank you, Stephen. This works. I could not locate this earlier in the
mapreduce
documentation.
Regards,
Arun
From: Stephen Johnson
To: google-appengine-java@googlegroups.com
Sent: Sun, 16 January, 2011 1:33:31 AM
Subject: Re: [appengine-java] Mutation pool
Do you have this defined in your mapper class?
@Override
public void taskCleanup(Context context) {
try {
// make sure to call super classes taskCleanup so that the
DatastoreMutationPool
// gets flushed properly otherwise puts/deletes can be lost;
super.taskCleanup(context);
} catch (Excepti
Hi,
I had earlier posted an issue such as "out of mapper quota" earlier
(link below). I had about 260 entities being mapped (for a start), and
not entities were getting updated. I was using the mutation pool for
updates in the map routine. On further investigations, it appears that
the mutation po