Releases: cdapio/hadoop_cookbook
Release version 2.0.5
Release version 2.0.4
This is a bug fix release for some issues with running on HDP 2.2 and running HiveServer2 with the new init scripts.
Release version 2.0.3
This is a small bug fix release. It fixes disabling Transparent Hugepage Compaction on all different instances of CentOS and Spark init, which use ampersand to background the startup command.
Release version 2.0.2
Release version 2.0.1
This is a bug fix release. There was an issue with the 2.0.0
release with HDP versions prior to 2.2.0.0
which caused the hbase
command to not work as expected.
- Supply /etc/default/hbase for hbase binary ( Issue: #200 )
Release version 2.0.0
This release is a change from previous versions of the cookbook. Prior to this release, we tried our best to keep the cookbook-produced systems as close to "stock" as possible. Starting with this release, we're working to make the different distributions as similar as possible. This includes introducing our own init scripts, bypassing whatever is shipped with the distribution. This has also replaced many packages with simple templates.
Due to these changes, we've chosen to change to a new major version.
- Transparent Hugepages are not universally available, per @jdecello and @taverentech ( Issue: #156 )
- Support HDP 2.2.4.2 repo ( Issues: #160 #186 )
- Fix YARN/Hive/Oozie PATHs for HDP 2.2 ( Issue: #161 )
- Official CDH5 repo for Trusty ( Issue: #162 )
- Set user limits by attribute ( Issues: #163 #165 COOK-35 )
- Fix extjs link ( Issues: #164 COOK-36 )
- Use HDP mysql-connector-java ( Issues: #166 COOK-34 )
- Deprecate short versions ( Issue: #167 )
- Correct status for #156 ( Issue: #168 )
- Move SQL connectors to their own recipe ( Issue: #169 )
- Testing updates ( Issues: #170 #171 )
- Use Chef only_if guards over Ruby conditionals ( Issues: #172 #175 #176 #181 )
- Disable SELinux ( Issue: #173 )
- Install libhdfs ( Issue: #177 )
- Support HDP 2.1.10.0 and 2.2.1.0 ( Issue: #178 )
- Move compression libs to helper recipe ( Issues: #179 #187 COOK-44 )
- Ensure zookeeper user has shell access ( Issue: #180 )
- Use
variables
directly over local variable ( Issue: #181 ) - HDP 2.2 MR DistributedCache ( Issue: #182 COOK-40 )
- HDP 2.2 Tez DistributedCache ( Issue: #183 COOK-49 )
- Sort XML configuration keys, per @mbautin ( Issue: #184 )
- HDP 2.2 hadooplzo support ( Issue: #185 )
- Fix Java 7 type checking, per @TD-4242 ( Issue: #188 )
- Template-based init scripts ( Issues: #190 #194 #195 #196 COOK-52 COOK-53 )
- Set debian repository priority ( Issues: #191 #198 )
- Fix HDFS HA checkconfig, per @TD-4242 ( Issue: #192 )
- Initialize ZooKeeper
version-2
directories ( Issue: #193 ) - Support hadoop-metrics2.properties ( Issue: #197 )
- Remove guard on execute block with action :nothing ( Issue: #198 )
Release version 1.13.1
Release version 1.13.0
Release version 1.12.0
This release improves support for secure clusters by setting up some YARN and JHS directories in HDFS for multi-user usage.