Skip to content

GoogleCloudPlatform/appengine-mapreduce

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
img
December 23, 2010 00:08
July 24, 2015 18:05

AppEngine Mapreduce library

Build Status

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