Releases: cdapio/hadoop_cookbook
Release version 2.3.2
Release version 2.3.1
Release version 2.3.0
This release fixes Spark configuration, prevents overwriting YUM configuration, adds support for the latest HDP and CDH versions, and updates the default versions of these.
- Change spark-defaults from XML to .conf property file ( Issue: #241 )
- Update default versions: HDP 2.3.4.7, CDH 5.6.0 ( Issue: #242 )
- Support HDP 2.3.4.7 and 2.4.0.0 ( Issue: #250 )
- Create hadoop_package helper for ODP-based distributions ( Issue: #251 )
- Revert change to zookeeper_server recipe from #251 ( Issue: #252 )
- Use oozie for service name, not pkg variable from #251 ( Issue: #253 )
- Remove unnecessary inclusion of
yum::default
( Issue: #254 )
Release version 2.2.1
This is a bugfix release resolving some significant issues with Apache Bigtop support and an incorrect $SPARK_HOME. It also adds support for HDP 2.3.4.0.
Release version 2.2.0
This release adds Ubuntu 14 and Debian 7 repository support for HDP 2.3.2.0+ and support for HDP 2.2.9.0 repositories.
- Add Code Climate badge ( Issue: #232 )
- Syntax fix in
metadata.rb
per @mrjefftang ( Issue: #234 ) - Fix up ImmutableMash/Array for older Chef per @mrjefftang ( Issue: #235 )
- Support Ubuntu 14 and Debian 7 for HDP 2.3.2.0+ per @kriszentner ( Issue: #236 )
- Support HDP 2.2.9.0 ( Issue: #237 )
- Revert #230 - Init scripts should use ampersand ( Issue: #238 )
- Fix Hive init scripts ( Issue: #239 )
Release version 2.1.0
This release adds support for Apache BigTop 1.0.0 and HDP 2.3.2.0 to the cookbook.
- Add support for Apache Storm ( Issue: #223 )
- Support BigTop 1.0.0 ( Issue: #224 )
- Update minimum
apt
cookbook dependency ( Issue: #227 ) - Support HDP 2.3.2.0 ( Issues: #228 COOK-76 )
- Update Gemfile dependencies ( Issue: #229 )
- Init scripts should use ampersand ( Issue: #230 )
- Update foodcritic constraint ( Issue: #231 )
- Reserve Hadoop ports from being used as local ports ( Issues: #233 COOK-79 )
Release version 2.0.9
This is a minor bug fix release to resolve issues installing specific HDP 2.1 and 2.2 versions on Ubuntu.
- Support later HDP 2.1 and HDP 2.2 updates on Ubuntu ( Issue: #225 )
Release version 2.0.8
This is a small bug fix release to fix issues with Hive services and running secure DataNodes on HDP 2.0 clusters.
- Fix Hive init scripts, per @QuentinFra ( Issue: #220 )
- Correct JSVC_HOME for HDP 2.0 ( Issues: #221 COOK-70 )
- Support HDP 2.2.8.0 ( Issue: #222 )
Release version 2.0.7
This is a bugfix release to fix Hive sql_connector jar on Ubuntu, and to set appropriate Yarn default increment-allocations.
Release version 2.0.6
This is a bug fix release to set CONF_DIR to SPARK_CONF_DIR for Spark services.
- Fix Spark CONF_DIR ( Issue: #215 )