github.com/manicqin/nomad@v0.9.5/terraform/examples/spark/docker/hdfs/core-site.xml (about)

     1  <?xml version="1.0" encoding="UTF-8"?>
     2  <?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
     3  <configuration>
     4      <property>
     5          <name>fs.defaultFS</name>
     6          <value>hdfs://hdfs.service.consul/</value>
     7      </property>
     8  </configuration>