Changes between Version 8 and Version 9 of Hinet130923/Lab12
- Timestamp:
- Sep 24, 2013, 3:11:36 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Hinet130923/Lab12
v8 v9 50 50 }}} 51 51 52 <問題 3> 根據 ${HOME}/hadoop/src/core/org/apache/hadoop/fs 目錄的內容,試猜測 Hadoop 1.0.4 支援哪幾種檔案系統: 52 <問題 3> 根據 ${HOME}/hadoop/src/core/org/apache/hadoop/fs 目錄的內容,試猜測 Hadoop 1.0.4 支援哪幾種檔案系統: (複選) 53 53 54 54 <提示> http://answers.oreilly.com/topic/456-get-to-know-hadoop-filesystems/ … … 63 63 (H) HAR (Hadoop Archive Filesystem, har://underlyingfsscheme-host:port/archivepath or har:///archivepath ) 64 64 }}} 65 66 <問題 4> 在全分散模式下,67 (1) In full distributed mode, what do you see after running "hadoop fs -ls"?68 (2) Change to local mode, what do you see after running "hadoop fs -ls"?