source: proiecte/HadoopJUnit/hadoop-0.20.1/src/contrib/test/core-site.xml @ 176

Last change on this file since 176 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: 468 bytes
Line 
1<?xml version="1.0"?>
2<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
3
4<!-- Values used when running unit tests.  This is mostly empty, to -->
5<!-- use of the default values, overriding the potentially -->
6<!-- 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}</value>
13  <description>A base for other temporary directories.</description>
14</property>
15
16</configuration>
Note: See TracBrowser for help on using the repository browser.