Changes between Version 17 and Version 18 of jazz/Hadoop_Lab1
- Timestamp:
 - Mar 23, 2009, 7:32:12 PM (17 years ago)
 
Legend:
- Unmodified
 - Added
 - Removed
 - Modified
 
- 
        
jazz/Hadoop_Lab1
v17 v18 33 33 {{{ 34 34 /opt/hadoop# cat > conf/hadoop-site.xml << EOF 35 <?xml version="1.0"?>36 <?xml-stylesheet type="text/xsl" href="configuration.xsl"?>37 35 <configuration> 38 36 <property> 39 37 <name>fs.default.name</name> 40 <value> localhost:9000</value>38 <value>hdfs://localhost:9000</value> 41 39 <description> 42 40 The name of the default file system. Either the literal string  
