AMBARI Blueprint 使用文档

 

 

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

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:


This functionality currently requires providing fine-grained configurations. This document provides examples.

https://cwiki.apache.org/confluence/display/AMBARI/Blueprint+Support+for+HA+Clusters

posted @ 2019-04-10 11:24  大数据从业者FelixZh  阅读(1285)  评论(0)    收藏  举报
大数据从业者