<?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 HDFS + how to verify the version of HDFS clients on hadoop cluster in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/HDFS-how-to-verify-the-version-of-HDFS-clients-on-hadoop/m-p/288472#M213667</link>
    <description>&lt;DIV class="post-text"&gt;
&lt;P&gt;we can verify the HDFS version on hadoop cluster&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;as the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;su hdfs&lt;/P&gt;
&lt;P&gt;hdfs version&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but since hdfs client also installed on all data-nodes machines&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;we need to verify also the hdfs client version&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;any cli / command / binaries files , that can captured the hdfs client version ?&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Tue, 28 Jan 2020 18:28:21 GMT</pubDate>
    <dc:creator>mike_bronson7</dc:creator>
    <dc:date>2020-01-28T18:28:21Z</dc:date>
    <item>
      <title>HDFS + how to verify the version of HDFS clients on hadoop cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HDFS-how-to-verify-the-version-of-HDFS-clients-on-hadoop/m-p/288472#M213667</link>
      <description>&lt;DIV class="post-text"&gt;
&lt;P&gt;we can verify the HDFS version on hadoop cluster&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;as the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;su hdfs&lt;/P&gt;
&lt;P&gt;hdfs version&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but since hdfs client also installed on all data-nodes machines&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;we need to verify also the hdfs client version&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;any cli / command / binaries files , that can captured the hdfs client version ?&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 28 Jan 2020 18:28:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HDFS-how-to-verify-the-version-of-HDFS-clients-on-hadoop/m-p/288472#M213667</guid>
      <dc:creator>mike_bronson7</dc:creator>
      <dc:date>2020-01-28T18:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: HDFS + how to verify the version of HDFS clients on hadoop cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HDFS-how-to-verify-the-version-of-HDFS-clients-on-hadoop/m-p/288482#M213672</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/59349"&gt;@mike_bronson7&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are couple of other options we can explore like:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Using HDFS command line is one of the best way to get the detailed version.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;# hdfs version&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Using HDP Select command on the host where you want to check the version.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;# hdp-select | grep hdfs-client&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;Using Ambari API also we can get some idea about the hdfs client version shipped and installed as part of the HDP.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;# curl -s -u admin:admin -H "X-Requested-By: ambari" -X GET http://${AMBARI_SERVER_FQDN}:8080/api/v1/clusters/${CLUSTER_NAME}/hosts/${HOST_TO_CHECK}/host_components/HDFS_CLIENT | grep -i version&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2020 20:11:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HDFS-how-to-verify-the-version-of-HDFS-clients-on-hadoop/m-p/288482#M213672</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2020-01-28T20:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: https://community.cloudera.com/t5/Support-Questions/how-to-recover-bad-namenode-from-good-namenode/td-p/288471</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HDFS-how-to-verify-the-version-of-HDFS-clients-on-hadoop/m-p/288491#M213676</link>
      <description>&lt;P&gt;Jay - can you help me with this post -&amp;nbsp;&lt;A href="https://community.cloudera.com/t5/Support-Questions/how-to-recover-bad-namenode-from-good-namenode/td-p/288471" target="_blank"&gt;https://community.cloudera.com/t5/Support-Questions/how-to-recover-bad-namenode-from-good-namenode/td-p/288471&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2020 22:00:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HDFS-how-to-verify-the-version-of-HDFS-clients-on-hadoop/m-p/288491#M213676</guid>
      <dc:creator>mike_bronson7</dc:creator>
      <dc:date>2020-01-28T22:00:55Z</dc:date>
    </item>
  </channel>
</rss>

