<?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 How do i find the blueprint used for a stack from cloudbreak shell? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-i-find-the-blueprint-used-for-a-stack-from-cloudbreak/m-p/155172#M56986</link>
    <description>&lt;P&gt;I installed cloud controller and created a stack by choosing a Cluster Type from HDC UI. I do see the blueprint name on HDC UI whichever I selected. How can I find the same info via cloudbreak shell?&lt;/P&gt;</description>
    <pubDate>Tue, 14 Mar 2017 02:24:38 GMT</pubDate>
    <dc:creator>dbalasundaran</dc:creator>
    <dc:date>2017-03-14T02:24:38Z</dc:date>
    <item>
      <title>How do i find the blueprint used for a stack from cloudbreak shell?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-i-find-the-blueprint-used-for-a-stack-from-cloudbreak/m-p/155172#M56986</link>
      <description>&lt;P&gt;I installed cloud controller and created a stack by choosing a Cluster Type from HDC UI. I do see the blueprint name on HDC UI whichever I selected. How can I find the same info via cloudbreak shell?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2017 02:24:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-i-find-the-blueprint-used-for-a-stack-from-cloudbreak/m-p/155172#M56986</guid>
      <dc:creator>dbalasundaran</dc:creator>
      <dc:date>2017-03-14T02:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do i find the blueprint used for a stack from cloudbreak shell?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-i-find-the-blueprint-used-for-a-stack-from-cloudbreak/m-p/155173#M56987</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/523/dbalasundaran.html" nodeid="523"&gt;@dbalasundaran&lt;/A&gt;
&lt;/P&gt;&lt;P&gt;As per the below cloudbreak documentation, you can use below commands in shell to see the blueprint information.&lt;/P&gt;&lt;P&gt;To see the available blueprints and use one of them:&lt;/P&gt;&lt;PRE&gt;blueprint list
&lt;/PRE&gt;&lt;P&gt;then select one of the created blueprints&lt;/P&gt;&lt;PRE&gt;blueprint select --id &amp;lt;ID of the blueprint&amp;gt;
&lt;/PRE&gt;&lt;P&gt;or&lt;/P&gt;&lt;PRE&gt;blueprint select --name &amp;lt;Name of the blueprint&amp;gt;&lt;/PRE&gt;&lt;P&gt;references: &lt;/P&gt;&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://github.com/sequenceiq/cloudbreak/tree/master/shell" target="_blank"&gt;https://github.com/sequenceiq/cloudbreak/tree/master/shell&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://sequenceiq.com/cloudbreak-docs/release-1.6.3/aws/" target="_blank"&gt;http://sequenceiq.com/cloudbreak-docs/release-1.6.3/aws/&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 14 Mar 2017 02:40:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-i-find-the-blueprint-used-for-a-stack-from-cloudbreak/m-p/155173#M56987</guid>
      <dc:creator>apathan</dc:creator>
      <dc:date>2017-03-14T02:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: How do i find the blueprint used for a stack from cloudbreak shell?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-i-find-the-blueprint-used-for-a-stack-from-cloudbreak/m-p/155174#M56988</link>
      <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://community.cloudera.com/users/40/apathan.html" nodeid="40"&gt;@Ayub Khan&lt;/A&gt;. This helps me get the list of all blueprints and choosing a blueprint for deployment. But if a deployment is completed how can I see the blueprint name used to deploy that stack?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2017 02:43:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-i-find-the-blueprint-used-for-a-stack-from-cloudbreak/m-p/155174#M56988</guid>
      <dc:creator>dbalasundaran</dc:creator>
      <dc:date>2017-03-14T02:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: How do i find the blueprint used for a stack from cloudbreak shell?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-i-find-the-blueprint-used-for-a-stack-from-cloudbreak/m-p/155175#M56989</link>
      <description>&lt;P&gt;As you have mentioned in your question, that you can see the blueprint name used from the HDC UI. You can check for the blueprint name in the above list command output or use name in the blueprint show command. Hope this helps.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2017 03:42:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-i-find-the-blueprint-used-for-a-stack-from-cloudbreak/m-p/155175#M56989</guid>
      <dc:creator>apathan</dc:creator>
      <dc:date>2017-03-14T03:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: How do i find the blueprint used for a stack from cloudbreak shell?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-i-find-the-blueprint-used-for-a-stack-from-cloudbreak/m-p/155176#M56990</link>
      <description>&lt;P&gt;hi &lt;A rel="user" href="https://community.cloudera.com/users/523/dbalasundaran.html" nodeid="523"&gt;@dbalasundaran&lt;/A&gt;,&lt;/P&gt;&lt;PRE&gt;stack list
stack select --id ...
cluster show
# This will give you a blueprintId
blueprint show --id ...&lt;/PRE&gt;</description>
      <pubDate>Thu, 16 Mar 2017 16:42:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-i-find-the-blueprint-used-for-a-stack-from-cloudbreak/m-p/155176#M56990</guid>
      <dc:creator>bbihari</dc:creator>
      <dc:date>2017-03-16T16:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: How do i find the blueprint used for a stack from cloudbreak shell?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-i-find-the-blueprint-used-for-a-stack-from-cloudbreak/m-p/155177#M56991</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/523/dbalasundaran.html" nodeid="523"&gt;@dbalasundaran&lt;/A&gt;&lt;P&gt;Does this answer your question?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2017 16:51:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-i-find-the-blueprint-used-for-a-stack-from-cloudbreak/m-p/155177#M56991</guid>
      <dc:creator>apathan</dc:creator>
      <dc:date>2017-03-16T16:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: How do i find the blueprint used for a stack from cloudbreak shell?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-i-find-the-blueprint-used-for-a-stack-from-cloudbreak/m-p/155178#M56992</link>
      <description>&lt;P&gt;i can see it from HDC UI. but i wanted to get the same from cloudbreak shell too. I want to select a stack from shell and see which is the blueprint used by that stack. I will bring up a cluster and try the steps mentioned by &lt;A rel="user" href="https://community.cloudera.com/users/11913/bbihari.html" nodeid="11913"&gt;@bbihari&lt;/A&gt; below and respond.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2017 04:27:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-i-find-the-blueprint-used-for-a-stack-from-cloudbreak/m-p/155178#M56992</guid>
      <dc:creator>dbalasundaran</dc:creator>
      <dc:date>2017-03-17T04:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: How do i find the blueprint used for a stack from cloudbreak shell?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-i-find-the-blueprint-used-for-a-stack-from-cloudbreak/m-p/155179#M56993</link>
      <description>&lt;P&gt;thanks &lt;A rel="user" href="https://community.cloudera.com/users/11913/bbihari.html" nodeid="11913"&gt;@bbihari&lt;/A&gt;. this works!&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2017 06:36:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-i-find-the-blueprint-used-for-a-stack-from-cloudbreak/m-p/155179#M56993</guid>
      <dc:creator>dbalasundaran</dc:creator>
      <dc:date>2017-03-17T06:36:57Z</dc:date>
    </item>
  </channel>
</rss>

