<?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 HDP HDFS balancer CLI not found in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/HDP-HDFS-balancer-CLI-not-found/m-p/345619#M234586</link>
    <description>&lt;P&gt;We had an HDP 2.5.3.0 cluster that had an HDFS balancer CLI command that is not found with HDP 3.1.5.0.&amp;nbsp; I am adding new nodes the the 3.1.5 cluster and it appears there is some HDFS balancing going on, albeit slowly.&amp;nbsp; Did the CLI go away with 3.1.5.0 or am I missing something?&lt;/P&gt;</description>
    <pubDate>Tue, 14 Jun 2022 20:25:27 GMT</pubDate>
    <dc:creator>wazzu62</dc:creator>
    <dc:date>2022-06-14T20:25:27Z</dc:date>
    <item>
      <title>HDP HDFS balancer CLI not found</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HDP-HDFS-balancer-CLI-not-found/m-p/345619#M234586</link>
      <description>&lt;P&gt;We had an HDP 2.5.3.0 cluster that had an HDFS balancer CLI command that is not found with HDP 3.1.5.0.&amp;nbsp; I am adding new nodes the the 3.1.5 cluster and it appears there is some HDFS balancing going on, albeit slowly.&amp;nbsp; Did the CLI go away with 3.1.5.0 or am I missing something?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2022 20:25:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HDP-HDFS-balancer-CLI-not-found/m-p/345619#M234586</guid>
      <dc:creator>wazzu62</dc:creator>
      <dc:date>2022-06-14T20:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: HDP HDFS balancer CLI not found</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HDP-HDFS-balancer-CLI-not-found/m-p/345642#M234593</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/53248"&gt;@wazzu62&lt;/a&gt; , Kindly share what is the error message that you get while you run the hdfs balancer command as we haven't removed the CLI command on HDP 3.1.5.0.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 05:14:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HDP-HDFS-balancer-CLI-not-found/m-p/345642#M234593</guid>
      <dc:creator>Tylenol</dc:creator>
      <dc:date>2022-06-15T05:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: HDP HDFS balancer CLI not found</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HDP-HDFS-balancer-CLI-not-found/m-p/345699#M234614</link>
      <description>&lt;P&gt;Operator error, I forgot the balancer was an hdfs command and not something in /usr/bin&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 13:26:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HDP-HDFS-balancer-CLI-not-found/m-p/345699#M234614</guid>
      <dc:creator>wazzu62</dc:creator>
      <dc:date>2022-06-15T13:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: HDP HDFS balancer CLI not found</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HDP-HDFS-balancer-CLI-not-found/m-p/345710#M234618</link>
      <description>&lt;P&gt;ah ! Can you try to run the below HDFS balancer command , The below command would move the blocks at a decent pace and would not affect the existing jobs&lt;/P&gt;&lt;PRE&gt;nohup &lt;SPAN class="c-mrkdwn__highlight"&gt;hdfs&lt;/SPAN&gt; &lt;SPAN class="c-mrkdwn__highlight"&gt;balancer&lt;/SPAN&gt; -Ddfs.&lt;SPAN class="c-mrkdwn__highlight"&gt;balancer&lt;/SPAN&gt;.moverThreads=5000 -Ddfs.datanode.&lt;SPAN class="c-mrkdwn__highlight"&gt;balance&lt;/SPAN&gt;.max.concurrent.moves=20 -Ddfs.datanode.&lt;SPAN class="c-mrkdwn__highlight"&gt;balance&lt;/SPAN&gt;.bandwidthPerSec=10737418240 -Ddfs.&lt;SPAN class="c-mrkdwn__highlight"&gt;balancer&lt;/SPAN&gt;.dispatcherThreads=200 -Ddfs.&lt;SPAN class="c-mrkdwn__highlight"&gt;balancer&lt;/SPAN&gt;.max-size-to-move=100737418240 -threshold 10 1&amp;gt;/home/&lt;SPAN class="c-mrkdwn__highlight"&gt;hdfs&lt;/SPAN&gt;/&lt;SPAN class="c-mrkdwn__highlight"&gt;balancer&lt;/SPAN&gt;/&lt;SPAN class="c-mrkdwn__highlight"&gt;balancer&lt;/SPAN&gt;-out_$(date +"%Y%m%d%H%M%S").log 2&amp;gt;/home/&lt;SPAN class="c-mrkdwn__highlight"&gt;hdfs&lt;/SPAN&gt;/&lt;SPAN class="c-mrkdwn__highlight"&gt;balancer&lt;/SPAN&gt;/&lt;SPAN class="c-mrkdwn__highlight"&gt;balancer&lt;/SPAN&gt;-err_$(date +"%Y%m%d%H%M%S").log&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you can also refer to the below doc if you need any tuning&lt;BR /&gt;&lt;A href="https://docs.cloudera.com/HDPDocuments/HDP3/HDP-3.1.5" target="_blank" rel="noopener"&gt;https://docs.cloudera.com/HDPDocuments/HDP3/HDP-3.1.5&lt;/A&gt;/data-storage/content/balancer_commands.html&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 14:57:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HDP-HDFS-balancer-CLI-not-found/m-p/345710#M234618</guid>
      <dc:creator>Tylenol</dc:creator>
      <dc:date>2022-06-15T14:57:38Z</dc:date>
    </item>
  </channel>
</rss>

