You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hadoop.apache.org by Mauro Del Rio <md...@gmail.com> on 2015/09/07 13:19:13 UTC

Pydoop 1.1.0

Hello everyone,

we're happy to announce a new release of Pydoop (
https://github.com/crs4/pydoop), 1.1.0.
Here is a short news list:

   - HDP 2.2 is now supported.


   - Pyavroc is automatically loaded if installed, enabling much faster
   (30-40x) Avro (de)serialization.


   - Introduced Timer objects to help debug performance issues.


   - Bug fixes and performance improvements.

See more at http://crs4.github.io/pydoop/news/index.html.

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
).

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