Details
Description
The WebHDFS file system does not support HA name node configuration. In order to use WebHDFS currently you must have this for your client configuration,
<property>
<name>fs.defaultFS</name
<value>webhdfs://[NAME_NODE_HOST]:50070</value>
</property>
Although HA configuration allows you to specify the http address for each name node.