core-site.xml 338 B

1234567891011121314
  1. <?xml version="1.0"?>
  2. <?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
  3. <configuration>
  4. <property>
  5. <name>fs.default.name</name>
  6. <value>hdfs://localhost:8020</value>
  7. </property>
  8. <property>
  9. <name>hadoop.tmp.dir</name>
  10. <value>/var/lib/hadoop-0.20/cache/${user.name}</value>
  11. </property>
  12. </configuration>