Changes between Initial Version and Version 1 of III140705/Lab23


Ignore:
Timestamp:
Jul 5, 2014, 8:38:03 AM (10 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • III140705/Lab23

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