wiki:KSU121117/Lab3

Version 3 (modified by jazz, 11 years ago) (diff)

Name changed from KSU121217/Lab3 to KSU121117/Lab3

◢ <實作二> | <回課程大綱> ▲ | <實作四> ◣

實作三 Lab 3

在虛擬機器上建立 Linux 版 Hadoop 單機測試環境
Install Hadoop on Linux VM on EasyCloud

帳號註冊

  • 有興趣註冊個人使用的帳號,請至國網中心簡單龍雲端服務(easycloud)網站進行申請 - http://easycloud.nchc.org.tw
  • 由於目前帳號申請採人工產生帳號,無法馬上產生實驗用帳號,此次請用以下預先建立的學生帳號登入:
帳號 user[01~50] 密碼 *
  • No image "Fig_1.png" attached to KSU121217

產生虛擬機器

  • No image "Fig_2.png" attached to KSU121217
  • No image "Fig_3.png" attached to KSU121217
  • No image "Fig_4.png" attached to KSU121217
  • No image "Fig_5.png" attached to KSU121217

安裝 Hadoop 1.0.3 在 Ubuntu 12.04

  • 開啟第1台的 VNC 遠端桌面
  • No image "Fig_6.png" attached to KSU121217
  • No image "Fig_7.png" attached to KSU121217
    user01@vm96:~$ su -
    root@vm96:~# adduser user01 sudo
    root@vm96:~# exit
    
  • No image "Fig_8.png" attached to KSU121217
    user01@vm96:~$ wget http://hadoop.nchc.org.tw/~jazz/temp/install-hadoop-1.0.3-precise
    user01@vm96:~$ chmod a+x install-hadoop-*
    user01@vm96:~$ ./install-hadoop-1.0.3-precise