Releases: cdapio/hadoop_cookbook
Release version 2.14.0
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.
Release version 2.13.0
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
Release version 2.12.0
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
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
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
Release version 2.11.2
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
This release adds support for Hive2, Spark2, HDP 2.5.5, and HDP 2.6.1
Release version 2.11.0
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
This release fixes an issue with the HDP version 2.6.0.3
- Fix issue with 2.6.0.3 ( Issue: #321 )