close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_fs.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Oct 19, 2013, 11:26:59 PM (13 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v3
|
v4
|
|
| 4 | 4 | |
| 5 | 5 | = 實作十一 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 | }}} |
| 6 | 16 | |
| 7 | 17 | * 延續上一個實作,我們也可以參考 !FsShell.java 的 copyToLocal(String[]argv, int pos) 函數,來撰寫從 HDFS 下載到本地端的程式 |