<?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 core-site.xml across the whole cluster? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-update-core-site-xml-across-the-whole-cluster/m-p/16454#M2453</link>
    <description>&lt;P&gt;&lt;A target="_blank" href="http://www.cloudera.com/content/cloudera-content/cloudera-docs/CM5/latest/Cloudera-Manager-Managing-Clusters/cm5mc_config_snippet.html"&gt;http://www.cloudera.com/content/cloudera-content/cloudera-docs/CM5/latest/Cloudera-Manager-Managing-Clusters/cm5mc_config_snippet.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From the above link you set it Service-Wide the replication which will pickup at runtime after cluster restart, , no need to update in core-site.xml&lt;/P&gt;</description>
    <pubDate>Tue, 05 Aug 2014 12:52:19 GMT</pubDate>
    <dc:creator>narayanab16</dc:creator>
    <dc:date>2014-08-05T12:52:19Z</dc:date>
    <item>
      <title>how to update core-site.xml across the whole cluster?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-update-core-site-xml-across-the-whole-cluster/m-p/16288#M2449</link>
      <description>&lt;P&gt;I would like to update the core-site xml and replicate the changes across the whole cluster. What's the usual way to do that in Cloudera?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Is the safty value configuration on hdfs service the only option? if yes, could you should an example how to fill in the web console? just copy the entire property portion for update?&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 09:03:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-update-core-site-xml-across-the-whole-cluster/m-p/16288#M2449</guid>
      <dc:creator>icecreamlc</dc:creator>
      <dc:date>2022-09-16T09:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: how to update core-site.xml across the whole cluster?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-update-core-site-xml-across-the-whole-cluster/m-p/16290#M2450</link>
      <description>&lt;P&gt;Yes, you should modify the hdfs configuration for core-site.xml.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Safety valves are documented here:&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://www.cloudera.com/content/cloudera-content/cloudera-docs/CM5/latest/Cloudera-Manager-Managing-Clusters/cm5mc_config_snippet.html"&gt;http://www.cloudera.com/content/cloudera-content/cloudera-docs/CM5/latest/Cloudera-Manager-Managing-Clusters/cm5mc_config_snippet.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You'll need the whole XML snippet&lt;/P&gt;&lt;PRE&gt;&amp;lt;property&amp;gt;
&amp;lt;name&amp;gt;...&amp;lt;/name&amp;gt;
&amp;lt;value&amp;gt;...&amp;lt;/value&amp;gt;
&amp;lt;/property&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Darren&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jul 2014 23:33:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-update-core-site-xml-across-the-whole-cluster/m-p/16290#M2450</guid>
      <dc:creator>Darren</dc:creator>
      <dc:date>2014-07-31T23:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to update core-site.xml across the whole cluster?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-update-core-site-xml-across-the-whole-cluster/m-p/16344#M2451</link>
      <description>&lt;P&gt;I added several properties in the textbox of "Cluster-wide Advanced Configuration Snippet (Safety Value) for core-site.xml", after restarting hdfs services, the new properties are not in core-site.xml in any of hosts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I checked core-site.xml in&amp;nbsp;&amp;nbsp;/etc/hadoop/conf/core-site.xml at each host, there is no change; while the core-site file&amp;nbsp;from "Download Client configuraiton" reflects the changes. What's wrong with it?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2014 22:46:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-update-core-site-xml-across-the-whole-cluster/m-p/16344#M2451</guid>
      <dc:creator>icecreamlc</dc:creator>
      <dc:date>2014-08-01T22:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to update core-site.xml across the whole cluster?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-update-core-site-xml-across-the-whole-cluster/m-p/16346#M2452</link>
      <description>&lt;P&gt;Assuming you are using CM 5.0 or higher, your Cloudera Manager home page should indicate that you have stale client configuration.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/etc/hadoop/conf is only updated by deploying client configuration. Until you do so, your changes won't be reflected in those files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note that roles like NameNode and TaskTracker don't use /etc/hadoop/conf, and don't update files like /etc/hadoop/conf/core-site.xml when those roles are refreshed or restarted. Roles and commands use configuration in private subdirectories of /var/run/cloudera-scm-agent/process/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Darren&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2014 22:54:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-update-core-site-xml-across-the-whole-cluster/m-p/16346#M2452</guid>
      <dc:creator>Darren</dc:creator>
      <dc:date>2014-08-01T22:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to update core-site.xml across the whole cluster?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-update-core-site-xml-across-the-whole-cluster/m-p/16454#M2453</link>
      <description>&lt;P&gt;&lt;A target="_blank" href="http://www.cloudera.com/content/cloudera-content/cloudera-docs/CM5/latest/Cloudera-Manager-Managing-Clusters/cm5mc_config_snippet.html"&gt;http://www.cloudera.com/content/cloudera-content/cloudera-docs/CM5/latest/Cloudera-Manager-Managing-Clusters/cm5mc_config_snippet.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From the above link you set it Service-Wide the replication which will pickup at runtime after cluster restart, , no need to update in core-site.xml&lt;/P&gt;</description>
      <pubDate>Tue, 05 Aug 2014 12:52:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-update-core-site-xml-across-the-whole-cluster/m-p/16454#M2453</guid>
      <dc:creator>narayanab16</dc:creator>
      <dc:date>2014-08-05T12:52:19Z</dc:date>
    </item>
  </channel>
</rss>

