How to install kotti_mapreduce
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install kotti-mapreduce
Dependencies
- Babel
- boto
- Kotti>=0.7
- python-dateutil
- validictory
- [testing] detox
- [testing] mock
- [testing] pytest
- [testing] pytest-cov
- [testing] pytest-pep8
- [testing] pytest-xdist
- [testing] tox
- [testing] WebTest
- [testing] wsgi-intercept
- [testing] zope.testbrowser
Lastest release
This is an extension to Kotti that allows to use MapReduce feature to your site.
kotti_mapreduce uses Amazon Elastic MapReduce (Amazon EMR) only at this time. To run a MapReduce job, AWS access key is needed. See also Amazon Elastic MapReduce (Documentation) about the Job Flow for MapReduce.
Development happens at https://github.com/t2y/kotti_mapreduce
Installation
From PyPI:
$ pip install kotti_mapreduce
From github (for developers):
$ git clone git@github.com:t2y/kotti_mapreduce.git $ cd kotti_mapreduce/ $ python setup.py develop
Configuration
To enable the extension in your Kotti site, activate the configurator:
kotti.configurators = kotti_mapreduce.kotti_configure
Documentation
Documentation is hosted on readthedocs.org at http://kotti-mapreduce.readthedocs.org/en/latest/
Authors
- Tetsuya Morimoto
For a complete list of contributors, see https://github.com/t2y/kotti_mapreduce/graphs/contributors
ChangeLog
0.2.0 (2012-08-28)
- fix bugs
- refactoring user-interface
- change the bootstrap model definition to be flexible structure
0.1.0 (2012-08-11)
- first release