Releases: cdapio/cdap_cookbook
Releases · cdapio/cdap_cookbook
Release version 0.1.5
Some small updates for newer versions of CDAP. This should remain compatible with older versions, but users will need to enable kerberos.auth.enabled
to get the same functionality as just using security.enabled
did on older releases.
Release version 0.1.4
This release adds CDAP 2.5 support by adding the router.server.address
property.
Release version 0.1.3
This release adds support for creating cdap-security.xml
using cdap['cdap_security']
attributes.
Release version 0.1.2
This adds support for creating keytabs for CDAP services when cdap['cdap_site']['security.enabled']
is true
- Create keytabs ( Issues: #5 )
Release version 0.1.1
Release version 0.1.0
This is the initial release of the cdap
cookbook. It was forked from the continuuity/reactor_cookbook
to support CDAP.