> On Окт. 12, 2015, 4:51 п.п., Sumit Mohanty wrote: > > ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog210.java, > > line 1496 > > <https://reviews.apache.org/r/39237/diff/1/?file=1096069#file1096069line1496> > > > > This is not valid for fs.DefaultFS that is not hdfs. So we can add this > > property only if the fs is hdfs. E.g. it will not work for wasb:// or > > ecs:// etc. Also, lets add it only if the property does not exist in > > hdfs-site.
updateConfigurationPropertiesForCluster will only add dfs.namenode.rpc-address if it does not exist - Dmytro ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/39237/#review102274 ----------------------------------------------------------- On Окт. 13, 2015, 3:53 п.п., Dmytro Sen wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/39237/ > ----------------------------------------------------------- > > (Updated Окт. 13, 2015, 3:53 п.п.) > > > Review request for Ambari, Alejandro Fernandez, Myroslav Papirkovskyy, and > Vitalyi Brodetskyi. > > > Bugs: AMBARI-13373 > https://issues.apache.org/jira/browse/AMBARI-13373 > > > Repository: ambari > > > Description > ------- > > Ran hdfs balancer via ambari on a cluster that had HA enabled and it failed. > > > Diffs > ----- > > > ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog210.java > 12a1f44 > > ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog213.java > dcdbb85 > > ambari-server/src/test/java/org/apache/ambari/server/upgrade/UpgradeCatalog213Test.java > a54dee2 > > Diff: https://reviews.apache.org/r/39237/diff/ > > > Testing > ------- > > Unit tests passed > > > Thanks, > > Dmytro Sen > >
