cookbook 'cdap', '= 2.28.5'
cdap
(90) Versions
2.28.5
-
-
3.7.0
-
3.6.2
-
3.6.1
-
3.6.0
-
3.5.0
-
3.4.0
-
3.3.3
-
3.3.2
-
3.3.1
-
3.3.0
-
3.2.3
-
3.2.2
-
3.2.1
-
3.2.0
-
3.1.1
-
3.1.0
-
3.0.2
-
3.0.1
-
3.0.0
-
2.28.5
-
2.28.4
-
2.28.3
-
2.28.2
-
2.28.1
-
2.28.0
-
2.27.0
-
2.26.2
-
2.26.1
-
2.26.0
-
2.25.1
-
2.25.0
-
2.24.1
-
2.24.0
-
2.23.2
-
2.23.1
-
2.23.0
-
2.22.0
-
2.21.1
-
2.21.0
-
2.20.0
-
2.19.0
-
2.18.0
-
2.17.3
-
2.17.2
-
2.17.1
-
2.17.0
-
2.16.1
-
2.16.0
-
2.15.5
-
2.15.4
-
2.15.3
-
2.15.2
-
2.15.1
-
2.15.0
-
2.14.1
-
2.14.0
-
2.13.0
-
2.12.0
-
2.11.0
-
2.10.0
-
2.9.2
-
2.9.1
-
2.9.0
-
2.8.1
-
2.8.0
-
2.7.0
-
2.6.0
-
2.5.0
-
2.4.1
-
2.4.0
-
2.3.2
-
2.3.1
-
2.3.0
-
2.2.2
-
2.2.1
-
2.2.0
-
2.1.0
-
2.0.1
-
2.0.0
-
1.3.0
-
1.2.2
-
1.2.1
-
1.2.0
-
1.1.1
-
1.1.0
-
1.0.2
-
1.0.1
-
1.0.0
-
0.1.7
-
0.1.6
Follow4
- 3.7.0
- 3.6.2
- 3.6.1
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.3
- 3.3.2
- 3.3.1
- 3.3.0
- 3.2.3
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.1
- 3.1.0
- 3.0.2
- 3.0.1
- 3.0.0
- 2.28.5
- 2.28.4
- 2.28.3
- 2.28.2
- 2.28.1
- 2.28.0
- 2.27.0
- 2.26.2
- 2.26.1
- 2.26.0
- 2.25.1
- 2.25.0
- 2.24.1
- 2.24.0
- 2.23.2
- 2.23.1
- 2.23.0
- 2.22.0
- 2.21.1
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.3
- 2.17.2
- 2.17.1
- 2.17.0
- 2.16.1
- 2.16.0
- 2.15.5
- 2.15.4
- 2.15.3
- 2.15.2
- 2.15.1
- 2.15.0
- 2.14.1
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.2
- 2.9.1
- 2.9.0
- 2.8.1
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.1
- 2.4.0
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.0
- 2.0.1
- 2.0.0
- 1.3.0
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.1
- 1.1.0
- 1.0.2
- 1.0.1
- 1.0.0
- 0.1.7
- 0.1.6
Installs/Configures Cask Data Application Platform (CDAP)
cookbook 'cdap', '= 2.28.5', :supermarket
knife supermarket install cdap
knife supermarket download cdap
cdap cookbook
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. Defaultconf.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
- Installscdap-cli
package -
config
- Configures all services -
default
- Installscdap
base package and performs configuration ofcdap-site.xml
-
fullstack
- Installs all packages and services on a single node -
gateway
- Installs thecdap-gateway
package andcdap-gateway
andcdap-router
services -
init
- Sets up HDFS, run on Master node -
kafka
- Installs thecdap-kafka
package andcdap-kafka-server
service -
master
- Installs thecdap-master
package and service -
prerequisites
- Installs dependencies such ashadoop
,hbase
,hive
, andntpd
-
repo
- Sets up package manager repositories for cdap packages -
sdk
- Installs the CDAP SDK and sets up acdap-sdk
service -
security
- Installs thecdap-security
package andcdap-auth-server
service -
security_realm_file
- Creates the realm file -
ui
- Installs thecdap-ui
package and service, replacesweb_app
-
upgrade
- Executes the CDAP Upgrade Tool, run on Master node -
web_app
- Installs thecdap-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 |
ark >= 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 |
hadoop >= 2.0.0 |
krb5 >= 2.2.1 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
cdap CHANGELOG
v2.28.5 (Feb 17, 2017)
- Update SDK 4.0.1 checksum ( Issue #212 )
- Update ark and krb5 dependencies ( Issue #213 )
- Split base package install into its own recipe ( Issue #214 )
v2.28.4 (Feb 16, 2017)
- Switch to using Chef::VERSION for cookbook restrictions ( Issue #207 )
- Set testing log level to error ( Issue #208 )
- Wrap all node attributes in version check ( Issue #209 )
- Restrict build-essential on Chef < 12.5 ( Issue: #211 )
v2.28.3 (Feb 9, 2017)
- Set Node.js version for SDK 4.0+ ( Issue #204 )
- Add guard to prevent error on insecure clusters ( Issue #205 )
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 setssl.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.5 passed this metric
Contributing File Metric
2.28.5 passed this metric
Foodcritic Metric
2.28.5 failed this metric
FC066: Ensure chef_version is set in metadata: cdap/metadata.rb:1
Run with Foodcritic Version 10.2.2 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
License Metric
2.28.5 failed this metric
cdap does not have a valid open source license.
Acceptable licenses include Apache-2.0, apachev2, MIT, mit, GPL-2.0, gplv2, GPL-3.0, gplv3.
No Binaries Metric
2.28.5 passed this metric
Testing File Metric
2.28.5 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of http://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
2.28.5 passed this metric
2.28.5 passed this metric
2.28.5 passed this metric
Foodcritic Metric
2.28.5 failed this metric
FC066: Ensure chef_version is set in metadata: cdap/metadata.rb:1
Run with Foodcritic Version 10.2.2 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
License Metric
2.28.5 failed this metric
cdap does not have a valid open source license.
Acceptable licenses include Apache-2.0, apachev2, MIT, mit, GPL-2.0, gplv2, GPL-3.0, gplv3.
No Binaries Metric
2.28.5 passed this metric
Testing File Metric
2.28.5 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of http://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
2.28.5 passed this metric
2.28.5 failed this metric
Run with Foodcritic Version 10.2.2 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
2.28.5 failed this metric
cdap does not have a valid open source license.
Acceptable licenses include Apache-2.0, apachev2, MIT, mit, GPL-2.0, gplv2, GPL-3.0, gplv3.
No Binaries Metric
2.28.5 passed this metric
Testing File Metric
2.28.5 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of http://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
2.28.5 passed this metric
2.28.5 passed this metric
2.28.5 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of http://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
2.28.5 passed this metric
2.28.5 passed this metric