<?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: Remote Parcel Repository URLs&amp;quot; is always initialized in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Remote-Parcel-Repository-URLs-quot-is-always-initialized/m-p/356879#M237398</link>
    <description>&lt;P&gt;Hello &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/35434"&gt;@akhilsnaik&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the proposed solution, it works, however, when restarting the cloudera manager the URLs come back in Parcel Repository &amp;amp; Network Settings. so as if nothing has changed&lt;/P&gt;</description>
    <pubDate>Thu, 03 Nov 2022 16:03:31 GMT</pubDate>
    <dc:creator>abdebja</dc:creator>
    <dc:date>2022-11-03T16:03:31Z</dc:date>
    <item>
      <title>Remote Parcel Repository URLs" is always initialized</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Remote-Parcel-Repository-URLs-quot-is-always-initialized/m-p/356745#M237366</link>
      <description>&lt;DIV class="lia-quilt-row lia-quilt-row-main"&gt;&lt;DIV class="lia-quilt-column lia-quilt-column-24 lia-quilt-column-single lia-quilt-column-main-content"&gt;&lt;DIV class="lia-quilt-column-alley lia-quilt-column-alley-single"&gt;&lt;DIV class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;We use Cloudera in the environment without internet access&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These URLs added on Parcel Repository &amp;amp; Network Settings :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://archive.cloudera.com/accumulo-c5/parcels/latest/" target="_blank" rel="noopener"&gt;https://archive.cloudera.com/accumulo-c5/parcels/latest/&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://archive.cloudera.com/accumulo6/6.1/parcels/" target="_blank" rel="noopener"&gt;https://archive.cloudera.com/accumulo6/6.1/parcels/&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://archive.cloudera.com/kafka/parcels/latest/" target="_blank" rel="noopener"&gt;https://archive.cloudera.com/kafka/parcels/latest/&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://archive.cloudera.com/kudu/parcels/latest/" target="_blank" rel="noopener"&gt;http://archive.cloudera.com/kudu/parcels/latest/&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Someone know how to remove these URLs using the CM API ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 02 Nov 2022 10:49:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Remote-Parcel-Repository-URLs-quot-is-always-initialized/m-p/356745#M237366</guid>
      <dc:creator>abdebja</dc:creator>
      <dc:date>2022-11-02T10:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Parcel Repository URLs" is always initialized</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Remote-Parcel-Repository-URLs-quot-is-always-initialized/m-p/356800#M237378</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/99720"&gt;@abdebja&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;yes its possible to remove the Default remote parcel urls via API (i assume you dont want to do the UI way which is simple and Easy )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First fetch the Configs of cloudera Manager via GET command&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;curl -X GET "http://akhil01.novalocal:7180/api/v49/cm/config?view=summary" -H "accept: application/json"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The response will have the&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;REMOTE_PARCEL_REPO_URLS&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;which we need to find out and correct and do a same PUT command which will update the urls .&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for ex :&amp;nbsp;&lt;/P&gt;&lt;P&gt;do a GET&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;curl -X GET "http://akhil01.novalocal:7180/api/v49/cm/config?view=summary" -H "accept: application/json"


