<?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: Custom configuration in core-site.xml in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Custom-configuration-in-core-site-xml/m-p/25403#M648</link>
    <description>&lt;P&gt;I know this question is long answered, but would use it for a quick follow up :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If my cluster has an edge server where I only run Hue, how can I force the the push of client configuration to the server (e.g. for defaultFS), so that hdfs command line has the intended value ? When I deploy at cluster level I see it only pushed to servers with Yarn, Hive and HDFS roles...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Sun, 08 Mar 2015 13:52:29 GMT</pubDate>
    <dc:creator>balta</dc:creator>
    <dc:date>2015-03-08T13:52:29Z</dc:date>
    <item>
      <title>Custom configuration in core-site.xml</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Custom-configuration-in-core-site-xml/m-p/3809#M644</link>
      <description>&lt;P&gt;I wanna add some custom config in core-site.xml.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I follow this steps:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Cloudera Manager &amp;gt; Services &amp;gt; hdfs1 &amp;gt; Configuration&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. find "&lt;SPAN&gt;Cluster-wide Configuration Safety Valve for core-site.xml&lt;/SPAN&gt;"&amp;nbsp; and add my custom&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3 Deploy Client Configuration&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ok. I found that configuration in /etc/hadoop/conf.cloudera.hdfs1/core-site.xml have changed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But there is no change in /etc/hadoop/conf.cloudera.mapreduce1/core-site.xml.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can somebody tell me why and how to solve it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 08:51:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Custom-configuration-in-core-site-xml/m-p/3809#M644</guid>
      <dc:creator>pensz</dc:creator>
      <dc:date>2022-09-16T08:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Custom configuration in core-site.xml</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Custom-configuration-in-core-site-xml/m-p/3815#M645</link>
      <description>&lt;P&gt;Cloudera Manager usually applies some logic to where it places "safety valve" configurations like the ones you added. &amp;nbsp;It will only ship new config files to the roles where that configuration will be used. &amp;nbsp;In other words, it won't place configurations that only apply to the Namenode into the client configs and vice versa. &amp;nbsp;It looks like you applied your change to the HDFS safety valve, so CM will not modify the Mapreduce-specific configs as part of that. &amp;nbsp;You can go add your properties to the Mapreduce service if you'd like them to apply there.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2013 14:50:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Custom-configuration-in-core-site-xml/m-p/3815#M645</guid>
      <dc:creator>Clint</dc:creator>
      <dc:date>2013-12-09T14:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: Custom configuration in core-site.xml</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Custom-configuration-in-core-site-xml/m-p/3831#M646</link>
      <description>&lt;P&gt;It sounds like you only re-deployed your HDFS client configuration, but you also need to re-deploy your MapReduce client configuration, since that has higher alternatives priority. It's usually best to use the cluster-wide command to deploy client configuration to make sure you don't miss something.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2013 18:57:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Custom-configuration-in-core-site-xml/m-p/3831#M646</guid>
      <dc:creator>Darren</dc:creator>
      <dc:date>2013-12-09T18:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: Custom configuration in core-site.xml</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Custom-configuration-in-core-site-xml/m-p/3847#M647</link>
      <description>Great!&lt;BR /&gt;&lt;BR /&gt;It works.</description>
      <pubDate>Tue, 10 Dec 2013 02:05:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Custom-configuration-in-core-site-xml/m-p/3847#M647</guid>
      <dc:creator>pensz</dc:creator>
      <dc:date>2013-12-10T02:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: Custom configuration in core-site.xml</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Custom-configuration-in-core-site-xml/m-p/25403#M648</link>
      <description>&lt;P&gt;I know this question is long answered, but would use it for a quick follow up :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If my cluster has an edge server where I only run Hue, how can I force the the push of client configuration to the server (e.g. for defaultFS), so that hdfs command line has the intended value ? When I deploy at cluster level I see it only pushed to servers with Yarn, Hive and HDFS roles...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 08 Mar 2015 13:52:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Custom-configuration-in-core-site-xml/m-p/25403#M648</guid>
      <dc:creator>balta</dc:creator>
      <dc:date>2015-03-08T13:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: Custom configuration in core-site.xml</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Custom-configuration-in-core-site-xml/m-p/25406#M649</link>
      <description>Hi Balta,&lt;BR /&gt;&lt;BR /&gt;If you want your edge node to talk to YARN, add a Yarn Gateway role to that host. If you want it to talk to Hive, add a Hive Gateway. Etc.&lt;BR /&gt;&lt;BR /&gt;When you deploy client configuration, it'll go to all roles of that service, including gateways.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Darren</description>
      <pubDate>Sun, 08 Mar 2015 17:49:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Custom-configuration-in-core-site-xml/m-p/25406#M649</guid>
      <dc:creator>Darren</dc:creator>
      <dc:date>2015-03-08T17:49:00Z</dc:date>
    </item>
  </channel>
</rss>

