Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

cdap (90) Versions 2.28.2

Installs/Configures Cask Data Application Platform (CDAP)

Policyfile
Berkshelf
Knife
cookbook 'cdap', '= 2.28.2', :supermarket
cookbook 'cdap', '= 2.28.2'
knife supermarket install cdap
knife supermarket download cdap
README
Dependencies
Changelog
Quality 100%

cdap cookbook

Cookbook Version
Apache License 2.0
Build Status
Code Climate
Build Status

Requirements

  • Oracle Java JDK 7+ with JCE (provided by java cookbook)
  • Hadoop 2.0+ HDFS, YARN, ZooKeeper, Hive, and HBase (provided by hadoop cookbook)

Usage

Distributed

The simplest usage is to install a complete CDAP stack on a single machine, using the cdap::fullstack recipe. Directories
in HDFS are created using the cdap::init recipe. The CDAP Upgrade Tool can be run after upgrading CDAP by using the
cdap::upgrade recipe.

Standalone/SDK

Use the cdap::sdk recipe.

Attributes

  • ['cdap']['conf_dir'] - The directory used inside /etc/cdap and used via the alternatives system. Default conf.chef
  • ['cdap']['repo']['apt_repo_url'] - Specifies URL for fetching packages from APT
  • ['cdap']['repo']['apt_components'] - Repository components to use for APT repositories
  • ['cdap']['repo']['yum_repo_url'] - Specifies URL for fetching packages from YUM
  • ['cdap']['version'] - CDAP package version to install, must exist in the given repository

Recipes

  • cli - Installs cdap-cli package
  • config - Configures all services
  • default - Installs cdap base package and performs configuration of cdap-site.xml
  • fullstack - Installs all packages and services on a single node
  • gateway - Installs the cdap-gateway package and cdap-gateway and cdap-router services
  • init - Sets up HDFS, run on Master node
  • kafka - Installs the cdap-kafka package and cdap-kafka-server service
  • master - Installs the cdap-master package and service
  • prerequisites - Installs dependencies such as hadoop, hbase, hive, and ntpd
  • repo - Sets up package manager repositories for cdap packages
  • sdk - Installs the CDAP SDK and sets up a cdap-sdk service
  • security - Installs the cdap-security package and cdap-auth-server service
  • security_realm_file - Creates the realm file
  • ui - Installs the cdap-ui package and service, replaces web_app
  • upgrade - Executes the CDAP Upgrade Tool, run on Master node
  • web_app - Installs the cdap-web-app package and service

Author

Author:: Cask Data, Inc. (ops@cask.co)

License

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this software except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Dependent cookbooks

ambari >= 0.0.0
apt >= 0.0.0
java >= 0.0.0
nodejs >= 0.0.0
ntp >= 0.0.0
yum >= 0.0.0
yum-epel >= 0.0.0
ark < 2.2.0
hadoop >= 2.0.0
krb5 >= 2.2.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

cdap CHANGELOG

