wiki:Hinet131105/Lab23
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.

Version 1 (modified by jazz, 12 years ago) (diff)

--

◢ <實作二十二> | <回課程大綱> ▲ | > ◣

實作二十三 Lab23

如果我需要兩個以上的輸入檔呢?
Distribtued Cache

請先連線至 nodeN.3du.me , N 為您的報名編號
cd ~/hadoop_labs/lab014
ant
hadoop fs -put l14_input l14_input
hadoop fs -put pattern.txt pattern.txt
hadoop jar WordCount.jar l14_input l14_output
hadoop jar WordCount.jar -skip pattern.txt l14_input l14_output2