source: proiecte/HadoopJUnit/hadoop-0.20.1/conf/core-site.xml @ 155

Last change on this file since 155 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: 291 bytes
Line 
1<?xml version="1.0"?>
2<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
3
4<!-- Put site-specific property overrides in this file. -->
5
6<configuration>
7    <property>
8        <name>fs.default.name</name>
9        <value>hdfs://imac.local:9000</value>
10    </property>
11</configuration>
Note: See TracBrowser for help on using the repository browser.