Elasticsearch 5.1 HDFS HA snapshot repository

Using repository-hdfs how can I create a snapshot repository pointing to HDFS cluster running in HA mode ?

Currently the configuration parameter uri only supports a single host ?

i.e Is there a way to use the following HDFS client configuration to set repository location instead of uri:

<property>
  <name>fs.defaultFS</name>
  <value>hdfs://mycluster</value>
</property>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.