close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_repos.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
| 說明 | 路徑 | 擁有者身份
|
| nutchez 家目錄 | /opt/nutchez/ | nutchuser
|
| nutch 家目錄 | /opt/nutchez/nutch | nutchuser
|
| nutch 工作目錄 | /var/nutchez/nutch-nutchuser | nutchuser
|
| nutch 日誌檔 | /var/nutchez/logs | nutchuser
|
| nutch 設定檔 | /opt/nutchez/nutch/conf | nutchuser
|
| tomcat 家目錄 | /opt/nutchez/tomcat | nutchuser
|
| nutchez 使用者目錄 | /home/nutchuser/nutchez/ | nutchuser
|
- 修改 /opt/nutchez/nutch/conf/ 的 hadoop-site.xml
<configuration>
<property>
<name>fs.default.name</name>
<value>hdfs://secuse.nchc.org.tw:9000</value>
</property>
<property>
<name>mapred.job.tracker</name>
<value>secuse.nchc.org.tw:9001</value>
</property>
<property>
<name>hadoop.tmp.dir</name>
<value>/var/nutchez/nutch-nutchuser</value>
</property>
</configuration>
Download in other formats: