Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

deploying prod blueprint on new cluster

avatar
Contributor

Hi all,

I have created a new 3 node cluster. I want to apply all the prod configs to the new cluster. Is there any way to deploy prod configs on the new built cluster using ambari blueprint.

1 ACCEPTED SOLUTION

avatar
Master Mentor

@raghavendra v

Ambari Blueprints are used to create clusters based on the Blueprint template. Using blueprint we can not make configuration changes to an existing cluster.

It means if you have the Production Cluster Blueprint (exported blueprint) then using that blueprint (cluster configuration) you can create new clusters, However you can not make cluster configuration changes using blueprint.

Ambari Blueprints are a declarative definition of a cluster. With a Blueprint, you specify aStack, 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

View solution in original post

1 REPLY 1

avatar
Master Mentor

@raghavendra v

Ambari Blueprints are used to create clusters based on the Blueprint template. Using blueprint we can not make configuration changes to an existing cluster.

It means if you have the Production Cluster Blueprint (exported blueprint) then using that blueprint (cluster configuration) you can create new clusters, However you can not make cluster configuration changes using blueprint.

Ambari Blueprints are a declarative definition of a cluster. With a Blueprint, you specify aStack, 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