<?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: Error trying to balance disks on node in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-trying-to-balance-disks-on-node/m-p/378704#M68101</link>
    <description>&lt;P&gt;1) Remember all data nodes should be healthy to perform this activity, if any disk failure is there, it will throw error like this;&lt;BR /&gt;ERROR tools.DiskBalancerCLI: java.lang.IllegalArgumentException&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;2) ERROR tools.DiskBalancerCLI: org.apache.hadoop.ipc.RemoteException(org.apache.hadoop.hdfs.server.diskbalancer.DiskBalancerException): Disk Balancer is not enabled.&lt;BR /&gt;add property in HDFS configuration &amp;gt;&amp;gt; dfs.disk.balancer.enabled &amp;lt;&amp;lt; under HDFS Service Advanced Configuration Snippet (Safety Valve) for hdfs-site.xml, value = true&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;3) ERROR tools.DiskBalancerCLI: org.apache.hadoop.ipc.RemoteException(org.apache.hadoop.security.AccessControlException): Permission denied.&lt;BR /&gt;login through datanode keytab;&lt;BR /&gt;cd /var/run/cloudera-scm-agent/process &amp;amp;&amp;amp; find . -type f -iname "hdfs.keytab"&lt;BR /&gt;kinit -k -t ./52821-hdfs-DATANODE/hdfs.keytab -p hdfs/hostname@SOME_REALM.COM&lt;/P&gt;</description>
    <pubDate>Tue, 07 Nov 2023 11:07:23 GMT</pubDate>
    <dc:creator>Suhas_Ganorkar</dc:creator>
    <dc:date>2023-11-07T11:07:23Z</dc:date>
    <item>
      <title>Error trying to balance disks on node</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-trying-to-balance-disks-on-node/m-p/59989#M68095</link>
      <description>&lt;P&gt;I'm trying to rebalance hdfs on my data nodes (CDH 5.9.1) after adding a disk. &amp;nbsp;I've followed&amp;nbsp;this blog post:&amp;nbsp;&lt;A href="https://blog.cloudera.com/blog/2016/10/how-to-use-the-new-hdfs-intra-datanode-disk-balancer-in-apache-hadoop/" target="_blank"&gt;https://blog.cloudera.com/blog/2016/10/how-to-use-the-new-hdfs-intra-datanode-disk-balancer-in-apache-hadoop/&lt;/A&gt; and restarted the cluster. &amp;nbsp;No matter how I format the host (FQDN, hostname only, IP) I always get this response:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;[hdfs@ip-10-16-113-100 ~]$ hdfs diskbalancer -plan ip-10-16-113-100
