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

mapreduce subversion no more available #546

Open
cedk opened this issue Aug 20, 2016 · 3 comments
Open

mapreduce subversion no more available #546

cedk opened this issue Aug 20, 2016 · 3 comments

Comments

@cedk
Copy link
Contributor

cedk commented Aug 20, 2016

The Makefile tries to checkout the revision 491 of the mapreduce subversion.
But mapreduce project has migrated to https://github.com/GoogleCloudPlatform/appengine-mapreduce
I do not know if the mapreduce.patch is still needed, but it should at least be changed in Makefile to use a git clone.

@cedk
Copy link
Contributor Author

cedk commented Aug 27, 2016

Indeed we could fork mapreduce, apply the patch and use a git submodule

@landyu
Copy link

landyu commented Jan 16, 2017

i just comment
mapreduce:
#svn co -r 491 http://appengine-mapreduce.googlecode.com/svn/trunk/python/src/mapreduce
#cd mapreduce/ && patch < ../mapreduce.patch
and
#includes:
#- mapreduce/include.yaml

it works....

@landyu
Copy link

landyu commented Jan 16, 2017

mapreduce

  • modify mapreduce tag of Makefile:
mapreduce:
	git submodule add https://github.com/GoogleCloudPlatform/appengine-mapreduce
	cd appengine-mapreduce/python/src/mapreduce/ && patch < ../../../../mapreduce.patch
  • modify includes tag of app.yaml:
includes:
- appengine-mapreduce/python/src/mapreduce/include.yaml

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

2 participants