Changes between Version 4 and Version 5 of III131019/Lab10


Ignore:
Timestamp:
Oct 19, 2013, 10:52:04 PM (11 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • III131019/Lab10

    v4 v5  
    4343ant clean
    4444}}}
    45 
    46 == 實作習題 ==
    47 
    48  <問題 1> 根據 ${HOME}/hadoop/src/core/org/apache/hadoop/fs 目錄的內容,試猜測 Hadoop 1.0.4 支援哪幾種檔案系統: (複選)
    49 
    50  <提示> http://answers.oreilly.com/topic/456-get-to-know-hadoop-filesystems/
    51 {{{
    52 #!text
    53       (A) HDFS (hdfs://namenode:port)
    54       (B) Amazon S3 (s3:// , s3n://)
    55       (C) KFS
    56       (D) Local File System (file:///)
    57       (F) FTP (ftp://user:passwd@ftp-server:port)
    58       (G) RAMFS (ramfs://)
    59       (H) HAR (Hadoop Archive Filesystem, har://underlyingfsscheme-host:port/archivepath or har:///archivepath )
    60 }}}