You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by Mauro Del Rio <md...@gmail.com> on 2016/02/29 12:03:53 UTC

Pydoop 1.2.0

Hello everyone,

we're happy to announce a new release of Pydoop, 1.2.0.
Here is a short news list:

   -  Added support for Hadoop 2.7.2.
   -  Dropped support for Python 2.6. Maintaining 2.6 compatibility would
   require adding another dimension to the Travis matrix, vastly increasing
   the build time and ultimately slowing down the development. Since the
   default Python version in all major distributions is 2.7, the added effort
   would gain us little.
   - Bug fixes.

Pydoop is a Python API for Hadoop that allows to write full-fledged
MapReduce applications with HDFS access. Pydoop powers several scientific
projects at CRS4, including Seal (http://biodoop-seal.sourceforge.net),
Biodoop-BLAST (http://biodoop.sourceforge.net/blast), VISPA (
https://github.com/crs4/vispa) and more yet to be released.

Links:

   - git repo: https://github.com/crs4/pydoop
   - download: http://pypi.python.org/pypi/pydoop
   - docs: http://crs4.github.io/pydoop/

Happy pydooping!

The Pydoop Team