v2.28.2 (Feb 2, 2017)

  • Install rkerberos gem during init ( Issue: #201 )
  • Move HBase grant commands to init ( Issue: #202 )

v2.28.1 (Jan 26, 2017)

  • Properly constrain version of base package installed with CLI ( Issue: #198 )
  • Add CDAP 4.0.1, 3.5.3, and Ambari Service 4.0.2 ( Issue: #199 )

v2.28.0 (Jan 19, 2017)

  • Use krb5_principal and krb5_keytab LWRPs ( Issue: #181 )
  • Add 3.5.2 and 4.0.0 and make 4.0.0 default ( Issues: #194 #195 )

v2.27.0 (Dec 14, 2016)

  • Do not set kafka.server.log.dirs so kafka.log.dir can be used ( Issue: #187 )
  • Sync script with CDAP init scripts ( Issue: #188 )
  • Include Java in CLI recipe, unless skip is requested ( Issue: #189 )
  • Support HDP 2.5.3.0 ( Issue: #190 )
  • Use precise repo for up through xenial ( Issue: #191 )
  • Restrict ark cookbook version ( Issue: #192 )

v2.26.2 (Nov 10, 2016)

  • Always run security recipe in fullstack ( Issue: #185 )

v2.26.1 (Oct 25, 2016)

  • Add HDP 2.2.6.3 and 2.4.3.0 support ( Issue: #180 )
  • Remove sticky bit from user JHS directories ( Issue: #182 )
  • Honor the CDAP_USER environment ( Issue: #183 )

v2.26.0 (Oct 18, 2016)

  • Remove some settings from cdap-defaults.xml in CDAP ( Issue: #172 )
  • Refactor for less code duplication ( Issue: #173 )
  • Increase mass threshold ( Issue: #174 )
  • Update README.md for CPCP ( Issue: #175 )
  • Disable Style/FrozenStringLiteralComment cop ( Issue: #176 )
  • Support HDP 2.3.6.0 ( Issue: #177 )
  • Use CDAP 3.6.0 release ( Issue: #178 )

v2.25.1 (Sep 27, 2016)

  • Fix Chef supermarket package ( Issue #171 )

v2.25.0 (Sep 26, 2016)

  • Setup codeclimate and DRY up code ( Issue: #166 )
  • Separate realm file into its own recipe ( Issues: #167 #168)
  • Support CDAP SDK 3.5.1 ( Issue: #169 )

v2.24.1 (Sep 23, 2016)

  • Support CDAP 4.0 bash script ( Issue: #163 )

v2.24.0 (Sep 14, 2016)

  • Use latest released cdap-ambari-service version ( Issue: #157 )
  • Rename LICENSE to LICENSE.txt ( Issue: #160 )
  • Support IBM Open Platform (IOP) (Issue: #161 )

v2.23.2 (Sep 8, 2016)

  • Revert changes to init scripts until caskdata/cdap#6574 is merged ( Issue: #158 )

v2.23.1 (Sep 1, 2016)

  • Fix Router path ( Issue: #156 )

v2.23.0 (Aug 26, 2016)

  • Switch Ambari dependency to recommends ( Issue: #150 )
  • Support new cdap script for CDAP 4.0+ ( Issue: #151 )
  • Add checksum for CDAP 3.3.7 SDK ( Issue: #152 )
  • Use CDAP 3.5 by default ( Issue: #153 )

v2.22.0 (Jul 26, 2016)

  • Support CDAP SDK 3.3.5 ( Issue: #140 )
  • Support cdap-ambari-service installation on Ambari ( Issue: #141 )
  • Update README to reflect current recipes and usage ( Issue: #142 )
  • Support CDAP SDK 3.4.3 ( Issue: #143 )
  • Set default CDAP version to 3.4.3-1 ( Issue: #144 )
  • Update test kitchen ( Issue: #146 )
  • Support CDAP SDK 3.3.6 ( Issue: #147 )

v2.21.1 (Jun 29, 2016)

  • Add checksum for CDAP 3.4.2 SDK ( Issue: #136 )
  • Only restart SDK if actions include start ( Issue: #137 )
  • Rewrite distribution to Precise ( Issues: #138 COOK-102 )

v2.21.0 (May 25, 2016)

  • Add CDAP SDK bin to PATH ( Issues: #133 COOK-98 )
  • Set CDAP 3.4.1 default and support 3.3.4 SDK installs ( Issue: #134 )

v2.20.0 (May 10, 2016)

  • Do not install Node.js on CDAP 3.4+ ( Issue: #128 )
  • Setting security.server.ssl.enabled should set ssl.enabled ( Issues: #129 COOK-74 )
  • Update SDK hashes and default to CDAP 3.4.0 ( Issue: #131 )

Previous release CHANGELOGs are available on the project's GitHub Releases.

Collaborator Number Metric
            

2.28.2 passed this metric

Foodcritic Metric
            

2.28.2 passed this metric

License Metric
            

2.28.2 passed this metric