<?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 do I get the full parcel version running currently on a CDH cluster? in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/How-do-I-get-the-full-parcel-version-running-currently-on-a/m-p/29685#M32836</link>
    <description>&lt;P&gt;Hi Tyler,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are various ways to identify the full parcel version -&amp;nbsp;&lt;/P&gt;&lt;P&gt;Identifying by the parcel&amp;nbsp;filename:&lt;/P&gt;&lt;P&gt;&lt;A href="http://archive.cloudera.com/cdh5/parcels/latest/" target="_blank"&gt;http://archive.cloudera.com/cdh5/parcels/latest/&lt;/A&gt;&lt;STRONG&gt;CDH&lt;/STRONG&gt;-&lt;STRONG&gt;5.3.5-1.cdh5.3.5.p0.4&lt;/STRONG&gt;-&lt;STRONG&gt;el6&lt;/STRONG&gt;.parcel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CDH&lt;/STRONG&gt; is the product&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;5.3.5-1.cdh5.3.5.p0.4 &lt;/STRONG&gt;is the version&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;el6 &lt;/STRONG&gt;is the distribution that the parcel is intended to be deployed on&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In&amp;nbsp;the manifest.json eg: &lt;A href="http://archive.cloudera.com/cdh5/parcels/latest/manifest.json:" target="_blank"&gt;http://archive.cloudera.com/cdh5/parcels/latest/manifest.json&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;"parcelName": "&lt;STRONG&gt;CDH&lt;/STRONG&gt;-&lt;STRONG&gt;5.3.5-1.cdh5.3.5.p0.4&lt;/STRONG&gt;-&lt;STRONG&gt;el6&lt;/STRONG&gt;.parcel",&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and in Cloudera Manager Web UI / http://CM-SERVER:7180/cmf/parcel/status the highlighted in yellow is the full version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.cloudera.com/t5/image/serverpage/image-id/1050i438A3CCE2F9F9142/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;example CM API usage, using python regex:&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://github.com/gdgt/cmapi/blob/master/cmxDeploy.py#L35-L37"&gt;https://github.com/gdgt/cmapi/blob/master/cmxDeploy.py#L35-L37&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Michalis&lt;/P&gt;</description>
    <pubDate>Thu, 16 Jul 2015 17:12:00 GMT</pubDate>
    <dc:creator>michalis</dc:creator>
    <dc:date>2015-07-16T17:12:00Z</dc:date>
    <item>
      <title>How do I get the full parcel version running currently on a CDH cluster?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-do-I-get-the-full-parcel-version-running-currently-on-a/m-p/29601#M32835</link>
      <description>&lt;P&gt;I using version 10 of the python CM API and am having issues getting the reference to the correct parcel in our cluster. &amp;nbsp;Currently, we have 4 or 5 parcels located in the cluster and I am not able to select the correct one. &amp;nbsp;I see the ApiCluster method :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="sig"&gt;&lt;SPAN class="sig-name"&gt;get_parcel&lt;/SPAN&gt;(&lt;SPAN class="sig-arg"&gt;self&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN class="sig-arg"&gt;product&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN class="sig-arg"&gt;version&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="sig"&gt;&lt;SPAN&gt;, but I don't know where to find the full parcel version to pass into this method using other API calls. &amp;nbsp;A version string = "5.4.0" is not specific enough to find the correct parcel.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="sig"&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Tyler&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 09:34:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-do-I-get-the-full-parcel-version-running-currently-on-a/m-p/29601#M32835</guid>
      <dc:creator>TylerHale</dc:creator>
      <dc:date>2022-09-16T09:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get the full parcel version running currently on a CDH cluster?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-do-I-get-the-full-parcel-version-running-currently-on-a/m-p/29685#M32836</link>
      <description>&lt;P&gt;Hi Tyler,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are various ways to identify the full parcel version -&amp;nbsp;&lt;/P&gt;&lt;P&gt;Identifying by the parcel&amp;nbsp;filename:&lt;/P&gt;&lt;P&gt;&lt;A href="http://archive.cloudera.com/cdh5/parcels/latest/" target="_blank"&gt;http://archive.cloudera.com/cdh5/parcels/latest/&lt;/A&gt;&lt;STRONG&gt;CDH&lt;/STRONG&gt;-&lt;STRONG&gt;5.3.5-1.cdh5.3.5.p0.4&lt;/STRONG&gt;-&lt;STRONG&gt;el6&lt;/STRONG&gt;.parcel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CDH&lt;/STRONG&gt; is the product&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;5.3.5-1.cdh5.3.5.p0.4 &lt;/STRONG&gt;is the version&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;el6 &lt;/STRONG&gt;is the distribution that the parcel is intended to be deployed on&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In&amp;nbsp;the manifest.json eg: &lt;A href="http://archive.cloudera.com/cdh5/parcels/latest/manifest.json:" target="_blank"&gt;http://archive.cloudera.com/cdh5/parcels/latest/manifest.json&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;"parcelName": "&lt;STRONG&gt;CDH&lt;/STRONG&gt;-&lt;STRONG&gt;5.3.5-1.cdh5.3.5.p0.4&lt;/STRONG&gt;-&lt;STRONG&gt;el6&lt;/STRONG&gt;.parcel",&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and in Cloudera Manager Web UI / http://CM-SERVER:7180/cmf/parcel/status the highlighted in yellow is the full version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.cloudera.com/t5/image/serverpage/image-id/1050i438A3CCE2F9F9142/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;example CM API usage, using python regex:&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://github.com/gdgt/cmapi/blob/master/cmxDeploy.py#L35-L37"&gt;https://github.com/gdgt/cmapi/blob/master/cmxDeploy.py#L35-L37&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Michalis&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2015 17:12:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-do-I-get-the-full-parcel-version-running-currently-on-a/m-p/29685#M32836</guid>
      <dc:creator>michalis</dc:creator>
      <dc:date>2015-07-16T17:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get the full parcel version running currently on a CDH cluster?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-do-I-get-the-full-parcel-version-running-currently-on-a/m-p/29970#M32837</link>
      <description>&lt;P&gt;Thanks Michalis.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was able to get the current activated parcel by searching for the product "CDH" and selecting the one who's stage ="ACTIVATED" using the CM API.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2015 12:03:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-do-I-get-the-full-parcel-version-running-currently-on-a/m-p/29970#M32837</guid>
      <dc:creator>TylerHale</dc:creator>
      <dc:date>2015-07-23T12:03:56Z</dc:date>
    </item>
  </channel>
</rss>

