42 lines
1.1 KiB
XML
42 lines
1.1 KiB
XML
<?xml version="1.0"?>
|
|
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
|
|
|
|
<!-- Put site-specific property overrides in this file. -->
|
|
|
|
<configuration>
|
|
<property>
|
|
<name>fs.default.name</name>
|
|
<!--value>swiftn:///</value-->
|
|
<!--value>file:///</value-->
|
|
<value>hdfs://localhost:9000</value>
|
|
</property>
|
|
<property>
|
|
<name>fs.swiftn.openstackAccessKeyId</name>
|
|
<value></value>
|
|
</property>
|
|
<property>
|
|
<name>fs.swiftn.openstackSecretKey</name>
|
|
<value></value>
|
|
</property>
|
|
<property>
|
|
<name>fs.swiftn.openStackTenantId</name>
|
|
<value></value>
|
|
</property>
|
|
<property>
|
|
<name>fs.swiftn.openstackauthUri</name>
|
|
<value>https://region-a.geo-1.identity.hpcloudsvc.com:35357/v2.0/</value>
|
|
</property>
|
|
<property>
|
|
<name>hadoop.tmp.dir</name>
|
|
<value>/home/hadoop/tmpdir</value>
|
|
</property>
|
|
<property>
|
|
<name>fs.swift.buffer.dir</name>
|
|
<value>/home/hadoop/tmp</value>
|
|
</property>
|
|
<property>
|
|
<name>hadoop.job.history.user.location</name>
|
|
<value>/home/hadoop</value>
|
|
</property>
|
|
</configuration>
|