Hinet110303: core-site.xml

File core-site.xml, 340 bytes (added by jazz, 13 years ago)
Line 
1<?xml version="1.0"?>
2<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
3
4<configuration>
5  <property>
6    <name>fs.default.name</name>
7    <value>hdfs://192.168.1.1:8020</value>
8  </property>
9
10  <property>
11     <name>hadoop.tmp.dir</name>
12     <value>/var/lib/hadoop-0.20/cache/${user.name}</value>
13  </property>
14</configuration>