Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support MapReduce on Appengine for Python 3.7? #118

Open
alex-kowalczyk opened this issue Jan 21, 2019 · 3 comments
Open

Support MapReduce on Appengine for Python 3.7? #118

alex-kowalczyk opened this issue Jan 21, 2019 · 3 comments

Comments

@alex-kowalczyk
Copy link

MapReduce depends on APIs not available for Python 3.7 AppEngine. WIll it be supported?

@Mark-Hetherington
Copy link

Looks like this needs someone to put their hand up to work on it. We don't currently use MapReduce, but it might be useful to us in the future, and we might be able to put time into porting to 3.7 then.

@speedplane
Copy link

There are two pieces of work that need to be done:

  • Hard: Adapt this mapreduce library to work with the new Google datastore client libraries. I.e., remove references to google.appengine.api, in these files.
  • Easy: Update code to Python 3

I may have time to look into this over the next few months, but no promises.

@toan-lea1
Copy link

Hi @speedplane Is there any update to make it Python 3 compatible?
Thanks,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants