| 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 | | }}} |