Changes between Version 13 and Version 14 of jazz/Hadoop_Lab1


Ignore:
Timestamp:
Mar 20, 2009, 2:13:47 PM (15 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/Hadoop_Lab1

    v13 v14  
    3131EOF
    3232}}}
    33  * 第二個設定檔是 '''hadoop-site.xml''',由於官方所提供的範例並無法直接執行,因此我們參考線上文件,做了以下的修改。
     33 * 第二個設定檔是 '''hadoop-site.xml''',由於官方所提供的範例並無法直接執行,因此我們參考[http://hadoop.apache.org/core/docs/r0.18.3/quickstart.html 線上文件],做了以下的修改。
    3434{{{
    3535/opt/hadoop# cat > conf/hadoop-site.xml << EOF
     
    3939  <property>
    4040    <name>fs.default.name</name>
    41     <value>hdfs://localhost:9000/</value>
     41    <value>localhost:9000</value>
    4242    <description>
    4343      The name of the default file system. Either the literal string