<?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: HDFS Config changes in Cloudera Manager not getting reflected on hosts in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/HDFS-Config-changes-in-Cloudera-Manager-not-getting/m-p/313565#M225598</link>
    <description>&lt;P&gt;Added the same configuration in "HDFS Client Advanced Configuration Snippet (Safety Valve) for hdfs-site.xml&lt;SPAN&gt;" section and restarted the cluster and now the issue is resolved.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Megh&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Mar 2021 12:14:01 GMT</pubDate>
    <dc:creator>vidanimegh</dc:creator>
    <dc:date>2021-03-22T12:14:01Z</dc:date>
    <item>
      <title>HDFS Config changes in Cloudera Manager not getting reflected on hosts</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HDFS-Config-changes-in-Cloudera-Manager-not-getting/m-p/313549#M225593</link>
      <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have recently deployed CDP. I need to fetch data from one of my other cluster (HDFS HA-Enabled) to this cluster using distcp.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For configuring the remote nameservice in my CDP cluster, I followed the steps given in &lt;A href="https://docs.cloudera.com/HDPDocuments/HDP2/HDP-2.4.3/bk_Sys_Admin_Guides/content/distcp_between_ha_clusters.html" target="_blank" rel="noopener"&gt;this&lt;/A&gt; link and added the configuration properties to "&lt;SPAN&gt;HDFS Service Advanced Configuration Snippet (Safety Valve) for hdfs-site.xml&lt;/SPAN&gt;" section of HDFS configuration in Cloudera Manager.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After this, I restarted the services and tried to run the following command from one of my hosts in the cluster:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hadoop fs -ls hdfs://&amp;lt;remote-nameservice-name&amp;gt;/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But it throws this error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;21/03/22 13:59:34 WARN fs.FileSystem: Failed to initialize fileystem hdfs://&amp;lt;remote-nameservice-name&amp;gt;/: java.lang.IllegalArgumentException: java.net.UnknownHostException: &amp;lt;remote-nameservice-name&amp;gt;
-ls: java.net.UnknownHostException: &amp;lt;remote-nameservice-name&amp;gt;
Usage: hadoop fs [generic options]
        [-appendToFile &amp;lt;localsrc&amp;gt; ... &amp;lt;dst&amp;gt;]
        [-cat [-ignoreCrc] &amp;lt;src&amp;gt; ...]
        [-checksum &amp;lt;src&amp;gt; ...]
        [-chgrp [-R] GROUP PATH...]
        [-chmod [-R] &amp;lt;MODE[,MODE]... | OCTALMODE&amp;gt; PATH...]
        [-chown [-R] [OWNER][:[GROUP]] PATH...]
        [-copyFromLocal [-f] [-p] [-l] [-d] [-t &amp;lt;thread count&amp;gt;] &amp;lt;localsrc&amp;gt; ... &amp;lt;dst&amp;gt;]
        [-copyToLocal [-f] [-p] [-ignoreCrc] [-crc] &amp;lt;src&amp;gt; ... &amp;lt;localdst&amp;gt;]
        [-count [-q] [-h] [-v] [-t [&amp;lt;storage type&amp;gt;]] [-u] [-x] [-e] &amp;lt;path&amp;gt; ...]
        [-cp [-f] [-p | -p[topax]] [-d] &amp;lt;src&amp;gt; ... &amp;lt;dst&amp;gt;]
        [-createSnapshot &amp;lt;snapshotDir&amp;gt; [&amp;lt;snapshotName&amp;gt;]]
        [-deleteSnapshot &amp;lt;snapshotDir&amp;gt; &amp;lt;snapshotName&amp;gt;]
        [-df [-h] [&amp;lt;path&amp;gt; ...]]
        [-du [-s] [-h] [-v] [-x] &amp;lt;path&amp;gt; ...]
        [-expunge [-immediate]]
        [-find &amp;lt;path&amp;gt; ... &amp;lt;expression&amp;gt; ...]
        [-get [-f] [-p] [-ignoreCrc] [-crc] &amp;lt;src&amp;gt; ... &amp;lt;localdst&amp;gt;]
        [-getfacl [-R] &amp;lt;path&amp;gt;]
        [-getfattr [-R] {-n name | -d} [-e en] &amp;lt;path&amp;gt;]
        [-getmerge [-nl] [-skip-empty-file] &amp;lt;src&amp;gt; &amp;lt;localdst&amp;gt;]
        [-head &amp;lt;file&amp;gt;]
        [-help [cmd ...]]
        [-ls [-C] [-d] [-h] [-q] [-R] [-t] [-S] [-r] [-u] [-e] [&amp;lt;path&amp;gt; ...]]
        [-mkdir [-p] &amp;lt;path&amp;gt; ...]
        [-moveFromLocal [-f] [-p] [-l] [-d] &amp;lt;localsrc&amp;gt; ... &amp;lt;dst&amp;gt;]
        [-moveToLocal &amp;lt;src&amp;gt; &amp;lt;localdst&amp;gt;]
        [-mv &amp;lt;src&amp;gt; ... &amp;lt;dst&amp;gt;]
        [-put [-f] [-p] [-l] [-d] [-t &amp;lt;thread count&amp;gt;] &amp;lt;localsrc&amp;gt; ... &amp;lt;dst&amp;gt;]
        [-renameSnapshot &amp;lt;snapshotDir&amp;gt; &amp;lt;oldName&amp;gt; &amp;lt;newName&amp;gt;]
        [-rm [-f] [-r|-R] [-skipTrash] [-safely] &amp;lt;src&amp;gt; ...]
        [-rmdir [--ignore-fail-on-non-empty] &amp;lt;dir&amp;gt; ...]
        [-setfacl [-R] [{-b|-k} {-m|-x &amp;lt;acl_spec&amp;gt;} &amp;lt;path&amp;gt;]|[--set &amp;lt;acl_spec&amp;gt; &amp;lt;path&amp;gt;]]
        [-setfattr {-n name [-v value] | -x name} &amp;lt;path&amp;gt;]
        [-setrep [-R] [-w] &amp;lt;rep&amp;gt; &amp;lt;path&amp;gt; ...]
        [-stat [format] &amp;lt;path&amp;gt; ...]
        [-tail [-f] [-s &amp;lt;sleep interval&amp;gt;] &amp;lt;file&amp;gt;]
        [-test -[defsz] &amp;lt;path&amp;gt;]
        [-text [-ignoreCrc] &amp;lt;src&amp;gt; ...]
        [-touch [-a] [-m] [-t TIMESTAMP ] [-c] &amp;lt;path&amp;gt; ...]
        [-touchz &amp;lt;path&amp;gt; ...]
        [-truncate [-w] &amp;lt;length&amp;gt; &amp;lt;path&amp;gt; ...]
        [-usage [cmd ...]]

