AMBARI Blueprint 使用文档
- Introduction
- API Resources and Syntax
- Blueprint Usage Overview
- Blueprint Details
- Blueprint Examples
- Blueprint Example: Single-Node HDP 2.4 Cluster
- Blueprint Example: Multi-Node HDP 2.4 Cluster
- Adding Hosts to an Existing Cluster
- Blueprint Example : Provisioning Multi-Node HDP 2.3 Cluster to use KERBEROS
- Blueprint Support for High Availability Clusters
SRE实战 互联网时代守护先锋,助力企业售后服务体系运筹帷幄!一键直达领取阿里云限量特价优惠。
Introduction
Ambari Blueprints are a declarative definition of a cluster. With a Blueprint, you specify a Stack, the Component layout and the Configurations to materialize a Hadoop cluster instance (via a REST API) without having to use the Ambari Cluster Install Wizard.
https://cwiki.apache.org/confluence/display/AMBARI/Blueprints
- Summary
Summary
As of Ambari 2.0, Blueprints are able to deploy the following components with HA:
- HDFS NameNode HA
- YARN ResourceManager HA
- HBase RegionServers HA
As of Ambari 2.1, Blueprints are able to deploy the following components with HA:
- Hive Components (AMBARI-10489)
- Storm Nimbus (AMBARI-11087)
- Oozie Server (AMBARI-6683)
This functionality currently requires providing fine-grained configurations. This document provides examples.
https://cwiki.apache.org/confluence/display/AMBARI/Blueprint+Support+for+HA+Clusters

更多精彩