I can remove the Jobs from the datastore and get rid of them that way, but
this does not explain why my Jobs get stuck in "RUNNING" state and it never
hits the break points in my Mapper class.
I must have set something up slightly wrong, but I can't think what. Here
is my xml:
<configurations>
<configuration name="MapReduce for Leaderboard Entries">
<property>
<name>mapreduce.map.class</name>
<value>com.mapreduce.LeaderboardEntryMapper</value>
</property>
<property>
<name>mapreduce.inputformat.class</name>
<value>com.google.appengine.tools.mapreduce.DatastoreInputFormat</value>
</property>
<property>
<name human="Entity Kind to Map
Over">mapreduce.mapper.inputformat.datastoreinputformat.entitykind</name>
<value template="optional">LEADERBOARDENTRYTEMP</value>
</property>
</configuration>
</configurations>
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-appengine-java/-/KWpRiU1X6JoJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine-java?hl=en.