That is correct. It support one namespace. If there are 1000 namespaces, then we have to setup 1000 mapreduce jobs, and monitor them. It is more work and not convenient, if you are doing data processing more often. Please star this issue, if you are using namespace and mapreduce https://code.google.com/p/appengine-mapreduce/issues/detail?id=108
On Fri, Jul 25, 2014 at 12:13 AM, 'Tom Kaitchuck' via Google App Engine < [email protected]> wrote: > Mapreduce does support namespaces: > > https://code.google.com/p/appengine-mapreduce/source/browse/trunk/java/src/main/java/com/google/appengine/tools/mapreduce/inputs/DatastoreInput.java#28 > > > On Thu, Jul 24, 2014 at 12:28 AM, Aswath Satrasala < > [email protected]> wrote: > >> Currently, mapreduce does not support namespaces well and takes takes >> longer time to setup and code. >> Any idea, on the the dataflow when it will be for public? Will it >> support for processing namespaces data in appengine? >> >> -Aswath >> >> >> >> On Fri, Jun 27, 2014 at 12:18 AM, 'Tom Kaitchuck' via Google App Engine < >> [email protected]> wrote: >> >>> No >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Google App Engine" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To post to this group, send email to [email protected]. >>> Visit this group at http://groups.google.com/group/google-appengine. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google App Engine" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/google-appengine. >> For more options, visit https://groups.google.com/d/optout. >> > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/google-appengine. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
