spring-attic / spring-xd-ambari

Apache Ambari integration for Spring XD
Apache License 2.0
9 stars 18 forks source link

hadoop.properties fails to setup correct namenode HA settings #17

Closed jvalkeal closed 8 years ago

jvalkeal commented 8 years ago

There seem to be a really dump mistake in hadoop.properties.j2 which sets:

dfs.client.failover.proxy.provider.mycluster=org.apache.hadoop.hdfs.server.namenode.ha.ConfiguredFailoverProxyProvider

where mycluster should be the value of dfs.nameservices. If id for proxy provider is not configured correctly it will basically disable whole HA from a client perspective.