- Java JDK 8+ with JCE
- Hadoop 2.0+ HDFS, YARN, ZooKeeper, Hive, and HBase
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.
Use the cdap::sdk
recipe.
['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
cli
- Installscdap-cli
packageconfig
- Configures all servicesdefault
- Installscdap
base package and performs configuration ofcdap-site.xml
fullstack
- Installs all packages and services on a single nodegateway
- Installs thecdap-gateway
package andcdap-gateway
andcdap-router
servicesinit
- Sets up HDFS, run on Master nodekafka
- Installs thecdap-kafka
package andcdap-kafka-server
servicemaster
- Installs thecdap-master
package and serviceprerequisites
- Installs dependencies such ashadoop
,hbase
,hive
, andntpd
repo
- Sets up package manager repositories for cdap packagessdk
- Installs the CDAP SDK and sets up acdap-sdk
servicesecurity
- Installs thecdap-security
package andcdap-auth-server
servicesecurity_realm_file
- Creates the realm fileui
- Installs thecdap-ui
package and service, replacesweb_app
upgrade
- Executes the CDAP Upgrade Tool, run on Master node
Author:: Cask Data, Inc. ([email protected])
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.