Changes between Version 9 and Version 10 of III131019/Lab9


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

--

Legend:

Unmodified
Added
Removed
Modified
  • III131019/Lab9

    v9 v10  
    113113      (D) org.apache.hadoop.fs.shell.CommandFormat
    114114}}}
     115
     116 <問題 3> 從實作中,我們可以觀察到切換不同的設定時,!FileSystem 父物件參照(Reference)指向子類別實作,會視 Configuration 而有所不同。請參考提示,並根據 ${HOME}/hadoop/src/core/org/apache/hadoop/fs 目錄的內容,試猜測 Hadoop 1.0.4 支援哪幾種檔案系統: (複選)
     117 <提示> http://answers.oreilly.com/topic/456-get-to-know-hadoop-filesystems/
     118{{{
     119#!text
     120      (A) HDFS (hdfs://namenode:port)
     121      (B) Amazon S3 (s3:// , s3n://)
     122      (C) KFS
     123      (D) Local File System (file:///)
     124      (F) FTP (ftp://user:passwd@ftp-server:port)
     125      (G) RAMFS (ramfs://)
     126      (H) HAR (Hadoop Archive Filesystem, har://underlyingfsscheme-host:port/archivepath or har:///archivepath )
     127}}}