Changes between Version 2 and Version 3 of waue/2010/0521


Ignore:
Timestamp:
May 21, 2010, 3:55:23 PM (14 years ago)
Author:
waue
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • waue/2010/0521

    v2 v3  
    77 ||  tomcat 家目錄  || /opt/nutchez/tomcat  || nutchuser  ||
    88 ||  nutchez 使用者目錄 || /home/nutchuser/nutchez/ || nutchuser ||
     9
     10 * 修改
     11{{{
     12#!xml
     13<configuration>
     14  <property>
     15    <name>fs.default.name</name>
     16    <value>hdfs://secuse.nchc.org.tw:9000</value>
     17  </property>
     18  <property>
     19    <name>mapred.job.tracker</name>
     20    <value>secuse.nchc.org.tw:9001</value>
     21  </property>
     22  <property>
     23    <name>hadoop.tmp.dir</name>
     24    <value>/var/nutchez/nutch-nutchuser</value>
     25  </property>
     26</configuration>
     27}}}