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
