blob: 757b8005e247bc61d2c3ad3c754c8b9128a71ba5 [file] [log] [blame]
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<!-- Values used when running libhdfs unit tests. -->
<!-- This is mostly empty, to use the default values, overriding the -->
<!-- potentially user-editted core-site.xml in the conf/ directory. -->
<configuration>
<property>
<name>hadoop.tmp.dir</name>
<value>build/test/libhdfs</value>
<description>A base for other temporary directories.</description>
</property>
<property>
<name>fs.default.name</name>
<value>hdfs://localhost:23000/</value>
<description>The name of the default file system. A URI whose
scheme and authority determine the FileSystem implementation. The
uri's scheme determines the config property (fs.SCHEME.impl) naming
the FileSystem implementation class. The uri's authority is used to
determine the host, port, etc. for a filesystem.</description>
</property>
</configuration>