Changes between Version 1 and Version 2 of NCHCCloudCourse100802/Lab1
- Timestamp:
- Aug 4, 2010, 9:24:27 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NCHCCloudCourse100802/Lab1
v1 v2 2 2 #!html 3 3 <div style="text-align: center;"><big 4 style="font-weight: bold;"><big><big>實作一: Hadoop 0.20 單機安裝</big></big></big>< /div>4 style="font-weight: bold;"><big><big>實作一: Hadoop 0.20 單機安裝</big></big></big><br/><big><big>Lab1: Hadoop Installation: single node, presudo mode</big></big></div> 5 5 }}} 6 6 [[PageOutline]] 7 7 8 == 前言 ==9 10 * 本 實作基於 Ubuntu 8.04 LTS 版本,關於 Ubuntu 8.04 的安裝程序,請參考"[wiki:jazz/Hardy Ubuntu 8.04 Server 版安裝步驟]"。11 * 本課程實作之電腦教室所提供的作業環境是 Ubuntu 8.04 Server 版加裝 xubuntu 桌面的環境。8 == 前言 Preface == 9 10 * 本課程實作之電腦教室所提供的作業環境是 Ubuntu 9.04 Desktop 桌面的環境。 11 * This lab is based on Ubuntu 9.04 Desktop. 12 12 * 本頁面的部分指令,是針對不熟悉 Linux 文字編輯器的使用者所設計的'懶人'設定法,您也可以使用習慣使用的文字編輯器(如:vi,nano,joe等)進行修改。 13 * The instructions listed here are suitable for users who are not familiar to Linux editor. You could also use other editors, such as vi, nano, joe, etc. 13 14 * '''黑底白字的部分為指令或console秀出的畫面''',請自行剪貼提示符號 "$"(代表一般使用者) 或 "#"(代表最高權限 root 管理者) 之後的指令。如: 15 * For the command shown in '''white color with black background''', please copy and paste them to '''console'''. Please note that the prompt "$" is for normal user and prompt "#" is for super user. Here is an example: 14 16 {{{ 15 17 /home/DIR$ Copy_Command From To ... 16 18 }}} 17 19 則複製''' Copy_Command From To ... ''' 這個指令,貼到你的console來執行。(/home/DIR 代表目前所在的目錄路徑) 20 21 Please copy the command ''' Copy_Command From To ... ''' and paste to your console for excution. ( "/home/DIR" stands for ''the working directory'' ) 18 22 * '''白底黑字的部分為文件內的內容''' ,如 19 23 {{{