Skip to content

Releases: cdapio/hadoop_cookbook

Release version 2.14.0

04 May 19:59
ca8be70
Compare
Choose a tag to compare

This release brings support for the latest HDP release, as well as future releases via an ability to query the HDP repo to obtain the build number.

  • add TESTING.md ( Issue: #356 )
  • add support for HDP 2.6.4.0 ( Issues: #358 #359 )
  • add helper to fetch HDP build number from public repository ( Issues: #360 )

Release version 2.13.0

05 Dec 22:02
51c162c
Compare
Choose a tag to compare

This release updates the testing framework to modern Chef standards as well as adding capabilities to skip the system_tuning recipe, update the GPG key location, and adds support for HDP 2.6.3

  • Update HDP GPG key location per docs (Issue: #352)
  • Add capability to skip system_tuning recipe (Issue: #353)
  • Update testing framework to modern Chef standards (Issue: #354)
  • Add support for HDP 2.6.3 (Issue: #355)

Release version 2.12.0

13 Sep 01:15
Compare
Choose a tag to compare

This release drops support for RHEL 5 and derivatives, and contains significant fixes around HDP repository configuration including CentOS7 and Ubuntu16 support. It also adds support for HDP 2.5.6.0 and 2.6.2.0.

  • Remove redundant HDP version attributes ( Issue: #344 )
  • Update HDP-UTILS repo to 1.1.0.21 ( Issues: #346 COOK-127 )
  • Use libsnappy1 from hdp-utils on Ubuntu 16 ( Issue: #347 )
  • Add Support for HDP 2.6.2.0 and HDP 2.5.6.0 ( Issue: #348 )
  • Fix CentOS7 support for HDP, configure only update or GA repo ( Issues: #349 COOK-129 )
  • Drop support for RHEL 5 and derivatives ( Issues: #351 COOK-130 )

Release version 2.11.5

08 Aug 18:38
Compare
Choose a tag to compare

This minor release adds compatibility for the latest sysctl when using Chef 12.5+.

  • Support sysctl cookbook 0.10.0 on Chef 12.5+ ( Issues: #340 )

Release version 2.11.4

07 Aug 23:01
Compare
Choose a tag to compare

This is a minor release, which updates the dependency cookbook constraints to be consistent with our current Chef version requirements

  • Constrain sysctl cookbook due to its Chef version dependency ( Issues: #341 )

Release version 2.11.3

29 Jul 02:02
Compare
Choose a tag to compare

This is a minor bugfix release, addressing an issue with the libsnappy package on Ubuntu16

Release version 2.11.2

21 Jun 01:02
Compare
Choose a tag to compare

This release fixes a bug for creating the log directory when using HDP 2.6.1

  • Create hadoop log directory ( Issue: #335 )

Release version 2.11.1

20 Jun 02:04
Compare
Choose a tag to compare

This release adds support for Hive2, Spark2, HDP 2.5.5, and HDP 2.6.1

  • Add HDP 2.5.5.0 ( Issue: #328 )
  • Update cookbook headers ( Issue: #329 )
  • Support installing Slider ( Issue: #330 )
  • Support Hive2 installation and configuration ( Issue: #331 )
  • Support Spark 2.x (spark2) package ( Issue: #332 )
  • Add HDP 2.6.1 ( Issue: #333 )

Release version 2.11.0

18 Apr 18:54
Compare
Choose a tag to compare

This release updates compatibility for Chef 13 as well as including a few bug-fixes for HBase performance or Impala use, Derby DB usage for Hive, and consistent behavior for NodeManager local directories.

  • Remove MRv1 daemon support ( Issues: #313 COOK-118 )
  • Setup NodeManager local directories with defaults ( Issues: #315 COOK-42 )
  • Create directory for dfs.domain.socket.path ( Issues: #316 COOK-56 )
  • Create Derby DB directories ( Issues: #317 COOK-55 )
  • Support amazon platform_family for Chef 13 ( Issues: #323 COOK-123 )
  • Explicitly require 'chef/version' before using Chef::VERSION ( Issue: #324 )
  • Properly configure mass_threshold and inline disable FC023 ( Issue: #325 )
  • Test Chef 13: remove Ruby 2.0, add Ruby 2.3 ( Issue: #326 )

Release version 2.10.1

12 Apr 17:38
Compare
Choose a tag to compare

This release fixes an issue with the HDP version 2.6.0.3

  • Fix issue with 2.6.0.3 ( Issue: #321 )