source: proiecte/HadoopJUnit/hadoop-0.20.1/src/c++/libhdfs/tests/conf/core-site.xml @ 120

Last change on this file since 120 was 120, checked in by (none), 14 years ago

Added the mail files for the Hadoop JUNit Project

  • Property svn:executable set to *
File size: 693 bytes
Line 
1<?xml version="1.0"?>
2<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
3
4<!-- Values used when running libhdfs unit tests. -->
5<!-- This is mostly empty, to use the default values, overriding the -->
6<!-- potentially user-editted core-site.xml in the conf/ directory.  -->
7
8<configuration>
9
10<property>
11  <name>hadoop.tmp.dir</name>
12  <value>build/test/libhdfs</value>
13  <description>A base for other temporary directories.</description>
14</property>
15
16
17<property>
18  <name>fs.default.name</name>
19  <value>localhost:23000</value>
20  <description>The name of the default file system.  Either the
21  literal string "local" or a host:port for DFS.</description>
22</property>
23
24</configuration>
Note: See TracBrowser for help on using the repository browser.