<?xml version="1.0" encoding="UTF-8"?> | |
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?> | |
<configuration> | |
<property> | |
<name>fs.default.name</name> | |
<value>hdfs://172.31.30.32:54310</value> | |
</property> | |
<property> | |
<name>fs.hdfs.impl</name> | |
<value>org.apache.hadoop.hdfs.DistributedFileSystem</value> | |
</property> | |
</configuration> |