templates.hadoop-1.conf.site.xml.mustache Maven / Gradle / Ivy
<?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