[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 Jacek,
 there is an example in mapper project source 
 code:http://code.google.com/p/appengine-mapreduce/source/browse/trunk/java...

 Hope it helps.

 On Oct 23, 12:03 am, jacek.ambroziak jacek.ambroz...@gmail.com
 wrote:







  How to start a MapReduce job as a cron scheduled task?

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[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 example in mapper project source 
 code:http://code.google.com/p/appengine-mapreduce/source/browse/trunk/java...

 Hope it helps.

 On Oct 23, 12:03 am, jacek.ambroziak jacek.ambroz...@gmail.com
 wrote:







  How to start aMapReducejob as acronscheduled task?

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[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 Jacek,
 there is an example in mapper project source 
 code:http://code.google.com/p/appengine-mapreduce/source/browse/trunk/java...

 Hope it helps.

 On Oct 23, 12:03 am, jacek.ambroziak jacek.ambroz...@gmail.com
 wrote:







  How to start a MapReduce job as a cron scheduled task?

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[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 MapReduce job as a cron scheduled task?

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.