Changes between Initial Version and Version 1 of 0428Hadoop_Lab8
- Timestamp:
- Apr 27, 2009, 11:08:24 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
0428Hadoop_Lab8
v1 v1 1 = 實作八:使用 DRBL Live 快速佈屬 Hadoop 叢集 = 2 3 * 使用 DRBL Live CD 開機 4 {{{ 5 user@debian:~$ sudo su - 6 }}} 7 * 設定網路卡 eth0 8 {{{ 9 debian:~# /opt/drbl/sbin/ocs-live-netcfg 10 }}} 11 * 如果只有一塊網路卡,請使用以下指令加入 eth0:0 的 alias 別名 12 {{{ 13 debian:~# ifconfig eth0:0 192.168.100.254 14 }}} 15 * 下載 drbl-hadoop-live.sh 16 {{{ 17 debian:~# wget http://classcloud.org/drbl-hadoop-live.sh 18 debian:~# sh drbl-hadoop-live.sh 19 }}}