[appengine-java] Re: A MapReduce job isn't going anywhere

2011-01-19 Thread burnayev
Solved. Rebuilt the appengine-mapper.jar from the latest code and removed user-data-constraint transport-guaranteeCONFIDENTIAL/transport-guarantee /user-data-constraint for the mapped URL from web.xml. Kind regards, Borys Burnayev

[appengine-java] Re: A MapReduce job isn't going anywhere

2011-01-17 Thread burnayev
=default task_name=controller- job-1295324073192-0001--0 It seems like I'm getting 403 errors. Any clues why? Can it be related to the AppEngine 1.4 upgrade? Kind regards, Borys Burnayev actioncomplete.com GTD for Android and Web On Jan 17, 11:41 am, burnayev burna...@gmail.com wrote: I've got

[appengine-java] Re: How to get rid of a hanging mapreduce job?

2010-10-19 Thread burnayev
. But then it if it happens long time ago the queue should have given up already. On Oct 17, 5:37 am, burnayev burna...@gmail.com wrote: I deleted the mapreduce-related entities long time ago and it was inconsequential. On Oct 17, 2:50 am, Peter Liu tinyee...@gmail.com wrote: I had

[appengine-java] Re: How to get rid of a hanging mapreduce job?

2010-10-17 Thread burnayev
. By the way, how to mark the task as completed? When my task is done it always end with the Unknown state. I asked this question before but there was no answer. On Oct 16, 9:30 am, burnayev burna...@gmail.com wrote: Mapper API for Java. Usedhttp://ikaisays.com/2010/07/09/using-the-java

[appengine-java] Re: How to get rid of a hanging mapreduce job?

2010-10-16 Thread burnayev
:44, burnayev burna...@gmail.com escribió: Here's the scoop... One of my first mapreduce jobs didn't want to complete by itself. It did not want to abort either. To get rid of the sucker I deployed a new application version and deleted the one the job was running against. I also manually

[appengine-java] How to get rid of a hanging mapreduce job?

2010-10-15 Thread burnayev
Here's the scoop... One of my first mapreduce jobs didn't want to complete by itself. It did not want to abort either. To get rid of the sucker I deployed a new application version and deleted the one the job was running against. I also manually deleted all the residual state mapreduce created in

[google-appengine] Can't deploy a localized application due to 3000 files limit

2010-09-06 Thread burnayev
the performance badly. Is there a natural solution to this? Kind regards, Borys Burnayev actioncomplete.com GTD for Android and Web -- 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

[google-appengine] Re: Can't deploy a localized application due to 3000 files limit

2010-09-06 Thread burnayev
, on a CDN like Amazon S3 for example. It's a good practice anyway... On Sep 6, 3:22 pm, burnayev burna...@gmail.com wrote: I've just tried to deploy an application of mine translated into just 4 languages and went over the 3000 files limit. Most of the files are the permutations generated

[google-appengine] Re: Does App Engine throttle requests from a particular IP address?

2010-03-19 Thread burnayev
An update. As an experiment, instead of sending the requests sequentially in the loop I now send every request from within a new thread. It improved things quite a bit. The requests arrive to the server milliseconds apart. The end result is that the client is done within about 5 seconds for the