Releases: cdapio/cdap_cookbook
Release version 1.2.2
This release adds creation of the HDFS home directory for the cdap['cdap_site']['hdfs.user']
user.
- Create HDFS home dir for
hdfs.user
( Issue: #41 )
Release version 1.2.1
This is a bugfix release. The previous releases assumed CDAP's hdfs.user
setting was set to yarn
, especially on secure clusters. With the changes in cdapio/cdap#961, it is now recommended to set the hdfs.user
to cdap
. This release allows this, as well as some configuration cleanup.
Release version 1.2.0
Release version 1.1.1
This is a bug fix release. The previous release would install the latest version of cdap-master
dependencies, regardless of cdap['version']
setting.
Release version 1.1.0
Release version 1.0.2
Release version 1.0.1
This is a minor update to the cookbook. The primary difference is that we now install a specific version of CDAP based on an attribute. The default is the current stable release, so the end result is the same as 1.0.0
release.
Release version 1.0.0
This release breaks from previous versions by splitting cdap['repo']['url']
into cdap['repo']['yum_repo_url']
and cdap['repo']['apt_repo_url']
and also moves to using Java 7 as default.
Release version 0.1.7
This is a bug fix release for an issue where YUM was usable to properly authenticate the GPG key of the repository. Disabling GPG checking for this release.
Release version 0.1.6 - Initial OSS release
This is the initial OSS release of this cookbook. The only notable change is the change to use public repositories for CDAP.