open-nomad/terraform/shared/config/core-site.xml
2023-04-10 15:36:59 +00:00

14 lines
323 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: MPL-2.0
-->
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<configuration>
<property>
<name>fs.defaultFS</name>
<value>hdfs://hdfs.service.consul/</value>
</property>
</configuration>