Skip to content

Releases: cdapio/hadoop_cookbook

Release version 2.10.0

06 Apr 20:56
Compare
Choose a tag to compare

This version adds support for HDP 2.6 GA release.

  • Update tests ( Issues: #314 #318 )
  • Support HDP 2.6.0.3-8 ( Issue: #319 )

Release version 2.9.0

14 Dec 20:19
Compare
Choose a tag to compare

Includes fix for CVE-2016-5393 on CDH/HDP (by default) and support for HDP 2.5.3 patch-level.

  • Update CDH/HDP default versions ( Issue: #310 )
  • Support HDP 2.5.3.0 ( Issue: #311

Release version 2.8.0

06 Dec 21:45
Compare
Choose a tag to compare

This release is a minor release, including support for configuring Hive logging and several bug fixes.

  • Updates to testing configurations ( Issues: #301 #302 #304 )
  • Update HDP versions when short versions given ( Issue: #303 )
  • Support 2015 and 2016 Amazon Linux AMIs ( Issue: #305 )
  • Use Java cookbook jdk.sh before BigTop tools ( Issues: #306 COOK-107 )
  • Hive logging support ( Issues: #307 COOK-111 )
  • Fix hadoop-mapreduce-historyserver stop ( Issue: #308 )

Release version 2.7.1

25 Oct 20:09
Compare
Choose a tag to compare

This release adds support for Spark on IOP and some general refactoring/cleanup.

  • Switch to new Ruby hash syntax ( Issue #297)
  • Add non-cookbook files to chefignore ( Issue #298)
  • Support for Spark on IOP ( Issue #299 )

Release version 2.7.0

18 Oct 05:50
Compare
Choose a tag to compare

This release adds support for HDP 2.4.3.0 and 2.3.6.0, a fix where default attributes weren't being set, and some general refactoring/cleanup.

  • Pull in code from forks ( Issue #282 )
  • Use correct License file ( Issue #283 )
  • Set distribution defaults in attributes instead of recipes ( Issue #284 )
  • Updated codeclimate configuration ( Issue #285 )
  • Updated README ( Issue #286 )
  • Support HDP 2.4.3.0, and fix issues with 2.2.1.0, 2.2.6.3, 2.3.6.0 ( Issues #287 #295 )
  • Refactoring JAAS configuration, Mapreduce, and Tez ( Issues #288 #293 #292)
  • Workaround for a missing dependency in HDP Zookeeper Ubuntu packages ( Issue #289 )
  • Update Rubocop configurations ( Issue #290 )
  • Create library function for Hadoop properties ( Issue #294 )

Release version 2.6.0

09 Sep 21:34
Compare
Choose a tag to compare

This release introduces support for IBM Open Platform and updates the supported HDP versions.

  • Support for IBM Open Platform ( Issue: #226 )
  • Support IOP 4.2.0.0 (and others) ( Issue: #278 )
  • HDP: Remove 2.2.1.0 and 2.2.6.3 and add 2.3.6.0 ( Issue: #279 )
  • Rename LICENSE to LICENCE.txt ( Issue: #280 )

Release version 2.5.0

01 Sep 20:00
Compare
Choose a tag to compare

This release removes the policy_rcd library function and replaces it with the dpkg_autostart cookbook and updates support for HDP.

  • Remove policy_rcd and use dpkg_autostart cookbook ( Issue: #272 )
  • Update testing framework ( Issue: #273 )
  • Use major_platform_version for centos5 or HDP >= 2.3 ( Issue: #275 )
  • Support HDP 2.5 ( Issue: #276 )

Release version 2.4.1

02 Aug 00:01
Compare
Choose a tag to compare

This release adds support for HDP 2.4.2.0 to the cookbook.

  • Support for HDP 2.4.2.0 ( Issue: #270 )

Release version 2.4.0

27 Jul 21:05
Compare
Choose a tag to compare

This release adds the ability to configure different JAAS configuration files for services or clients. It also includes a few bug fixes and updates the Gem restrictions on older Ruby.

  • Update ext.js download URL to Cloudera, per @jeremyhahn ( Issue: #265 )
  • Restrict Gem versions on older Ruby ( Issue: #266 )
  • Set ZOOPIDFILE ( Issues: #267 COOK-105 )
  • Split client and service JAAS files ( Issues: #268 COOK-106 )

Release version 2.3.3

20 Jun 20:30
Compare
Choose a tag to compare

This is a bug fix release, primarily to fix #262 for ZooKeeper standalone usage.

  • Setting YARN_LOG_DIR is a redundant test, use text-based ( Issue: #261 )
  • ZooKeeper filesystem objects should use zookeeper group ( Issues: #262 COOK-100 )
  • Use upstream ulimit cookbook for testing ( Issue: #263 )