17/09/15 17:34:27 ERROR tools.DiskBalancer: java.lang.IllegalArgumentException&lt;/PRE&gt;&lt;P&gt;I see no other complaints that I can find, so I'm trying to figure out what I'm doing wrong. &amp;nbsp;Any one gotten this to work that can give me some guidance?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2017 17:42:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-trying-to-balance-disks-on-node/m-p/59989#M68095</guid>
      <dc:creator>velomcb</dc:creator>
      <dc:date>2017-09-15T17:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: Error trying to balance disks on node</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-trying-to-balance-disks-on-node/m-p/60072#M68096</link>
      <description>&lt;P&gt;After some unknown period of time, the command began working. &amp;nbsp;Current guess is that the system has to do a complete block report before the command becomes availible.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 20:44:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-trying-to-balance-disks-on-node/m-p/60072#M68096</guid>
      <dc:creator>velomcb</dc:creator>
      <dc:date>2017-09-18T20:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Error trying to balance disks on node</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-trying-to-balance-disks-on-node/m-p/80265#M68097</link>
      <description>even I am getting the same error, I see no other error, trying to run the disc plan to run intra disc balancing&lt;BR /&gt;&lt;BR /&gt;error:&lt;BR /&gt;hdfs diskbalancer -plan lrcdhdn009&lt;BR /&gt;18/09/24 17:01:46 INFO balancer.KeyManager: Block token params received from NN: update interval=10hrs, 0sec, token lifetime=10hrs, 0sec&lt;BR /&gt;18/09/24 17:01:46 INFO block.BlockTokenSecretManager: Setting block keys&lt;BR /&gt;18/09/24 17:01:46 INFO balancer.KeyManager: Update block keys every 2hrs, 30mins, 0sec&lt;BR /&gt;18/09/24 17:01:46 ERROR tools.DiskBalancer: java.lang.IllegalArgumentException: Unable to find the specified node. lrcdhdn009&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Sep 2018 22:10:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-trying-to-balance-disks-on-node/m-p/80265#M68097</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-09-24T22:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error trying to balance disks on node</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-trying-to-balance-disks-on-node/m-p/80268#M68098</link>
      <description>&amp;gt; tools.DiskBalancer: java.lang.IllegalArgumentException: Unable to find the specified node. lrcdhdn009&lt;BR /&gt;&lt;BR /&gt;Please always try with your fully qualified domain names for the target DataNode, so ip-10-16-113-100.ec2.internal, lrcdhdn009.company.com, etc.</description>
      <pubDate>Tue, 25 Sep 2018 02:48:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-trying-to-balance-disks-on-node/m-p/80268#M68098</guid>
      <dc:creator>Harsh J</dc:creator>
      <dc:date>2018-09-25T02:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error trying to balance disks on node</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-trying-to-balance-disks-on-node/m-p/80303#M68099</link>
      <description>&lt;P&gt;thanks that worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an 18 data nodes each capacity&amp;nbsp;of 150 TB, current data storage of each DN is around 14TB whereas 1 DN is 4 TB.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did disc balancing to equally distribute the data but it didn't&amp;nbsp;help. I am thinking it depends on the math % of storage vs allocated.&lt;/P&gt;&lt;P&gt;is there a way i can distribute&amp;nbsp;the data equally now?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Sep 2018 17:13:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-trying-to-balance-disks-on-node/m-p/80303#M68099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-09-25T17:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error trying to balance disks on node</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-trying-to-balance-disks-on-node/m-p/80321#M68100</link>
      <description>Data balancing uses the relative measure of percentage for heterogenous&lt;BR /&gt;nodes so that it scales based on actual capacities. Are you looking to&lt;BR /&gt;balance by byte count instead? That doesn't sound like a good idea for such&lt;BR /&gt;a wide difference in space. Could you help further explain your goal here?&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Sep 2018 22:58:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-trying-to-balance-disks-on-node/m-p/80321#M68100</guid>
      <dc:creator>Harsh J</dc:creator>
      <dc:date>2018-09-25T22:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error trying to balance disks on node</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-trying-to-balance-disks-on-node/m-p/378704#M68101</link>
      <description>&lt;P&gt;1) Remember all data nodes should be healthy to perform this activity, if any disk failure is there, it will throw error like this;&lt;BR /&gt;ERROR tools.DiskBalancerCLI: java.lang.IllegalArgumentException&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;2) ERROR tools.DiskBalancerCLI: org.apache.hadoop.ipc.RemoteException(org.apache.hadoop.hdfs.server.diskbalancer.DiskBalancerException): Disk Balancer is not enabled.&lt;BR /&gt;add property in HDFS configuration &amp;gt;&amp;gt; dfs.disk.balancer.enabled &amp;lt;&amp;lt; under HDFS Service Advanced Configuration Snippet (Safety Valve) for hdfs-site.xml, value = true&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;3) ERROR tools.DiskBalancerCLI: org.apache.hadoop.ipc.RemoteException(org.apache.hadoop.security.AccessControlException): Permission denied.&lt;BR /&gt;login through datanode keytab;&lt;BR /&gt;cd /var/run/cloudera-scm-agent/process &amp;amp;&amp;amp; find . -type f -iname "hdfs.keytab"&lt;BR /&gt;kinit -k -t ./52821-hdfs-DATANODE/hdfs.keytab -p hdfs/hostname@SOME_REALM.COM&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 11:07:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-trying-to-balance-disks-on-node/m-p/378704#M68101</guid>
      <dc:creator>Suhas_Ganorkar</dc:creator>
      <dc:date>2023-11-07T11:07:23Z</dc:date>
    </item>
  </channel>
</rss>

