GoogleCloudPlatform / appengine-mapreduce

A library for running MapReduce jobs on App Engine
https://github.com/GoogleCloudPlatform/appengine-mapreduce/wiki/1-MapReduce
Apache License 2.0
234 stars 109 forks source link

Is this repo different from the mapreduce module in the SDK #96

Open edwardfung123 opened 8 years ago

edwardfung123 commented 8 years ago

Should I use this repo or the mapreduce module inside the appengine SDK (e.g. google-cloud-sdk/platform/google_appengine/google/appengine/ext/mapreduce)?

aozarov commented 8 years ago

You should use this repo and not the one that is bundled with the SDK for internal use.

edwardfung123 commented 8 years ago

Thanks. I found that the documentation page for GAE has changed a lot since the Google IO 2016. It starts showing automatic generated doc for the packages in google.appengine.ext (e.g. https://cloud.google.com/appengine/docs/python/refdocs/google.appengine.ext.mapreduce). Maybe it is better to tell everyone it is for internal use.

aozarov commented 8 years ago

Thank you. I sent a proposal to fix that doc.