<?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: hadoop + ambari cluster change configuration in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hadoop-ambari-cluster-change-configuration/m-p/208875#M66355</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/26229/uribarih.html" nodeid="26229"&gt;@uri ben-ari&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In One of your Yesterdays Post we discussed about the Blueprint JSON parsing issue .&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/questions/118391/ambari-cluster-what-is-the-right-syntax-in-order-t.html?childToView=118401#comment-118401" target="_blank"&gt;https://community.hortonworks.com/questions/118391/ambari-cluster-what-is-the-right-syntax-in-order-t.html?childToView=118401#comment-118401&lt;/A&gt;&lt;/P&gt;&lt;P&gt;- In the above thread on the second last update we see your issue was resolved you were able to post the blueprint properly.   Your new query was to be able to modify / update the blueprint.     &lt;/P&gt;&lt;P&gt;If you have some new queries to be asked which is related to the blueprint parsing then you can continue on one thread. Or Close the previously opened threads.  Where you agreed to get the issue resolved which was mentioned originally during the thread creation.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;</description>
    <pubDate>Thu, 10 Aug 2017 10:56:27 GMT</pubDate>
    <dc:creator>jsensharma</dc:creator>
    <dc:date>2017-08-10T10:56:27Z</dc:date>
    <item>
      <title>hadoop + ambari cluster change configuration</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hadoop-ambari-cluster-change-configuration/m-p/208872#M66352</link>
      <description>&lt;P&gt;I want to upload the new bluprint.json file to my ambari cluster as the following&lt;/P&gt;&lt;PRE&gt;curl  -u admin:admin -H "X-Requested-By: ambari"-X GET &lt;A href="http://10.14.5.40:8080/api/v1/clusters/HDP6?format=blueprint" target="_blank"&gt;http://10.14.5.40:8080/api/v1/clusters/HDP6?format=blueprint&lt;/A&gt; -o /tmp/1-HDP6_blueprint.json &lt;/PRE&gt;&lt;P&gt;when I run it , seems that every thing is ok because we not get any warning /error&lt;/P&gt;&lt;P&gt;but when I read the ambari GUI parameters I see that the new bluprint.json not affected the ambari cluster with the new configuration&lt;/P&gt;&lt;P&gt;how to debug this ?, or how to get notification from the curl ... syntax about what happens ?&lt;/P&gt;&lt;P&gt;and why ambari cluster not get affected after I upoload the new blueprint.json file???&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2017 01:52:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hadoop-ambari-cluster-change-configuration/m-p/208872#M66352</guid>
      <dc:creator>mike_bronson7</dc:creator>
      <dc:date>2017-08-10T01:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: hadoop + ambari cluster change configuration</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hadoop-ambari-cluster-change-configuration/m-p/208873#M66353</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;The curl command you have run is a GET not POST. To register a blueprint with Ambari  you should have done this while in the directory where the blueprint is located. Below is an example&lt;/P&gt;&lt;PRE&gt;curl -H "X-Requested-By: ambari"-X POST -u admin:admin &lt;A href="http://&amp;lt;ambari-server&amp;gt;:8080/api/v1/blueprints/multinode-hdp" target="_blank"&gt;http://&amp;lt;ambari-server&amp;gt;:8080/api/v1/blueprints/multinode-hdp&lt;/A&gt; -d @1-HDP6_blueprint.json&lt;/PRE&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/users/26229/uribarih.html"&gt;&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2017 03:33:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hadoop-ambari-cluster-change-configuration/m-p/208873#M66353</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2017-08-10T03:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: hadoop + ambari cluster change configuration</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hadoop-ambari-cluster-change-configuration/m-p/208874#M66354</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;You are opening  many threads for the same issue be reminded this is unproductive &lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://community.hortonworks.com/questions/118414/ambari-change-the-parameters-of-the-ambari-service.html?childToView=118423#comment-118423"&gt;https://community.hortonworks.com/questions/118414/ambari-change-the-parameters-of-the-ambari-service.html?childToView=118423#comment-118423&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Members take their valuable time to answer and once your problem has been resolved ,you need to accept the best answer hence rewarding the user. &lt;BR /&gt;Reward the user with th best answer and close the thread&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2017 04:14:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hadoop-ambari-cluster-change-configuration/m-p/208874#M66354</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2017-08-10T04:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: hadoop + ambari cluster change configuration</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hadoop-ambari-cluster-change-configuration/m-p/208875#M66355</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/26229/uribarih.html" nodeid="26229"&gt;@uri ben-ari&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In One of your Yesterdays Post we discussed about the Blueprint JSON parsing issue .&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/questions/118391/ambari-cluster-what-is-the-right-syntax-in-order-t.html?childToView=118401#comment-118401" target="_blank"&gt;https://community.hortonworks.com/questions/118391/ambari-cluster-what-is-the-right-syntax-in-order-t.html?childToView=118401#comment-118401&lt;/A&gt;&lt;/P&gt;&lt;P&gt;- In the above thread on the second last update we see your issue was resolved you were able to post the blueprint properly.   Your new query was to be able to modify / update the blueprint.     &lt;/P&gt;&lt;P&gt;If you have some new queries to be asked which is related to the blueprint parsing then you can continue on one thread. Or Close the previously opened threads.  Where you agreed to get the issue resolved which was mentioned originally during the thread creation.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2017 10:56:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hadoop-ambari-cluster-change-configuration/m-p/208875#M66355</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-08-10T10:56:27Z</dc:date>
    </item>
  </channel>
</rss>

