Changes between Version 3 and Version 4 of III131019/Lab11


Ignore:
Timestamp:
Oct 19, 2013, 11:26:59 PM (11 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • III131019/Lab11

    v3 v4  
    44
    55= 實作十一 Lab11 =
     6
     7{{{
     8#!html
     9<p style="text-align: center;"><big style="font-weight: bold;"><big>Hadoop FileSystem API 實作(二)<br/>HDFS 下載檔案到 Local<br/>Upload Files and directories to HDFS</big></big></p>
     10}}}
     11
     12{{{
     13#!text
     14請先連線至 nodeN.3du.me , N 為您的報名編號
     15}}}
    616
    717 * 延續上一個實作,我們也可以參考 !FsShell.java 的 copyToLocal(String[]argv, int pos) 函數,來撰寫從 HDFS 下載到本地端的程式