Changes between Version 1 and Version 2 of NCHCCloudCourse100802/Lab2


Ignore:
Timestamp:
Aug 4, 2010, 11:45:18 AM (14 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NCHCCloudCourse100802/Lab2

    v1 v2  
    22#!html
    33<div style="text-align: center;"><big
    4  style="font-weight: bold;"><big><big>實作二: HDFS Shell操作練習</big></big></big></div>
    5 }}}
     4 style="font-weight: bold;"><big><big>實作二: HDFS Shell操作練習</big></big></big><big>Lab2: HDFS Shell in practice</big></big></div>
     5}}}
     6
    67[[PageOutline]]
    78
    8  == 前言 ==
    9 
    10  * 此部份接續實做一
     9== 前言 Preface ==
     10
     11 * 此部份接續[wiki:NCHCCloudCourse100802/Lab1 實作一][[BR]]Please refer to [wiki:NCHCCloudCourse100802/Lab1 Lab1]
    1112   
    12  = Content 1. HDFS Shell基本操作 =
    13  == 1.1 瀏覽你HDFS目錄 ==
     13= Content 1: HDFS Shell 基本操作 =
     14= Content 1: Basic HDFS Shell Commands =
     15
     16== 1.1 瀏覽你HDFS目錄 ==
     17== 1.1 Browsing Your HDFS Folder ==
    1418
    1519{{{
    1620/opt/hadoop$ bin/hadoop fs -ls
    17 }}}
    18 
    19  == 1.2 上傳資料到HDFS目錄 ==
    20  * 上傳
     21/opt/hadoop$ bin/hadoop fs -lsr
     22}}}
     23
     24== 1.2 上傳資料到 HDFS 目錄 ==
     25== 1.2 Upload Files or Folder to HDFS ==
     26
     27 * 上傳 Upload
    2128
    2229{{{
     
    2431}}}
    2532
    26  * 檢查
     33 * 檢查 Check
    2734
    2835{{{
     
    3138}}}
    3239 
    33  == 1.3 下載HDFS的資料到本地目錄 ==
    34 
    35  * 下載
     40== 1.3 下載 HDFS 的資料到本地目錄 ==
     41== 1.3 Download HDFS Files or Folder to Local ==
     42
     43 * 下載 Download
    3644
    3745{{{
     
    3947}}}
    4048
    41  * 檢查
     49 * 檢查 Check
    4250
    4351{{{
     
    4654}}} 
    4755
    48  == 1.4 刪除檔案 ==
     56== 1.4 刪除檔案 ==
     57== 1.4 Remove Files or Folder ==
    4958
    5059{{{
     
    5362}}}
    5463
    55  == 1.5 直接看檔案 ==
     64== 1.5 直接看檔案 ==
     65== 1.5 Browse Files Directly ==
    5666
    5767{{{
     
    6070}}}
    6171
    62  == 1.6 更多指令操作 ==
     72== 1.6 更多指令操作 ==
     73== 1.6 More Commands -- Help message ==
    6374
    6475{{{
     
    106117The general command line syntax is
    107118bin/hadoop command [genericOptions] [commandOptions]
    108 
    109119}}} 
    110120 
    111121 
    112122 
    113  = Content 2. 使用網頁Gui瀏覽資訊 =
     123= Content 2: 使用網頁 GUI 瀏覽資訊 =
     124= Content 2: User Web GUI to browse HDFS =
    114125 
    115126 * [http://localhost:50030 Map/Reduce Administration]
    116127 * [http://localhost:50070 NameNode ]
    117128 
    118  = Content 3. 更多HDFS shell 的用法 =
    119  
    120  * bin/hadoop fs <args> ,下面則列出 <args> 的用法
    121  * 以下操作預設的目錄在 /user/<$username>/ 下
     129= Content 3: 更多 HDFS Shell 的用法 =
     130= Content 3: More about HDFS Shell =
     131 
     132 * bin/hadoop fs <args> ,下面則列出 <args> 的用法[[BR]]Following are the examples of hadoop fs related commands.
     133 * 以下操作預設的目錄在 /user/<$username>/ 下[[BR]]By default, your working directory will be at /user/<$username>/.
    122134{{{
    123135$ bin/hadoop fs -ls input
     
    128140-rw-r--r--   2 hadooper supergroup   25844527 2009-04-02 11:51 /user/hadooper/input/4.txt
    129141}}}
    130  * 完整的路徑則是 '''hdfs://node:port/path''' 如:
     142 * 完整的路徑則是 '''hdfs://node:port/path''' 如:[[BR]]Or you have to give a __''absolute path''__, such as '''hdfs://node:port/path'''
    131143{{{
    132144$ bin/hadoop fs -ls hdfs://gm1.nchc.org.tw:9000/user/hadooper/input