appengine-mapreduce
appengine-mapreduce copied to clipboard
A library for running MapReduce jobs on App Engine
Welcome to [Renovate](https://redirect.github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable...
MapReduce depends on APIs not available for Python 3.7 AppEngine. WIll it be supported?
Bumps [junit:junit](https://github.com/junit-team/junit4) from 4.10 to 4.13.1. Release notes Sourced from junit:junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
> Google has transitioned support and further development of the Java and Python MapReduce libraries to the open source community. The source code and documentation are available on Github I'm...
https://github.com/GoogleCloudPlatform/appengine-mapreduce/blob/6e103ac52855c3214de3ec3721d6ec0e7edd5f77/python/test/mapreduce/handlers_test.py#L519 https://github.com/GoogleCloudPlatform/appengine-mapreduce/blob/6e103ac52855c3214de3ec3721d6ec0e7edd5f77/python/test/mapreduce/handlers_test.py#L2411 https://github.com/GoogleCloudPlatform/appengine-mapreduce/blob/6e103ac52855c3214de3ec3721d6ec0e7edd5f77/python/test/mapreduce/model_test.py#L260 `https://www.google.com/chart?` is not working. You can choose between `https://chart.googleapis.com/chart?` or `https://chart.apis.google.com/chart?`. I've seen the tests asserting the wrong address, but in a quick look can't find where...
See issue #87.
db.ListProperty.validate expects the param to be a value to be assigned to the field (which is a List). However the .filter() method expects the value to be a single element....
My multiple-day-long mapreduce just died. Without any retries. Without any log statements explaining why. Sigh. I'm not going to push for a retry (since arguably the preprocess would just repeatedly...
I have a mapreduce pipeline that worked in SDK 122 that now fails in the dev server with the following error after updating to SDK 126: ``` Traceback (most recent...
## Is there any simple example for beginners. Like changes required only **app_id** and deploy with out quite complex configuration like modules etc.