cookbook 'cdap', '~> 3.7.0'
cdap
(90) Versions
3.7.0
-
-
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', '~> 3.7.0', :supermarket
knife supermarket install cdap
knife supermarket download cdap
cdap cookbook
Requirements
- Java JDK 8+ with JCE
- Hadoop 2.0+ HDFS, YARN, ZooKeeper, Hive, and HBase
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
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 |
hadoop >= 2.0.0 |
krb5 >= 2.2.1 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
Collaborator Number Metric
3.7.0 passed this metric
Contributing File Metric
3.7.0 passed this metric
Foodcritic Metric
3.7.0 passed this metric
No Binaries Metric
3.7.0 passed this metric
Testing File Metric
3.7.0 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 https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
3.7.0 passed this metric
3.7.0 passed this metric
3.7.0 passed this metric
Foodcritic Metric
3.7.0 passed this metric
No Binaries Metric
3.7.0 passed this metric
Testing File Metric
3.7.0 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 https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
3.7.0 passed this metric
3.7.0 passed this metric
3.7.0 passed this metric
Testing File Metric
3.7.0 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 https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
3.7.0 passed this metric
3.7.0 failed this metric
3.7.0 passed this metric