source: hadoop-0.20.2/debian/conf/core-site.xml @ 254

Last change on this file since 254 was 254, checked in by jazz, 14 years ago
  • modified debian/hadoop.install
    • libhdfs folder had moved.
  • add *-site.xml
    • hadoop-site.xml had changed to {core,hdfs,madpred}-site.xml
File size: 424 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://localhost:9000/</value>
10    <description>
11      The name of the default file system. Either the literal string
12      "local" or a host:port for NDFS.
13    </description>
14  </property>
15</configuration>
Note: See TracBrowser for help on using the repository browser.