Changes between Version 1 and Version 2 of NCHCCloudCourse100802/Lab1


Ignore:
Timestamp:
Aug 4, 2010, 9:24:27 AM (14 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NCHCCloudCourse100802/Lab1

    v1 v2  
    22#!html
    33<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>
    55}}}
    66[[PageOutline]]
    77
    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.
    1212 * 本頁面的部分指令,是針對不熟悉 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.
    1314 * '''黑底白字的部分為指令或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:
    1416{{{
    1517/home/DIR$ Copy_Command From To ...
    1618}}}
    1719 則複製''' 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'' )
    1822 * '''白底黑字的部分為文件內的內容''' ,如
    1923{{{