<?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: ambari hdfs rebalance failed (RpcNoSuchMethodException) in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/ambari-hdfs-rebalance-failed-RpcNoSuchMethodException/m-p/161593#M29230</link>
    <description>&lt;A rel="user" href="https://community.cloudera.com/users/2083/younggeunpark.html" nodeid="2083"&gt;@Young-Geun Park&lt;/A&gt;&lt;P&gt;No, we need to restart couple of services I guess. &lt;/P&gt;</description>
    <pubDate>Mon, 23 May 2016 21:37:25 GMT</pubDate>
    <dc:creator>bandarusridhar1</dc:creator>
    <dc:date>2016-05-23T21:37:25Z</dc:date>
    <item>
      <title>ambari hdfs rebalance failed (RpcNoSuchMethodException)</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/ambari-hdfs-rebalance-failed-RpcNoSuchMethodException/m-p/161590#M29227</link>
      <description>&lt;PRE&gt;Hi, All

I met a problem when rebalancing hdfs as follows: 
ambari : 2.1.2.1

Is there anyone have an idea about this? 

and where is the script of 'start-balancer.sh' ? 

.....
16/05/23 11:01:21 INFO balancer.Balancer: Need to move 14.26 TB to make the cluster balanced.
org.apache.hadoop.ipc.RemoteException(org.apache.hadoop.ipc.RpcNoSuchMethodException): Unknown method isUpgradeFinalized called on org.apache.hadoop.hdfs.server.protocol.NamenodeProtocol protocol.
	at org.apache.hadoop.ipc.ProtobufRpcEngine$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine.java:575)
	at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:1026)
	at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2013)
	at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2009)
	at java.security.AccessController.doPrivileged(Native Method)
	at javax.security.auth.Subject.doAs(Subject.java:415)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1642)
	at org.apache.hadoop.ipc.Server$Handler.run(Server.java:2007)
.  Exiting ...
May 23, 2016 11:01:21 AM          0                  0 B                -1 B               -1 B
May 23, 2016 11:01:21 AM Balancing took 1.618 seconds

Thanks in advance 
Park&lt;/PRE&gt;</description>
      <pubDate>Mon, 23 May 2016 09:47:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/ambari-hdfs-rebalance-failed-RpcNoSuchMethodException/m-p/161590#M29227</guid>
      <dc:creator>younggeun_park</dc:creator>
      <dc:date>2016-05-23T09:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: ambari hdfs rebalance failed (RpcNoSuchMethodException)</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/ambari-hdfs-rebalance-failed-RpcNoSuchMethodException/m-p/161591#M29228</link>
      <description>&lt;P&gt;&lt;A href="https://community.hortonworks.com/users/2083/younggeunpark.html"&gt;@Young-Geun Park&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Looks like you are hitting a bug.&lt;/P&gt;&lt;P&gt;&lt;A href="https://issues.apache.org/jira/browse/AMBARI-13373" target="_blank"&gt;https://issues.apache.org/jira/browse/AMBARI-13373&lt;/A&gt;&lt;/P&gt;&lt;P&gt;WORKAROUND:&lt;/P&gt;&lt;P&gt;Use the configs.sh utility on the Ambari Server to delete the extra property.&lt;/P&gt;&lt;P&gt;Important: Only perform this procedure if your cluster is running NameNode HA and you are experiencing the HDFS balancer issue.&lt;/P&gt;&lt;P&gt;/var/lib/ambari-server/resources/scripts/configs.sh -u &amp;lt;admin.user&amp;gt; -p &amp;lt;admin.password&amp;gt; delete&lt;/P&gt;&lt;P&gt;&amp;lt;ambari.server&amp;gt; &amp;lt;cluster.name&amp;gt; hdfs-site “dfs.namenode.rpc-address”&lt;/P&gt;&lt;P&gt;Where&lt;/P&gt;&lt;P&gt;admin.user and&lt;/P&gt;&lt;P&gt;admin.password are credentials for an Ambari Administrator,&lt;/P&gt;&lt;P&gt;ambari.server is the Ambari Server host and&lt;/P&gt;&lt;P&gt;cluster.name is the name of your cluster.&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2016 09:52:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/ambari-hdfs-rebalance-failed-RpcNoSuchMethodException/m-p/161591#M29228</guid>
      <dc:creator>bandarusridhar1</dc:creator>
      <dc:date>2016-05-23T09:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: ambari hdfs rebalance failed (RpcNoSuchMethodException)</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/ambari-hdfs-rebalance-failed-RpcNoSuchMethodException/m-p/161592#M29229</link>
      <description>&lt;P&gt;thanks for your reply in advance. &lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/Ambari-2.2.0.0/bk_Ambari_Users_Guide/content/_modify_hdfs_configurations.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/Ambari-2.2.0.0/bk_Ambari_Users_Guide/content/_modify_hdfs_configurations.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Is there any impact on hadoop operations after "config.sh delete ... hdfs-site “dfs.namenode.rpc-address" command runs? &lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2016 11:59:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/ambari-hdfs-rebalance-failed-RpcNoSuchMethodException/m-p/161592#M29229</guid>
      <dc:creator>younggeun_park</dc:creator>
      <dc:date>2016-05-23T11:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: ambari hdfs rebalance failed (RpcNoSuchMethodException)</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/ambari-hdfs-rebalance-failed-RpcNoSuchMethodException/m-p/161593#M29230</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/2083/younggeunpark.html" nodeid="2083"&gt;@Young-Geun Park&lt;/A&gt;&lt;P&gt;No, we need to restart couple of services I guess. &lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2016 21:37:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/ambari-hdfs-rebalance-failed-RpcNoSuchMethodException/m-p/161593#M29230</guid>
      <dc:creator>bandarusridhar1</dc:creator>
      <dc:date>2016-05-23T21:37:25Z</dc:date>
    </item>
  </channel>
</rss>

