forked from GoogleCloudPlatform/appengine-mapreduce
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
16 lines (13 loc) · 658 Bytes
/
README
File metadata and controls
16 lines (13 loc) · 658 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
AppEngine Mapreduce library
===========================
Official site: https://github.com/GoogleCloudPlatform/appengine-mapreduce
Check the site for up to date status, latest version, getting started & user
guides and other documentation.
Archive contents:
- python : python version of the library resides here
- build.sh : use this to run tests for python library, build and run demo app
- src : python source code for mapreduce library
- tests : tests for mapreduce library
- demo : a demo application that uses the map reduce.
- java : java version of the library
- build.xml : ant build file