Generic options supported are:
-conf &amp;lt;configuration file&amp;gt;        specify an application configuration file
-D &amp;lt;property=value&amp;gt;               define a value for a given property
-fs &amp;lt;file:///|hdfs://namenode:port&amp;gt; specify default filesystem URL to use, overrides 'fs.defaultFS' property from configurations.
-jt &amp;lt;local|resourcemanager:port&amp;gt;  specify a ResourceManager
-files &amp;lt;file1,...&amp;gt;                specify a comma-separated list of files to be copied to the map reduce cluster
-libjars &amp;lt;jar1,...&amp;gt;               specify a comma-separated list of jar files to be included in the classpath
-archives &amp;lt;archive1,...&amp;gt;          specify a comma-separated list of archives to be unarchived on the compute machines

The general command line syntax is:
command [genericOptions] [commandOptions]

Usage: hadoop fs [generic options] -ls [-C] [-d] [-h] [-q] [-R] [-t] [-S] [-r] [-u] [-e] [&amp;lt;path&amp;gt; ...]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I checked the hdfs-site.xml files on the host and it doesn't have the updated config.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What might be the reason behind this? Why does Cloudera manager not manage the config change in the back end?&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Megh&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 09:05:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HDFS-Config-changes-in-Cloudera-Manager-not-getting/m-p/313549#M225593</guid>
      <dc:creator>vidanimegh</dc:creator>
      <dc:date>2026-04-21T09:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: HDFS Config changes in Cloudera Manager not getting reflected on hosts</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HDFS-Config-changes-in-Cloudera-Manager-not-getting/m-p/313565#M225598</link>
      <description>&lt;P&gt;Added the same configuration in "HDFS Client Advanced Configuration Snippet (Safety Valve) for hdfs-site.xml&lt;SPAN&gt;" section and restarted the cluster and now the issue is resolved.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Megh&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 12:14:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HDFS-Config-changes-in-Cloudera-Manager-not-getting/m-p/313565#M225598</guid>
      <dc:creator>vidanimegh</dc:creator>
      <dc:date>2021-03-22T12:14:01Z</dc:date>
    </item>
  </channel>
</rss>

