| | 1 | ◢ <[wiki:Hinet131105/Lab22 實作二十二]> | <[wiki:Hinet131105 回課程大綱]> ▲ | > ◣ |
| | 2 | |
| | 3 | = 實作二十三 Lab23 = |
| | 4 | |
| | 5 | {{{ |
| | 6 | #!html |
| | 7 | <p style="text-align: center;"><big style="font-weight: bold;"><big>如果我需要兩個以上的輸入檔呢?<br/> |
| | 8 | Distribtued Cache </big></big></p> |
| | 9 | }}} |
| | 10 | |
| | 11 | [[PageOutline]] |
| | 12 | |
| | 13 | {{{ |
| | 14 | #!text |
| | 15 | 請先連線至 nodeN.3du.me , N 為您的報名編號 |
| | 16 | }}} |
| | 17 | |
| | 18 | {{{ |
| | 19 | cd ~/hadoop_labs/lab014 |
| | 20 | ant |
| | 21 | hadoop fs -put l14_input l14_input |
| | 22 | hadoop fs -put pattern.txt pattern.txt |
| | 23 | hadoop jar WordCount.jar l14_input l14_output |
| | 24 | hadoop jar WordCount.jar -skip pattern.txt l14_input l14_output2 |
| | 25 | }}} |