[appengine-java] Re: mapreduce cron

2010-11-01 Thread Royce Fullerton
I had the same problem and created a work around that allows for a GET request to start a job. I laid it out in a blog post here: http://roycefullerton.com/post/1430828011/cron-and-map-reduce-jobs-on-google-app-engine I hope it helps. On Oct 24, 2:46 pm, Benjamin yuhui.w...@gmail.com wrote: Hi

[appengine-java] Re: mapreduce cron

2010-11-01 Thread Royce Fullerton
I had this same problem and created a work-around to start MapReduce jobs from Cron. Details are here: http://roycefullerton.com/post/1430828011/cron-and-map-reduce-jobs-on-google-app-engine I hope it helps! On Oct 24, 3:46 pm, Benjamin yuhui.w...@gmail.com wrote: Hi Jacek, there is an

[appengine-java] Re: mapreduce cron

2010-11-01 Thread Royce Fullerton
I had the same problem and created a work around that allows for a GET request to start a job. I laid it out in a blog post here: http://roycefullerton.com/post/1430828011/cron-and-map-reduce-jobs-on-google-app-engine I hope it helps. On Oct 24, 2:46 pm, Benjamin yuhui.w...@gmail.com wrote: Hi

[appengine-java] Re: mapreduce cron

2010-10-25 Thread Benjamin
Hi Jacek, there is an example in mapper project source code: http://code.google.com/p/appengine-mapreduce/source/browse/trunk/java/example/com/google/appengine/demos/mapreduce/TestServlet.java Hope it helps. On Oct 23, 12:03 am, jacek.ambroziak jacek.ambroz...@gmail.com wrote: How to start a