{
  "items": [
    
    {
      "name": "PROXYUSER_KNOX_HOSTS",
      "value": "*",
      "sensitive": false
    },
    {
      "name": "PROXYUSER_KNOX_USERS",
      "value": "*",
      "sensitive": false
    },
    {
      "name": "REMOTE_PARCEL_REPO_URLS",
      "value": "https://archive.cloudera.com/p/cdh7/7.1.8.0/parcels,http://cloudera-build-4-us-west-1.vpc.cloudera.com/s3/build/11800998/cfm/2.x/redhat7/yum/tars/parcel,https://archive.cloudera.com/p/cdh6/{latest_supported}/parcels/,https://archive.cloudera.com/cdh6/{latest_supported}/parcels/,https://archive.cloudera.com/p/cdh5/parcels/latest,https://archive.cloudera.com/kafka/parcels/latest/,https://archive.cloudera.com/p/cdsw1/1.10.0/parcels/,https://archive.cloudera.com/p/cfm2/2.1.4.1000/redhat7/yum/tars/parcel,https://archive.cloudera.com/p/spark3/3.3.7180.0/parcels/,http://cloudera-build-us-west-1.vpc.cloudera.com/s3/build/32427494/cdh/7.x/parcels/",
      "sensitive": false
    }
  ]
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now do a PUT&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;curl -X PUT "http://akhil01.novalocal:7180/api/v49/cm/config?message=Test" -H "accept: application/json" -H "Content-Type: application/json" -d "{ \"items\": [ { \"name\": \"REMOTE_PARCEL_REPO_URLS\", \"value\": \"https://archive.cloudera.com/p/cdh7/7.1.8.0/parcels,https://archive.cloudera.com/p/cdsw1/1.10.0/parcels/,https://archive.cloudera.com/p/cfm2/2.1.4.1000/redhat7/yum/tars/parcel,https://archive.cloudera.com/p/spark3/3.3.7180.0/parcels/,http://cloudera-build-us-west-1.vpc.cloudera.com/s3/build/32427494/cdh/7.x/parcels/\", \"sensitive\": false } ]}"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can Make use of API explorer in CM which can be accessed via :&amp;nbsp;&lt;A href="http://CM-Server:port/static/apidocs/ui/index.html#/ClouderaManagerResource/updateConfig" target="_blank"&gt;http://CM-Server:port/static/apidocs/ui/index.html#/ClouderaManagerResource/updateConfig&lt;/A&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;A href="https://archive.cloudera.com/cm-public/7.3.0-9851987/generic/jar/cm_api/apidocs/ui/index.html#/ClouderaManagerResource/getConfig" target="_blank"&gt;https://archive.cloudera.com/cm-public/7.3.0-9851987/generic/jar/cm_api/apidocs/ui/index.html#/ClouderaManagerResource/getConfig&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;to get the Exact API and more details as needed.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 04:20:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Remote-Parcel-Repository-URLs-quot-is-always-initialized/m-p/356800#M237378</guid>
      <dc:creator>akhilsnaik</dc:creator>
      <dc:date>2022-11-03T04:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Parcel Repository URLs" is always initialized</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Remote-Parcel-Repository-URLs-quot-is-always-initialized/m-p/356879#M237398</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/35434"&gt;@akhilsnaik&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the proposed solution, it works, however, when restarting the cloudera manager the URLs come back in Parcel Repository &amp;amp; Network Settings. so as if nothing has changed&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 16:03:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Remote-Parcel-Repository-URLs-quot-is-always-initialized/m-p/356879#M237398</guid>
      <dc:creator>abdebja</dc:creator>
      <dc:date>2022-11-03T16:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Parcel Repository URLs" is always initialized</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Remote-Parcel-Repository-URLs-quot-is-always-initialized/m-p/356883#M237400</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/99720"&gt;@abdebja&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;that is strange. may i please know if you are deleting all the repos or are you keeping local repo url intact in this setting.&amp;nbsp;&lt;/P&gt;&lt;P&gt;if possible please provide your Put curl masking the cm-server, u/p and secret details so that I can reproduce the same&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 18:04:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Remote-Parcel-Repository-URLs-quot-is-always-initialized/m-p/356883#M237400</guid>
      <dc:creator>akhilsnaik</dc:creator>
      <dc:date>2022-11-03T18:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Parcel Repository URLs" is always initialized</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Remote-Parcel-Repository-URLs-quot-is-always-initialized/m-p/356946#M237411</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/35434"&gt;@akhilsnaik&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I understand where the problem comes from.&lt;BR /&gt;Automatically Install CSD Repo URLs is by default set to true,&lt;BR /&gt;If set to true, Cloudera Manager will automatically scan CSDs and add these URLs to the list of parcel repo URLs on every startup of Cloudera Manager.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;As i want only custom URLs to be present in the list. i set the value to false.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;curl -X PUT "https://local:7183/api/v45/cm/config?message=no%20csd%20repo" -H  "accept: application/json" -H  "Content-Type: application/json" -d "{  \"items\": [    {      \"name\": \"PARCEL_INSTALL_CSD_REPO_URLS\",      \"value\": \"false\",      \"sensitive\": false    }  ]}"&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;Now after restarting cloudera manager only my local repository which was initialized&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2022 09:40:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Remote-Parcel-Repository-URLs-quot-is-always-initialized/m-p/356946#M237411</guid>
      <dc:creator>abdebja</dc:creator>
      <dc:date>2022-11-04T09:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Parcel Repository URLs" is always initialized</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Remote-Parcel-Repository-URLs-quot-is-always-initialized/m-p/356949#M237412</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/99720"&gt;@abdebja&lt;/a&gt;&amp;nbsp; &amp;nbsp;, Great in that case let me know if we are good to Close the Thread , Please accept your last comment as Accept as Solution.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2022 09:52:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Remote-Parcel-Repository-URLs-quot-is-always-initialized/m-p/356949#M237412</guid>
      <dc:creator>akhilsnaik</dc:creator>
      <dc:date>2022-11-04T09:52:49Z</dc:date>
    </item>
  </channel>
</rss>

