All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.hadoop-1.conf.site.xml.mustache Maven / Gradle / Ivy

There is a newer version: 1.1.8
Show newest version
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>

<!-- Put site-specific property overrides in this file. -->

<!--suppress ALL -->
<configuration>{{#properties}}
    <property>
        <name>{{{name}}}</name>
        <value>{{{value}}}</value>
    </property>{{/properties}}
</configuration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy