Skip to content

Releases: cdapio/hadoop_cookbook

Release version 1.11.1

28 Feb 02:03
Compare
Choose a tag to compare

This is a minor release to disable auto-starting of services on Debian-based distributions. The 1.11.0 release contained a bug that kept it from being released.

  • Stop packages from auto-starting on install ( Issues: #145 COOK-26 )
  • Fail fast on invalid distribution ( Issues: #146 COOK-25 )

Release version 1.10.1

25 Feb 01:18
Compare
Choose a tag to compare

This is a bug-fix release for HDP 2.1.7.0 on Ubuntu (and possibly others)...

Release version 1.10.0

24 Feb 19:14
Compare
Choose a tag to compare

This release supports HDP 2.2 and CDH 53, and fixes a couple bugs.

Release version 1.9.2

09 Jan 01:08
Compare
Choose a tag to compare

This fixes the log4j logging by providing the default log4j configuration, as shipped with HDP 2.0

Release version 1.9.1

10 Dec 04:05
Compare
Choose a tag to compare

This is a minor bug fix release.

  • Spark tests for #129 ( Issue: #133 )
  • Improve *_LOG_DIR symlink handling ( Issue: #134 )
  • Fix PATH to jsvc in /etc/default/hadoop ( Issue: #135 )

Release version 1.9.0

09 Dec 00:54
Compare
Choose a tag to compare

This release adds support for Tez on HDP.

Release version 1.8.1

08 Dec 23:16
Compare
Choose a tag to compare

This is a small bug fix release. The main modifications are fixes to container-executor.cfg and Spark.

  • Ubuntu Trusty support for CDH5 ( Issue: #128 )
  • Spark MLib requires libgfortran.so.3 ( Issue: #129 )
  • Simplify container-executor.cfg ( Issue: #130 )
  • Minor spark fixes from @pauloricardomg ( Issue: #131 )

Release version 1.8.0

24 Nov 23:29
Compare
Choose a tag to compare

This release adds support for the Avro and Parquet libraries/tools. It also adds support for Spark.

  • Opportunistic creation of hive.exec.local.scratchdir ( Issue: #117 )
  • Only use hadoop::repo for Hive ( Issue: #120 )
  • More Oozie tests ( Issue: #121 )
  • Only test hadoop::default in Vagrant ( Issue: #122 )
  • Avro libraries/tools support ( Issue: #123 COOK-6 )
  • Parquet support ( Issue: #124 COOK-7 )
  • Improve version matching for HDP 2.1 ( Issue: #125 )
  • Initial Spark support ( Issue: #126 )

Release version 1.7.1

05 Nov 23:48
Compare
Choose a tag to compare

This is a hotfix release to resolve a bug introduced in the previous release.

  • Initial Oozie tests ( Issue: #118 )
  • Hotfix symlink log dirs ( Issue: #119 )

Release version 1.7.0

05 Nov 21:55
Compare
Choose a tag to compare

This update primarily improves testing framework, switches to the latest Hortonworks release, and uses Java 7.

  • Use Java 7 by default ( Issue: #108 COOK-5 )
  • Use HDP 2.1 by default ( Issue: #109 )
  • Update tests ( Issues: #110 #111 #114 #115 #116 )
  • Symlink default log dirs to new locations ( Issue: #113 )