<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: how to update ambari cluster with blueprint.json file in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-update-ambari-cluster-with-blueprint-json-file/m-p/207435#M66265</link>
    <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/26229/uribarih.html"&gt;uri ben-ari&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If I understand you well,you want to make a change  a cluster and replicate that to all the other lab clusters ? Right  I would think that is doable  if you can script you curl do loop through the clusters you will have to deal with inter cluster authentication and authorization.  &lt;/P&gt;&lt;P&gt;In a secure setup kerberized cluster that can be handled through KNOX. Personally I have not done that, having said that blue prints resolve the tedious administration of initial cluster setup.&lt;/P&gt;&lt;P&gt;Below is a link that could inspire you.&lt;/P&gt;&lt;P&gt; &lt;A target="_blank" href="https://community.hortonworks.com/articles/1333/dynamically-adding-hosts-to-an-existing-cluster-wi.html"&gt;Dynamically Add Hosts to a Cluster with Blueprints&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You had earlier asked an initial question  which I think I  replied to could you reward the best answer for your previous question as this  is a new question. This ensure people can take time to respond and feel gratified if their answer help a member.&lt;/P&gt;</description>
    <pubDate>Tue, 08 Aug 2017 22:30:44 GMT</pubDate>
    <dc:creator>Shelton</dc:creator>
    <dc:date>2017-08-08T22:30:44Z</dc:date>
    <item>
      <title>how to update ambari cluster with blueprint.json file</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-update-ambari-cluster-with-blueprint-json-file/m-p/207434#M66264</link>
      <description>&lt;P&gt;we have many Ambari LAB clusters  - Apache Ambari Version 2.5.0.3 &lt;/P&gt;&lt;P&gt;my target is to find a way to update the values of services , on all the Ambari clusters , by automate the process &lt;/P&gt;&lt;P&gt;what we do until now , is take each ambari cluster and
change the services values - but this take a lot of time&lt;/P&gt;&lt;P&gt;so if we have diff 25 ambari LAB clusters , then we need
access each ambari cluster and change the values , this is very exhausting in
case we have alot of values to change &lt;/P&gt;&lt;P&gt;but we have a new idea to automate the process &lt;/P&gt;&lt;P&gt;what we thinking is to generate the blueprint.json file as
the following:&lt;/P&gt;&lt;PRE&gt;         curl -H "X-Requested-By: ambari" -X GET -u
admin:admin
&lt;A href="http://{ambari_host}:8080/api/v1/clusters/{Cluster_name}\?format\=blueprint" target="_blank"&gt;http://{ambari_host}:8080/api/v1/clusters/{Cluster_name}\?format\=blueprint&lt;/A&gt;
&amp;gt; blueprint.json&lt;/PRE&gt;&lt;P&gt;then update/change the values from the json file&lt;/P&gt;&lt;P&gt;and finally upload the json file on all clusters&lt;/P&gt;&lt;P&gt;the big question is:&lt;/P&gt;&lt;P&gt;how to update the new json update file on current ambari cluster ?
is it possible scenario ?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2017 19:06:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-update-ambari-cluster-with-blueprint-json-file/m-p/207434#M66264</guid>
      <dc:creator>mike_bronson7</dc:creator>
      <dc:date>2017-08-08T19:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to update ambari cluster with blueprint.json file</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-update-ambari-cluster-with-blueprint-json-file/m-p/207435#M66265</link>
      <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/26229/uribarih.html"&gt;uri ben-ari&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If I understand you well,you want to make a change  a cluster and replicate that to all the other lab clusters ? Right  I would think that is doable  if you can script you curl do loop through the clusters you will have to deal with inter cluster authentication and authorization.  &lt;/P&gt;&lt;P&gt;In a secure setup kerberized cluster that can be handled through KNOX. Personally I have not done that, having said that blue prints resolve the tedious administration of initial cluster setup.&lt;/P&gt;&lt;P&gt;Below is a link that could inspire you.&lt;/P&gt;&lt;P&gt; &lt;A target="_blank" href="https://community.hortonworks.com/articles/1333/dynamically-adding-hosts-to-an-existing-cluster-wi.html"&gt;Dynamically Add Hosts to a Cluster with Blueprints&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You had earlier asked an initial question  which I think I  replied to could you reward the best answer for your previous question as this  is a new question. This ensure people can take time to respond and feel gratified if their answer help a member.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2017 22:30:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-update-ambari-cluster-with-blueprint-json-file/m-p/207435#M66265</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2017-08-08T22:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: how to update ambari cluster with blueprint.json file</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-update-ambari-cluster-with-blueprint-json-file/m-p/207436#M66266</link>
      <description>&lt;P&gt;@Geoffrey thank you so much , I will learn this , the second option to change the values of the parameters by using API , each service has the relevant parameters , for example lets take the YARN service and the relevant parameters and values -  is it possible by API command to change the parameters values for example - YARN service ? , can you please give me example for that? , I searched in google but not see relevant ideas about this -:(&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2017 22:47:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-update-ambari-cluster-with-blueprint-json-file/m-p/207436#M66266</guid>
      <dc:creator>mike_bronson7</dc:creator>
      <dc:date>2017-08-08T22:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to update ambari cluster with blueprint.json file</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-update-ambari-cluster-with-blueprint-json-file/m-p/207437#M66267</link>
      <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/26229/uribarih.html"&gt;uri ben-ari&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Setup YARN HA for &lt;A target="_blank" href="https://cwiki.apache.org/confluence/display/AMBARI/Blueprint+Support+for+HA+Clusters#BlueprintSupportforHAClusters-BlueprintExample:YarnResourceManagerHACluster"&gt;example&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2017 23:01:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-update-ambari-cluster-with-blueprint-json-file/m-p/207437#M66267</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2017-08-08T23:01:19Z</dc:date>
    </item>
  </channel>
</rss>

